You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nmaven-commits@incubator.apache.org by br...@apache.org on 2008/06/16 02:51:21 UTC

svn commit: r668044 - in /incubator/nmaven/trunk/site: general/pom.xml pom.xml versioned/pom.xml

Author: brett
Date: Sun Jun 15 19:51:21 2008
New Revision: 668044

URL: http://svn.apache.org/viewvc?rev=668044&view=rev
Log:
deploy to SVN

Modified:
    incubator/nmaven/trunk/site/general/pom.xml
    incubator/nmaven/trunk/site/pom.xml
    incubator/nmaven/trunk/site/versioned/pom.xml

Modified: incubator/nmaven/trunk/site/general/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/site/general/pom.xml?rev=668044&r1=668043&r2=668044&view=diff
==============================================================================
--- incubator/nmaven/trunk/site/general/pom.xml (original)
+++ incubator/nmaven/trunk/site/general/pom.xml Sun Jun 15 19:51:21 2008
@@ -35,7 +35,7 @@
     <site>
       <id>nmaven-apache-site</id>
       <name>NMaven Site</name>
-      <url>file://${basedir}/../../../www</url>
+      <url>svn:https://svn.apache.org/repos/asf/incubator/nmaven/www/</url>
     </site>
   </distributionManagement>
   <!-- repeated here so that *-site is not appended -->
@@ -65,5 +65,4 @@
       </plugin>
     </plugins>
   </reporting>
-
 </project>

Modified: incubator/nmaven/trunk/site/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/site/pom.xml?rev=668044&r1=668043&r2=668044&view=diff
==============================================================================
--- incubator/nmaven/trunk/site/pom.xml (original)
+++ incubator/nmaven/trunk/site/pom.xml Sun Jun 15 19:51:21 2008
@@ -35,4 +35,13 @@
     <module>general</module>
     <module>versioned</module>
   </modules>
+  <build>
+    <extensions>
+      <extension>
+        <groupId>org.jvnet.wagon-svn</groupId>
+        <artifactId>wagon-svn</artifactId>
+        <version>1.8</version>
+      </extension>
+    </extensions>
+  </build>
 </project>

Modified: incubator/nmaven/trunk/site/versioned/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/site/versioned/pom.xml?rev=668044&r1=668043&r2=668044&view=diff
==============================================================================
--- incubator/nmaven/trunk/site/versioned/pom.xml (original)
+++ incubator/nmaven/trunk/site/versioned/pom.xml Sun Jun 15 19:51:21 2008
@@ -35,7 +35,7 @@
     <site>
       <id>nmaven-apache-site</id>
       <name>NMaven Site</name>
-      <url>file://${basedir}/../../../www/0.16</url>
+      <url>svn:https://svn.apache.org/repos/asf/incubator/nmaven/www/0.16</url>
     </site>
   </distributionManagement>
 </project>