You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2007/02/01 19:00:09 UTC

svn commit: r502302 - /webservices/axis2/trunk/java/modules/parent/pom.xml

Author: dims
Date: Thu Feb  1 10:00:09 2007
New Revision: 502302

URL: http://svn.apache.org/viewvc?view=rev&rev=502302
Log:
add a maven2 repo on zones

Modified:
    webservices/axis2/trunk/java/modules/parent/pom.xml

Modified: webservices/axis2/trunk/java/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/parent/pom.xml?view=diff&rev=502302&r1=502301&r2=502302
==============================================================================
--- webservices/axis2/trunk/java/modules/parent/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/parent/pom.xml Thu Feb  1 10:00:09 2007
@@ -317,6 +317,21 @@
       <url>http://ws.zones.apache.org/repository/</url>
       <layout>legacy</layout>
     </repository>
+    <repository>
+      <releases>
+        <enabled>true</enabled>
+        <updatePolicy>always</updatePolicy>
+        <checksumPolicy>warn</checksumPolicy>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+        <updatePolicy>never</updatePolicy>
+        <checksumPolicy>warn</checksumPolicy>
+      </snapshots>
+      <id>apache-ws-snapshots2</id>
+      <name>Apache ws.zones - 2</name>
+      <url>http://ws.zones.apache.org/repository2/</url>
+    </repository>
   </repositories>
 
     <pluginRepositories>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org