You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2016/11/08 16:39:37 UTC

svn commit: r1768729 - /sling/trunk/bundles/extensions/repoinit/parser/pom.xml

Author: cziegeler
Date: Tue Nov  8 16:39:37 2016
New Revision: 1768729

URL: http://svn.apache.org/viewvc?rev=1768729&view=rev
Log:
Fix javadoc generation

Modified:
    sling/trunk/bundles/extensions/repoinit/parser/pom.xml

Modified: sling/trunk/bundles/extensions/repoinit/parser/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/repoinit/parser/pom.xml?rev=1768729&r1=1768728&r2=1768729&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/repoinit/parser/pom.xml (original)
+++ sling/trunk/bundles/extensions/repoinit/parser/pom.xml Tue Nov  8 16:39:37 2016
@@ -71,6 +71,15 @@
           </execution>
         </executions>
       </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <excludePackageNames>
+                        org.apache.sling.repoinit.parser.impl
+                    </excludePackageNames>
+                </configuration>
+            </plugin>
     </plugins>
   </build>