Author: mbenson
Date: Sun Feb 9 22:19:19 2014
New Revision: 1566451
URL: http://svn.apache.org/r1566451
Log:
generate javadoc jars and add to binary distribution
Modified:
commons/proper/weaver/trunk/dist/pom.xml
commons/proper/weaver/trunk/pom.xml
Modified: commons/proper/weaver/trunk/dist/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/dist/pom.xml?rev=1566451&r1=1566450&r2=1566451&view=diff
==============================================================================
--- commons/proper/weaver/trunk/dist/pom.xml (original)
+++ commons/proper/weaver/trunk/dist/pom.xml Sun Feb 9 22:19:19 2014
@@ -44,6 +44,11 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
+ <artifactId>commons-weaver</artifactId>
+ <classifier>javadoc</classifier>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
<artifactId>commons-weaver-privilizer-api</artifactId>
</dependency>
<dependency>
@@ -53,6 +58,11 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
+ <artifactId>commons-weaver-privilizer-api</artifactId>
+ <classifier>javadoc</classifier>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
<artifactId>commons-weaver-privilizer</artifactId>
</dependency>
<dependency>
@@ -62,6 +72,11 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
+ <artifactId>commons-weaver-privilizer</artifactId>
+ <classifier>javadoc</classifier>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
<artifactId>commons-weaver-normalizer</artifactId>
</dependency>
<dependency>
@@ -71,6 +86,11 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
+ <artifactId>commons-weaver-normalizer</artifactId>
+ <classifier>javadoc</classifier>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
<artifactId>commons-weaver-maven-plugin</artifactId>
</dependency>
<dependency>
@@ -80,6 +100,11 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
+ <artifactId>commons-weaver-maven-plugin</artifactId>
+ <classifier>javadoc</classifier>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
<artifactId>commons-weaver-antlib</artifactId>
</dependency>
<dependency>
@@ -87,6 +112,11 @@ under the License.
<artifactId>commons-weaver-antlib</artifactId>
<classifier>sources</classifier>
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-weaver-antlib</artifactId>
+ <classifier>javadoc</classifier>
+ </dependency>
</dependencies>
<build>
Modified: commons/proper/weaver/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/pom.xml?rev=1566451&r1=1566450&r2=1566451&view=diff
==============================================================================
--- commons/proper/weaver/trunk/pom.xml (original)
+++ commons/proper/weaver/trunk/pom.xml Sun Feb 9 22:19:19 2014
@@ -99,6 +99,12 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
+ <artifactId>commons-weaver</artifactId>
+ <classifier>javadoc</classifier>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
<artifactId>commons-weaver-privilizer-api</artifactId>
<version>${project.version}</version>
</dependency>
@@ -110,6 +116,12 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
+ <artifactId>commons-weaver-privilizer-api</artifactId>
+ <classifier>javadoc</classifier>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
<artifactId>commons-weaver-privilizer</artifactId>
<version>${project.version}</version>
</dependency>
@@ -121,6 +133,12 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
+ <artifactId>commons-weaver-privilizer</artifactId>
+ <classifier>javadoc</classifier>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
<artifactId>commons-weaver-normalizer</artifactId>
<version>${project.version}</version>
</dependency>
@@ -132,6 +150,12 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
+ <artifactId>commons-weaver-normalizer</artifactId>
+ <classifier>javadoc</classifier>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
<artifactId>commons-weaver-maven-plugin</artifactId>
<version>${project.version}</version>
</dependency>
@@ -143,6 +167,12 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
+ <artifactId>commons-weaver-maven-plugin</artifactId>
+ <classifier>javadoc</classifier>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
<artifactId>commons-weaver-antlib</artifactId>
<version>${project.version}</version>
</dependency>
@@ -153,6 +183,12 @@ under the License.
<version>${project.version}</version>
</dependency>
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-weaver-antlib</artifactId>
+ <classifier>javadoc</classifier>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-finder-shaded</artifactId>
<version>3.14</version>
@@ -298,6 +334,22 @@ under the License.
</execution>
</executions>
</plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>create-javadoc-jar</id>
+ <goals>
+ <goal>javadoc</goal>
+ <goal>jar</goal>
+ </goals>
+ <phase>package</phase>
+ </execution>
+ </executions>
+ <configuration>
+ <source>${maven.compiler.source}</source>
+ </configuration>
+ </plugin>
</plugins>
</build>