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/06 23:58:35 UTC

svn commit: r306905 - /directory/sitedocs/trunk/project.xml

Author: akarasulu
Date: Thu Oct  6 14:58:32 2005
New Revision: 306905

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

Modified:
    directory/sitedocs/trunk/project.xml

Modified: directory/sitedocs/trunk/project.xml
URL: http://svn.apache.org/viewcvs/directory/sitedocs/trunk/project.xml?rev=306905&r1=306904&r2=306905&view=diff
==============================================================================
--- directory/sitedocs/trunk/project.xml (original)
+++ directory/sitedocs/trunk/project.xml Thu Oct  6 14:58:32 2005
@@ -28,6 +28,15 @@
     Long Directory Project description from inside POM.
   </description>
   
+  <dependencies>
+    <dependency>
+      <artifactId>maven-site-plugin</artifactId>
+      <groupId>maven</groupId>
+      <version>1.6.1</version>
+      <type>plugin</type>
+    </dependency>
+  </dependencies>
+
   <mailingLists>
     <mailingList>
       <name>Directory Developer List</name>