]> source.dussan.org Git - archiva.git/commitdiff
snapshot repo needed for javasvn
authorOlivier Lamy <olamy@apache.org>
Tue, 4 Sep 2012 11:02:37 +0000 (11:02 +0000)
committerOlivier Lamy <olamy@apache.org>
Tue, 4 Sep 2012 11:02:37 +0000 (11:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/parent@1380548 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index d0435049d1031808b27fa9b84738081c2b2cd4af..888d8b1d40128a7c4f0f74d63882838e42f64327 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       </build>
     </profile>
   </profiles>
+
+  <!-- until svnjava provider released -->
+  <repositories>
+    <repository>
+      <id>oss.sonatype.org</id>
+      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+
 </project>