Author: fmeschbe
Date: Mon Aug 23 13:40:01 2010
New Revision: 988119
URL: http://svn.apache.org/viewvc?rev=988119&view=rev
Log:
Set JIRA version id and fix JavaDoc exclusions
Modified:
sling/trunk/bundles/auth/form/pom.xml
sling/trunk/bundles/auth/openid/pom.xml
sling/trunk/bundles/auth/selector/pom.xml
Modified: sling/trunk/bundles/auth/form/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/auth/form/pom.xml?rev=988119&r1=988118&r2=988119&view=diff
==============================================================================
--- sling/trunk/bundles/auth/form/pom.xml (original)
+++ sling/trunk/bundles/auth/form/pom.xml Mon Aug 23 13:40:01 2010
@@ -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>
Modified: sling/trunk/bundles/auth/openid/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/auth/openid/pom.xml?rev=988119&r1=988118&r2=988119&view=diff
==============================================================================
--- sling/trunk/bundles/auth/openid/pom.xml (original)
+++ sling/trunk/bundles/auth/openid/pom.xml Mon Aug 23 13:40:01 2010
@@ -37,6 +37,11 @@
and logout support
</description>
+ <properties>
+ <site.jira.version.id>12314515</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/openid</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/auth/openid</developerConnection>
@@ -77,19 +82,7 @@
</plugin>
</plugins>
</build>
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <excludePackageNames>
- org.apache.sling.auth.openid
- </excludePackageNames>
- </configuration>
- </plugin>
- </plugins>
- </reporting>
+
<repositories>
<repository>
<releases>
Modified: sling/trunk/bundles/auth/selector/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/auth/selector/pom.xml?rev=988119&r1=988118&r2=988119&view=diff
==============================================================================
--- sling/trunk/bundles/auth/selector/pom.xml (original)
+++ sling/trunk/bundles/auth/selector/pom.xml Mon Aug 23 13:40:01 2010
@@ -43,6 +43,10 @@
Handler.
</description>
+ <properties>
+ <site.jira.version.id>12315263</site.jira.version.id>
+ </properties>
+
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/auth/selector</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/auth/selector</developerConnection>
@@ -81,9 +85,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
- <excludePackageNames>
- org.apache.sling.auth.selector
- </excludePackageNames>
+ <skip>true</skip>
</configuration>
</plugin>
</plugins>