Author: cbrisson
Date: Sun Oct  7 10:12:13 2018
New Revision: 1843056

URL: http://svn.apache.org/viewvc?rev=1843056&view=rev
Log:
[engine] Fix javadoc:aggregate goal

Modified:
    velocity/engine/trunk/pom.xml

Modified: velocity/engine/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/velocity/engine/trunk/pom.xml?rev=1843056&r1=1843055&r2=1843056&view=diff
==============================================================================
--- velocity/engine/trunk/pom.xml (original)
+++ velocity/engine/trunk/pom.xml Sun Oct  7 10:12:13 2018
@@ -94,9 +94,18 @@
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>2.10.4</version>
         <configuration>
-          <aggregate>true</aggregate>
           <additionalparam>${javadoc.opts}</additionalparam>
         </configuration>
+        <executions>
+            <execution>
+                <id>aggregate</id>
+                <goals>
+                    <goal>aggregate</goal>
+                </goals>
+                <configuration>
+                </configuration>
+            </execution>
+        </executions>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>


Reply via email to