You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-commits@maven.apache.org by ol...@apache.org on 2008/08/12 21:19:33 UTC

svn commit: r685274 - /maven/scm/trunk/pom.xml

Author: olamy
Date: Tue Aug 12 12:19:32 2008
New Revision: 685274

URL: http://svn.apache.org/viewvc?rev=685274&view=rev
Log:
ensure building aggregate javadoc without any cli parameter

Modified:
    maven/scm/trunk/pom.xml

Modified: maven/scm/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/scm/trunk/pom.xml?rev=685274&r1=685273&r2=685274&view=diff
==============================================================================
--- maven/scm/trunk/pom.xml (original)
+++ maven/scm/trunk/pom.xml Tue Aug 12 12:19:32 2008
@@ -278,6 +278,13 @@
           <aggregate>true</aggregate>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <aggregate>true</aggregate>
+        </configuration>
+      </plugin>
     </plugins>
   </reporting>
 </project>