You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2019/06/03 10:39:04 UTC

[maven] branch MNG-6581 updated: add oss snapshot repo temporary to test build

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch MNG-6581
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/MNG-6581 by this push:
     new c09be9e  add oss snapshot repo temporary to test build
c09be9e is described below

commit c09be9e650e1be114c7704546392a77765854e6a
Author: olivier lamy <ol...@apache.org>
AuthorDate: Mon Jun 3 20:38:50 2019 +1000

    add oss snapshot repo temporary to test build
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2314892..d61a106 100644
--- a/pom.xml
+++ b/pom.xml
@@ -694,4 +694,16 @@ under the License.
       </build>
     </profile>
   </profiles>
+  <repositories>
+    <repository>
+      <id>oss.snapshots</id>
+      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
 </project>