This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/master by this push:
new 318c89707 RATIS-2216. Bump maven-shade-plugin to 3.6.0 (#1191)
318c89707 is described below
commit 318c8970774f16d6cac12faaf82404d3e8086d91
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sat Dec 21 15:33:58 2024 +0100
RATIS-2216. Bump maven-shade-plugin to 3.6.0 (#1191)
---
pom.xml | 6 ++++++
ratis-examples/pom.xml | 2 +-
ratis-experiments/pom.xml | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 43d15e321..73fa42756 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,6 +172,7 @@
<maven-checkstyle-plugin.version>3.3.0</maven-checkstyle-plugin.version>
<maven-clover2-plugin.version>4.0.6</maven-clover2-plugin.version>
<maven-pdf-plugin.version>1.6.1</maven-pdf-plugin.version>
+ <maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
<wagon-ssh.version>3.5.3</wagon-ssh.version>
<hadoop-maven-plugins.version>3.4.0</hadoop-maven-plugins.version>
@@ -494,6 +495,11 @@
</additionalJOptions>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <version>${maven-shade-plugin.version}</version>
+ </plugin>
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
diff --git a/ratis-examples/pom.xml b/ratis-examples/pom.xml
index 3353e8908..a0e861ed6 100644
--- a/ratis-examples/pom.xml
+++ b/ratis-examples/pom.xml
@@ -150,7 +150,7 @@
<goal>shade</goal>
</goals>
<configuration>
-
<dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
+ <createDependencyReducedPom>false</createDependencyReducedPom>
<shadedArtifactAttached>true</shadedArtifactAttached>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
diff --git a/ratis-experiments/pom.xml b/ratis-experiments/pom.xml
index 7851518bd..3ea72f6e0 100644
--- a/ratis-experiments/pom.xml
+++ b/ratis-experiments/pom.xml
@@ -120,7 +120,7 @@
<goal>shade</goal>
</goals>
<configuration>
-
<dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
+ <createDependencyReducedPom>false</createDependencyReducedPom>
<shadedArtifactAttached>true</shadedArtifactAttached>
<filters>
<filter>