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 15:08:11 UTC

svn commit: r925222 - /directory/clients/ldap/branches/ldap-0.1.0/pom.xml

Author: pamarcelot
Date: Fri Mar 19 14:08:11 2010
New Revision: 925222

URL: http://svn.apache.org/viewvc?rev=925222&view=rev
Log:
Moved back to version 2.5 of the maven-javadoc-plugin to be able to release.
Commented the test project as it is causing a cyclic dependency on the 'apacheds' projects.

Modified:
    directory/clients/ldap/branches/ldap-0.1.0/pom.xml

Modified: directory/clients/ldap/branches/ldap-0.1.0/pom.xml
URL: http://svn.apache.org/viewvc/directory/clients/ldap/branches/ldap-0.1.0/pom.xml?rev=925222&r1=925221&r2=925222&view=diff
==============================================================================
--- directory/clients/ldap/branches/ldap-0.1.0/pom.xml (original)
+++ directory/clients/ldap/branches/ldap-0.1.0/pom.xml Fri Mar 19 14:08:11 2010
@@ -141,7 +141,8 @@
 
   <modules>
     <module>ldap-client-api</module>
-    <module>ldap-client-test</module>
+    <!-- This module as been disabled because of a cyclic dependency with the 'apacheds' project -->
+    <!--<module>ldap-client-test</module>-->
   </modules>
 
   <build>
@@ -156,6 +157,15 @@
         </configuration>
       </plugin>
     </plugins>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.5</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
   </build>
 </project>