Skip to content

Commit efac054

Browse files
Move the version of the shade plug-in to the parent pom.xml
### What's done: * See #1478.
1 parent bc9a602 commit efac054

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

diktat-rules/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@
188188
<plugin>
189189
<groupId>org.apache.maven.plugins</groupId>
190190
<artifactId>maven-shade-plugin</artifactId>
191-
<version>3.3.0</version>
192191
<configuration>
193192
<!-- Suppress the generation of `dependency-reduced-pom.xml`,
194193
because it will also get installed under `~/.m2`,

pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,11 @@
278278
<artifactId>maven-failsafe-plugin</artifactId>
279279
<version>3.0.0-M7</version>
280280
</plugin>
281+
<plugin>
282+
<groupId>org.apache.maven.plugins</groupId>
283+
<artifactId>maven-shade-plugin</artifactId>
284+
<version>3.3.0</version>
285+
</plugin>
281286
<plugin>
282287
<groupId>org.codehaus.mojo</groupId>
283288
<artifactId>versions-maven-plugin</artifactId>

0 commit comments

Comments
 (0)