You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2013/03/18 22:47:27 UTC

[37/50] git commit: Added Aether's snapshot repo to ease building

Added Aether's snapshot repo to ease building


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/36bee649
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/36bee649
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/36bee649

Branch: refs/heads/master
Commit: 36bee64938e32f402b990c5f5ce036fcf8c1ca1e
Parents: 3916201
Author: Benjamin Bentmann <be...@apache.org>
Authored: Sat Dec 29 22:27:26 2012 +0100
Committer: Benjamin Bentmann <be...@apache.org>
Committed: Sat Dec 29 22:27:26 2012 +0100

----------------------------------------------------------------------
 pom.xml |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/36bee649/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cc57acb..ba8322a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,6 +178,15 @@
     </site>
   </distributionManagement>
 
+  <repositories>
+    <repository>
+      <id>sonatype-nexus-snapshots</id>
+      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+      <releases><enabled>false</enabled></releases>
+      <snapshots><enabled>true</enabled></snapshots>
+    </repository>
+  </repositories>
+
   <!--bootstrap-start-comment-->
   <dependencyManagement>
     <!--bootstrap-end-comment-->