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:02:38 UTC

svn commit: r306908 - /directory/asn1/trunk/project.xml

Author: akarasulu
Date: Thu Oct  6 15:02:37 2005
New Revision: 306908

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

Modified:
    directory/asn1/trunk/project.xml

Modified: directory/asn1/trunk/project.xml
URL: http://svn.apache.org/viewcvs/directory/asn1/trunk/project.xml?rev=306908&r1=306907&r2=306908&view=diff
==============================================================================
--- directory/asn1/trunk/project.xml (original)
+++ directory/asn1/trunk/project.xml Thu Oct  6 15:02:37 2005
@@ -68,6 +68,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>