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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 408fac2  [MPOM-225] Add pluginRepositories section for SNAPSHOTs
408fac2 is described below

commit 408fac26930f781e3ef1445ce3313b56ad38212a
Author: Christopher Tubbs <ctubb...@apache.org>
AuthorDate: Wed Oct 17 14:43:37 2018 -0400

    [MPOM-225] Add pluginRepositories section for SNAPSHOTs
    
    Enable more convenient utilization of SNAPSHOT versions of
    plugins deployed to ASF's Maven repositories. This is
    useful for testing plugins prior to their release.
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2e5d5fe..93dc7ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,6 +105,16 @@ under the License.
       </releases>
     </repository>
   </repositories>
+  <pluginRepositories>
+    <pluginRepository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>https://repository.apache.org/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </pluginRepository>
+  </pluginRepositories>
 
   <build>
     <pluginManagement>

Reply via email to