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:08:57 UTC

svn commit: r306911 - /directory/naming/trunk/project.xml

Author: akarasulu
Date: Thu Oct  6 15:08:54 2005
New Revision: 306911

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

Modified:
    directory/naming/trunk/project.xml

Modified: directory/naming/trunk/project.xml
URL: http://svn.apache.org/viewcvs/directory/naming/trunk/project.xml?rev=306911&r1=306910&r2=306911&view=diff
==============================================================================
--- directory/naming/trunk/project.xml (original)
+++ directory/naming/trunk/project.xml Thu Oct  6 15:08:54 2005
@@ -81,6 +81,12 @@
 
   <dependencies>    
     <dependency>
+      <artifactId>maven-site-plugin</artifactId>
+      <groupId>maven</groupId>
+      <version>1.6.1</version>
+      <type>plugin</type>
+    </dependency>
+    <dependency>
       <id>junit</id>
       <version>3.8.1</version>
     </dependency>