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:01:43 UTC

svn commit: r306907 - /directory/apacheds/trunk/project.xml

Author: akarasulu
Date: Thu Oct  6 15:01:40 2005
New Revision: 306907

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

Modified:
    directory/apacheds/trunk/project.xml

Modified: directory/apacheds/trunk/project.xml
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/project.xml?rev=306907&r1=306906&r2=306907&view=diff
==============================================================================
--- directory/apacheds/trunk/project.xml (original)
+++ directory/apacheds/trunk/project.xml Thu Oct  6 15:01:40 2005
@@ -71,6 +71,12 @@
 
     <dependencies>
       <dependency>
+        <artifactId>maven-site-plugin</artifactId>
+        <groupId>maven</groupId>
+        <version>1.6.1</version>
+        <type>plugin</type>
+      </dependency>
+      <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <version>3.8.1</version>