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:14:53 UTC

[sling-maven-jcrocm-plugin] 19/32: SLING-483: Add excludes for javadocs (WiP)

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

rombert pushed a commit to annotated tag maven-jcrocm-plugin-2.0.2-incubator
in repository https://gitbox.apache.org/repos/asf/sling-maven-jcrocm-plugin.git

commit 68693f534822bda57f32a013f6990b409eb92c9a
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri May 30 09:30:24 2008 +0000

    SLING-483: Add excludes for javadocs (WiP)
    
    git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/maven/maven-jcrocm-plugin@661615 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9ad059b..fdfd107 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,6 +58,16 @@
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-plugin-plugin</artifactId>
 			</plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                  <!-- No javadocs -->
+                    <excludePackageNames>
+                        org.apache.sling
+                    </excludePackageNames>
+                </configuration>
+            </plugin>
 		</plugins>
 	</reporting>
 

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