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 2020/04/08 22:44:57 UTC

[maven-resolver-ant-tasks] branch master updated: [MRESOLVER-102] make build Reproducible

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-resolver-ant-tasks.git


The following commit(s) were added to refs/heads/master by this push:
     new e184236  [MRESOLVER-102] make build Reproducible
e184236 is described below

commit e184236ad2e643dc3e21c865947d2b31ed0e9c0c
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Thu Apr 9 00:42:34 2020 +0200

    [MRESOLVER-102] make build Reproducible
---
 pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/pom.xml b/pom.xml
index 57e8ae1..a52b02c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -246,6 +246,17 @@
     </dependency>
   </dependencies>
 
+  <repositories>
+    <repository><!-- useful to resolve maven-shade-plugin 3.2.3-SNAPSHOT -->
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>https://repository.apache.org/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+
   <build>
     <plugins>
       <plugin>
@@ -261,6 +272,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-shade-plugin</artifactId>
+        <version>3.2.3-SNAPSHOT</version>
         <executions>
           <execution>
             <phase>package</phase>