Title: [918] trunk: Updated to use released version of xsite-maven-plugin.
Revision
918
Author
mauro
Date
2008-09-02 09:37:28 -0500 (Tue, 02 Sep 2008)

Log Message

Updated to use released version of xsite-maven-plugin.

Modified Paths


Diff

Modified: trunk/distribution/README.txt (917 => 918)

--- trunk/distribution/README.txt	2008-09-02 13:39:58 UTC (rev 917)
+++ trunk/distribution/README.txt	2008-09-02 14:37:28 UTC (rev 918)
@@ -1,5 +1,5 @@
 To build site with standalone XSite:
 
-1. Download http://repository.codehaus.org/org/codehaus/xsite/xsite-distribution/1.0-beta-9/xsite-distribution-1.0-beta-9-bin.zip
+1. Download http://repository.codehaus.org/org/codehaus/xsite/xsite-distribution/1.0/xsite-distribution-1.0-bin.zip
 2. Unzip to local dir, eg ~/xsite, add env XSITE_HOME=~/xsite and $XSITE_HOME/bin to $PATH (as per usual Ant, Maven, etc convention)
 3. xsite -Ssrc/site -mcontent/sitemap.xml -stemplates/skin.html -Rresources -otarget/xsite
\ No newline at end of file

Modified: trunk/distribution/pom.xml (917 => 918)

--- trunk/distribution/pom.xml	2008-09-02 13:39:58 UTC (rev 917)
+++ trunk/distribution/pom.xml	2008-09-02 14:37:28 UTC (rev 918)
@@ -43,8 +43,8 @@
         </executions>
       </plugin>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>dependency-maven-plugin</artifactId>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
         <executions>
           <execution>
             <id>unpack-javadoc-core</id>

Modified: trunk/pom.xml (917 => 918)

--- trunk/pom.xml	2008-09-02 13:39:58 UTC (rev 917)
+++ trunk/pom.xml	2008-09-02 14:37:28 UTC (rev 918)
@@ -162,12 +162,12 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>2.0-alpha-4</version>
+          <version>2.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>2.0-beta-6</version>
+          <version>2.0-beta-7</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
@@ -189,7 +189,7 @@
         <plugin>
           <groupId>org.codehaus.xsite</groupId>
           <artifactId>xsite-maven-plugin</artifactId>
-          <version>1.0-SNAPSHOT</version>
+          <version>1.0</version>
         </plugin>
       </plugins>
     </pluginManagement>
@@ -311,11 +311,6 @@
       <name>Codehaus JBehave Snapshot Repository</name>
       <url>dav:https://dav.codehaus.org/snapshots.repository/jbehave/</url>
     </snapshotRepository>
-    <site>
-      <id>codehaus.org</id>
-      <name>Codehaus JBehave Site</name>
-      <url>dav:https://dav.codehaus.org/jbehave/</url>
-    </site>
   </distributionManagement>
 
 </project>
\ No newline at end of file


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to