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:16 UTC

svn commit: r306910 - in /directory/clients: kerberos/trunk/client/project.xml ldap/trunk/project.xml project.xml

Author: akarasulu
Date: Thu Oct  6 15:08:11 2005
New Revision: 306910

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

Modified:
    directory/clients/kerberos/trunk/client/project.xml
    directory/clients/ldap/trunk/project.xml
    directory/clients/project.xml

Modified: directory/clients/kerberos/trunk/client/project.xml
URL: http://svn.apache.org/viewcvs/directory/clients/kerberos/trunk/client/project.xml?rev=306910&r1=306909&r2=306910&view=diff
==============================================================================
--- directory/clients/kerberos/trunk/client/project.xml (original)
+++ directory/clients/kerberos/trunk/client/project.xml Thu Oct  6 15:08:11 2005
@@ -9,6 +9,13 @@
     A simple Kerberos 5 client with UI for testing the server.
   </description>
   <dependencies>
+    <dependency>
+      <artifactId>maven-site-plugin</artifactId>
+      <groupId>maven</groupId>
+      <version>1.6.1</version>
+      <type>plugin</type>
+    </dependency>
+
     <!-- might depend on this later
     <dependency>
       <groupId>incubator-directory</groupId>

Modified: directory/clients/ldap/trunk/project.xml
URL: http://svn.apache.org/viewcvs/directory/clients/ldap/trunk/project.xml?rev=306910&r1=306909&r2=306910&view=diff
==============================================================================
--- directory/clients/ldap/trunk/project.xml (original)
+++ directory/clients/ldap/trunk/project.xml Thu Oct  6 15:08:11 2005
@@ -91,6 +91,12 @@
 
   <dependencies>
     <dependency>
+      <artifactId>maven-site-plugin</artifactId>
+      <groupId>maven</groupId>
+      <version>1.6.1</version>
+      <type>plugin</type>
+    </dependency>
+    <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
       <version>2.1</version>

Modified: directory/clients/project.xml
URL: http://svn.apache.org/viewcvs/directory/clients/project.xml?rev=306910&r1=306909&r2=306910&view=diff
==============================================================================
--- directory/clients/project.xml (original)
+++ directory/clients/project.xml Thu Oct  6 15:08:11 2005
@@ -49,6 +49,15 @@
     Apache Directory Project.
   </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>