This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-startup.git

commit 9833c8999d44389da31ed2c1d48cab6899b7d1c1
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Oct 5 12:14:17 2017 +0000

    Add javadoc plugin configuration
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1811194 
13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index b98efab..7121df7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to