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/09 16:38:05 UTC

[maven-wagon] branch master updated: [WAGIN-586] 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-wagon.git


The following commit(s) were added to refs/heads/master by this push:
     new 3f4e3ae  [WAGIN-586] make build Reproducible
3f4e3ae is described below

commit 3f4e3aee7e6c66708808f9cc8558bfc007da8a9d
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Thu Apr 9 18:37:56 2020 +0200

    [WAGIN-586] make build Reproducible
---
 pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/pom.xml b/pom.xml
index 91667b4..ce6078b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -326,11 +326,27 @@ under the License.
     </dependencies>
   </dependencyManagement>
 
+  <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>
     <pluginManagement>
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-shade-plugin</artifactId>
+          <version>3.2.3-SNAPSHOT</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
           <version>2.20</version>
           <configuration>