Author: hughesj
Date: Tue Jan 23 06:10:02 2007
New Revision: 499025

URL: http://svn.apache.org/viewvc?view=rev&rev=499025
Log:
Add deploy info for maven1 and maven2 snapshot repositories on people.apache.org

Modified:
    incubator/woden/trunk/java/   (props changed)
    incubator/woden/trunk/java/pom.xml

Propchange: incubator/woden/trunk/java/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Jan 23 06:10:02 2007
@@ -8,3 +8,4 @@
 woden-1.0.0M4-test-results.html
 woden-1.0.0M5-test-results.html
 .project
+target

Modified: incubator/woden/trunk/java/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/woden/trunk/java/pom.xml?view=diff&rev=499025&r1=499024&r2=499025
==============================================================================
--- incubator/woden/trunk/java/pom.xml (original)
+++ incubator/woden/trunk/java/pom.xml Tue Jan 23 06:10:02 2007
@@ -68,6 +68,21 @@
           <target>1.4</target>
         </configuration>
       </plugin>  
+      <plugin>
+        <artifactId>maven-one-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>install-maven-one-repository</goal>
+              <goal>deploy-maven-one-repository</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <remoteRepositoryId>apache</remoteRepositoryId>
+          
<remoteRepositoryUrl>scpexe://people.apache.org/www/people.apache.org/repo/m1-snapshot-repository</remoteRepositoryUrl>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
   <reporting>
@@ -173,4 +188,11 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+  <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>
+  </distributionManagement>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to