Author: cbrisson
Date: Sat Jul 16 21:47:58 2016
New Revision: 1753001
URL: http://svn.apache.org/viewvc?rev=1753001&view=rev
Log:
[engine] add javadoc aggregated goal to global pom.xml
Modified:
velocity/engine/trunk/pom.xml
Modified: velocity/engine/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/engine/trunk/pom.xml?rev=1753001&r1=1753000&r2=1753001&view=diff
==============================================================================
--- velocity/engine/trunk/pom.xml (original)
+++ velocity/engine/trunk/pom.xml Sat Jul 16 21:47:58 2016
@@ -73,6 +73,14 @@
<target>1.5</target>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.10.4</version>
+ <configuration>
+ <aggregate>true</aggregate>
+ </configuration>
+ </plugin>
</plugins>
</build>