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 si...@apache.org on 2008/02/12 19:19:49 UTC

svn commit: r627045 - in /incubator/nmaven/trunk: install-libraries.bat pom.xml

Author: sisbell
Date: Tue Feb 12 11:19:47 2008
New Revision: 627045

URL: http://svn.apache.org/viewvc?rev=627045&view=rev
Log:
Changes to pom to support release.

Removed:
    incubator/nmaven/trunk/install-libraries.bat
Modified:
    incubator/nmaven/trunk/pom.xml

Modified: incubator/nmaven/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/pom.xml?rev=627045&r1=627044&r2=627045&view=diff
==============================================================================
--- incubator/nmaven/trunk/pom.xml (original)
+++ incubator/nmaven/trunk/pom.xml Tue Feb 12 11:19:47 2008
@@ -148,6 +148,13 @@
     <module>plugins</module>
   </modules>
   <build>
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-ssh-external</artifactId>
+        <version>1.0-alpha-5</version>
+      </extension>
+    </extensions>
     <plugins>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
@@ -224,6 +231,18 @@
       </dependency>
     </dependencies>
   </dependencyManagement>
+  <distributionManagement>
+    <snapshotRepository>
+      <id>apache.snapshots</id>
+      <name>Apache SNAPSHOT Repository</name>
+      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+    </snapshotRepository>
+    <repository>
+      <id>apache.incubating</id>
+      <name>Apache Incubating Repository</name>
+      <url>scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository</url>
+    </repository>
+  </distributionManagement>
   <profiles>
     <profile>
       <id>release</id>