This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.auth.form-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-form.git
commit 9946c7cf66a0585a3acab9b20589f44294338050 Author: Felix Meschberger <[email protected]> AuthorDate: Mon Aug 23 13:40:01 2010 +0000 Set JIRA version id and fix JavaDoc exclusions git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/auth/form@988119 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 3a8132d..7201953 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,11 @@ when first authenticating. </description> + <properties> + <site.jira.version.id>12314785</site.jira.version.id> + <site.javadoc.exclude>**.impl.**</site.javadoc.exclude> + </properties> + <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/auth/form</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/auth/form</developerConnection> @@ -89,19 +94,7 @@ </plugin> </plugins> </build> - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <excludePackageNames> - org.apache.sling.auth.form - </excludePackageNames> - </configuration> - </plugin> - </plugins> - </reporting> + <dependencies> <dependency> <groupId>org.apache.sling</groupId> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
