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:55:43 UTC

[maven] 01/01: 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

commit 2ba59ed63245329d249354d166a3ee9b1ad32724
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..674512e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -694,4 +694,16 @@ under the License.
       </build>
     </profile>
   </profiles>
+  <pluginRepositories>
+    <pluginRepository>
+      <id>oss.snapshots</id>
+      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </pluginRepository>
+  </pluginRepositories>
 </project>