You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/01/14 19:23:31 UTC

[maven-acr-plugin] branch INFRA-17514 updated: set plugin repo

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

rfscholte pushed a commit to branch INFRA-17514
in repository https://gitbox.apache.org/repos/asf/maven-acr-plugin.git


The following commit(s) were added to refs/heads/INFRA-17514 by this push:
     new f90bfad  set plugin repo
f90bfad is described below

commit f90bfad14696183935b4004b4deb6d222a930352
Author: rfscholte <rf...@apache.org>
AuthorDate: Mon Jan 14 20:23:25 2019 +0100

    set plugin repo
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index d2050ca..0e20557 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,13 @@ under the License.
     <maven>${mavenVersion}</maven>
   </prerequisites>
 
+  <pluginRepositories>
+    <pluginRepository>
+      <id>apache.snapshots.https</id>
+      <url>https://repository.apache.org/content/repositories/snapshots</url>
+    </pluginRepository>
+  </pluginRepositories>  
+
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-acr-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-acr-plugin.git</developerConnection>