]> source.dussan.org Git - archiva.git/commitdiff
add atlassian repo until xml rpc binder 0.11 reach central
authorOlivier Lamy <olamy@apache.org>
Thu, 4 Aug 2011 21:16:16 +0000 (21:16 +0000)
committerOlivier Lamy <olamy@apache.org>
Thu, 4 Aug 2011 21:16:16 +0000 (21:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1154019 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index cc0f380fa6bcf0f78c9f4dfe1f3d02215986a1db..973f080ee01f0c73abe283d2a2d8d6adae8e9f79 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <enabled>true</enabled>
       </snapshots>
     </repository>
+    <repository>
+      <id>maven.atlassian</id>
+      <url>https://maven.atlassian.com/content/groups/public</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
   </repositories>
 
   <build>