You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by oc...@apache.org on 2008/01/07 04:01:25 UTC

svn commit: r609490 - /maven/archiva/trunk/pom.xml

Author: oching
Date: Sun Jan  6 19:01:24 2008
New Revision: 609490

URL: http://svn.apache.org/viewvc?rev=609490&view=rev
Log:
[MRM-630]
-added JPOX repo for temporary use while jpox 1.1.9 is not yet available in central

Modified:
    maven/archiva/trunk/pom.xml

Modified: maven/archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/pom.xml?rev=609490&r1=609489&r2=609490&view=diff
==============================================================================
--- maven/archiva/trunk/pom.xml (original)
+++ maven/archiva/trunk/pom.xml Sun Jan  6 19:01:24 2008
@@ -882,4 +882,12 @@
       <url>${siteBaseDeployment}/ref/${project.version}</url>
     </site>
   </distributionManagement>
+  <repositories>
+    <repository>
+      <id>jpox.repository</id>
+      <name>JPOX Repository</name>
+      <url>http://www.jpox.org/downloads/maven</url>
+      <layout>legacy</layout>
+    </repository>
+  </repositories>
 </project>