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-scripting-sightly-models-provider.git
commit dabd15030d2055fad93bc5292bdd3980f4647c8e Author: Radu Cotescu <[email protected]> AuthorDate: Mon Sep 5 15:05:35 2016 +0000 trivial: configured javadoc plugin git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1759284 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 2c98bc2..17c9bd9 100644 --- a/pom.xml +++ b/pom.xml @@ -63,6 +63,16 @@ <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <!-- No javadocs --> + <excludePackageNames> + org.apache.sling.scripting.sightly.models.impl + </excludePackageNames> + </configuration> + </plugin> </plugins> </build> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
