You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by sk...@apache.org on 2010/05/10 13:35:12 UTC

svn commit: r942709 - /incubator/chemistry/opencmis/trunk/pom.xml

Author: sklevenz
Date: Mon May 10 11:35:12 2010
New Revision: 942709

URL: http://svn.apache.org/viewvc?rev=942709&view=rev
Log:
Prepare POM for JavaDoc generation

Modified:
    incubator/chemistry/opencmis/trunk/pom.xml

Modified: incubator/chemistry/opencmis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/pom.xml?rev=942709&r1=942708&r2=942709&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/pom.xml (original)
+++ incubator/chemistry/opencmis/trunk/pom.xml Mon May 10 11:35:12 2010
@@ -261,6 +261,11 @@
                     </archive>
                 </configuration>
             </plugin>
+            <plugin>
+            	<groupId>org.apache.maven.plugins</groupId>
+            	<artifactId>maven-javadoc-plugin</artifactId>
+            	<version>2.7</version>
+            </plugin>
         </plugins>
     </build>
 
@@ -295,14 +300,6 @@
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.5</version>
-                <configuration>
-                    <aggregate>true</aggregate>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-report-plugin</artifactId>
                 <configuration>
                     <aggregate>true</aggregate>