This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.jcr.contentloader-2.0.2-incubator in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-contentloader.git
commit 66b18601da9e96e0e613a7dab57d1a84b9880eb1 Author: Carsten Ziegeler <[email protected]> AuthorDate: Fri May 30 09:21:49 2008 +0000 SLING-483: Add excludes for javadocs (WiP) git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/jcr/contentloader@661611 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index 72cfce5..7a6ebf7 100644 --- a/pom.xml +++ b/pom.xml @@ -73,6 +73,19 @@ </plugin> </plugins> </build> + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <excludePackageNames> + org.apache.sling.jcr.contentloader.internal + </excludePackageNames> + </configuration> + </plugin> + </plugins> + </reporting> <dependencies> <dependency> <groupId>org.apache.felix</groupId> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
