You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2010/03/19 12:43:33 UTC

svn commit: r925182 - in /directory/shared/branches/shared-0.9.18: i18n/pom.xml pom.xml

Author: pamarcelot
Date: Fri Mar 19 11:43:32 2010
New Revision: 925182

URL: http://svn.apache.org/viewvc?rev=925182&view=rev
Log:
Removed javadoc configuration in i18n project. Trying to use a previous version of the javadoc plugin in the parent pom.

Modified:
    directory/shared/branches/shared-0.9.18/i18n/pom.xml
    directory/shared/branches/shared-0.9.18/pom.xml

Modified: directory/shared/branches/shared-0.9.18/i18n/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-0.9.18/i18n/pom.xml?rev=925182&r1=925181&r2=925182&view=diff
==============================================================================
--- directory/shared/branches/shared-0.9.18/i18n/pom.xml (original)
+++ directory/shared/branches/shared-0.9.18/i18n/pom.xml Fri Mar 19 11:43:32 2010
@@ -40,13 +40,6 @@
           <forkMode>always</forkMode>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <configuration> 
-          <skip>true</skip>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
 </project>
\ No newline at end of file

Modified: directory/shared/branches/shared-0.9.18/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-0.9.18/pom.xml?rev=925182&r1=925181&r2=925182&view=diff
==============================================================================
--- directory/shared/branches/shared-0.9.18/pom.xml (original)
+++ directory/shared/branches/shared-0.9.18/pom.xml Fri Mar 19 11:43:32 2010
@@ -177,6 +177,18 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+  
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.6</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
 
   <reporting>
     <excludeDefaults>true</excludeDefaults>