You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/09/22 07:30:09 UTC

[maven-jar-plugin] branch MJAR-263 updated: add Plexus snaphot repository

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

hboutemy pushed a commit to branch MJAR-263
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git


The following commit(s) were added to refs/heads/MJAR-263 by this push:
     new b28c07b  add Plexus snaphot repository
b28c07b is described below

commit b28c07bd22b46297d85add7fda04f3c74da71d87
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Sep 22 09:30:05 2019 +0200

    add Plexus snaphot repository
---
 pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/pom.xml b/pom.xml
index c49ad23..e4f13fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,4 +216,19 @@
       </build>
     </profile>
   </profiles>
+
+  <repositories>
+    <repository>
+      <id>plexus-snapshots</id>
+      <url>https://oss.sonatype.org/content/repositories/plexus-snapshots/</url>
+      <snapshots><enabled>true</enabled></snapshots>
+      <releases><enabled>false</enabled></releases>
+    </repository>
+    <repository>
+      <id>apache-snapshots</id>
+      <url>https://repository.apache.org/content/repositories/snapshots/</url>
+      <snapshots><enabled>true</enabled></snapshots>
+      <releases><enabled>false</enabled></releases>
+    </repository>
+  </repositories>
 </project>