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 2017/10/05 12:14:17 UTC

svn commit: r1811194 - /sling/trunk/launchpad/starter.startup/pom.xml

Author: cziegeler
Date: Thu Oct  5 12:14:17 2017
New Revision: 1811194

URL: http://svn.apache.org/viewvc?rev=1811194&view=rev
Log:
Add javadoc plugin configuration

Modified:
    sling/trunk/launchpad/starter.startup/pom.xml

Modified: sling/trunk/launchpad/starter.startup/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/starter.startup/pom.xml?rev=1811194&r1=1811193&r2=1811194&view=diff
==============================================================================
--- sling/trunk/launchpad/starter.startup/pom.xml (original)
+++ sling/trunk/launchpad/starter.startup/pom.xml Thu Oct  5 12:14:17 2017
@@ -48,6 +48,15 @@
                     </instructions>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <excludePackageNames>
+                        org.apache.sling.starter.startup.impl
+                    </excludePackageNames>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
     <dependencies>