Author: mbenson
Date: Tue Feb 11 00:46:36 2014
New Revision: 1566915
URL: http://svn.apache.org/r1566915
Log:
try moving aggregate javadoc to site profile
Modified:
commons/proper/weaver/trunk/pom.xml
Modified: commons/proper/weaver/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/pom.xml?rev=1566915&r1=1566914&r2=1566915&view=diff
==============================================================================
--- commons/proper/weaver/trunk/pom.xml (original)
+++ commons/proper/weaver/trunk/pom.xml Tue Feb 11 00:46:36 2014
@@ -350,7 +350,6 @@ under the License.
</executions>
<configuration>
<source>${maven.compiler.source}</source>
- <aggregate>true</aggregate>
</configuration>
</plugin>
</plugins>
@@ -382,6 +381,23 @@ under the License.
</plugins>
</reporting>
+ <profiles>
+ <profile>
+ <id>site</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <aggregate>true</aggregate>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
<modules>
<module>build-tools</module>
<module>processor</module>