Skip to content

Commit 318c897

Browse files
authored
RATIS-2216. Bump maven-shade-plugin to 3.6.0 (#1191)
1 parent a0eada8 commit 318c897

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@
172172
<maven-checkstyle-plugin.version>3.3.0</maven-checkstyle-plugin.version>
173173
<maven-clover2-plugin.version>4.0.6</maven-clover2-plugin.version>
174174
<maven-pdf-plugin.version>1.6.1</maven-pdf-plugin.version>
175+
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
175176
<maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
176177
<wagon-ssh.version>3.5.3</wagon-ssh.version>
177178
<hadoop-maven-plugins.version>3.4.0</hadoop-maven-plugins.version>
@@ -494,6 +495,11 @@
494495
</additionalJOptions>
495496
</configuration>
496497
</plugin>
498+
<plugin>
499+
<groupId>org.apache.maven.plugins</groupId>
500+
<artifactId>maven-shade-plugin</artifactId>
501+
<version>${maven-shade-plugin.version}</version>
502+
</plugin>
497503
<plugin>
498504
<groupId>com.github.spotbugs</groupId>
499505
<artifactId>spotbugs-maven-plugin</artifactId>

ratis-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
<goal>shade</goal>
151151
</goals>
152152
<configuration>
153-
<dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
153+
<createDependencyReducedPom>false</createDependencyReducedPom>
154154
<shadedArtifactAttached>true</shadedArtifactAttached>
155155
<transformers>
156156
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">

ratis-experiments/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<goal>shade</goal>
121121
</goals>
122122
<configuration>
123-
<dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
123+
<createDependencyReducedPom>false</createDependencyReducedPom>
124124
<shadedArtifactAttached>true</shadedArtifactAttached>
125125
<filters>
126126
<filter>

0 commit comments

Comments
 (0)