[MRM-630]

-added JPOX repo for temporary use while jpox 1.1.9 is not yet available in central


git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@609490 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maria Odea B. Ching 2008-01-07 03:01:24 +00:00
parent 195af2ffe0
commit 53418d265d
1 changed files with 8 additions and 0 deletions

View File

@ -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>