You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:58:35 UTC

[sling-org-apache-sling-repoinit-parser] 07/15: Fix javadoc generation

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

rombert pushed a commit to annotated tag org.apache.sling.repoinit.parser-1.1.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-repoinit-parser.git

commit 9ee839e97f643b1f839b2065cf40555af56bd062
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue Nov 8 16:39:37 2016 +0000

    Fix javadoc generation
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/repoinit/parser@1768729 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

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

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.