This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.extensions.webconsolebranding-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-extensions-webconsolebranding.git
commit c82aa6bdf4b91d95df93e064773c07be87ce06a8 Author: Felix Meschberger <[email protected]> AuthorDate: Sat Aug 21 13:36:55 2010 +0000 Prevent JavaDoc reporting to run (nothing to JavaDoc here) and refer to the JIRA version ID for the changes plugin git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/webconsolebranding@987754 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index 2f3a7c0..40a42ff 100644 --- a/pom.xml +++ b/pom.xml @@ -44,6 +44,10 @@ <url>http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/webconsolebranding</url> </scm> + <properties> + <site.jira.version.id>12314456</site.jira.version.id> + </properties> + <build> <plugins> <plugin> @@ -63,4 +67,16 @@ </plugin> </plugins> </build> + + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + </plugins> + </reporting> </project> \ No newline at end of file -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
