You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2005/10/07 00:15:37 UTC

svn commit: r306917 - /directory/protocol-providers/ldap/trunk/project.xml

Author: akarasulu
Date: Thu Oct  6 15:15:32 2005
New Revision: 306917

URL: http://svn.apache.org/viewcvs?rev=306917&view=rev
Log:
start using the latest site plugin which has the site:publish goal

Modified:
    directory/protocol-providers/ldap/trunk/project.xml

Modified: directory/protocol-providers/ldap/trunk/project.xml
URL: http://svn.apache.org/viewcvs/directory/protocol-providers/ldap/trunk/project.xml?rev=306917&r1=306916&r2=306917&view=diff
==============================================================================
--- directory/protocol-providers/ldap/trunk/project.xml (original)
+++ directory/protocol-providers/ldap/trunk/project.xml Thu Oct  6 15:15:32 2005
@@ -142,6 +142,12 @@
 
   <dependencies>
     <dependency>
+      <artifactId>maven-site-plugin</artifactId>
+      <groupId>maven</groupId>
+      <version>1.6.1</version>
+      <type>plugin</type>
+    </dependency>
+    <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>nlog4j</artifactId>
       <version>1.2.17</version>