This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch release-3.1.3_review in repository https://gitbox.apache.org/repos/asf/ratis.git
commit 3b0f0ab2eeff868b994294ede8790e56e6dac06f Author: Doroszlai, Attila <6454655+adorosz...@users.noreply.github.com> 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 4f964224e..109c46728 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 484ac096e..c3d0eee05 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 5233bde41..4c3bc9ccd 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>