aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2022-04-01 12:42:36 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2022-04-01 12:42:36 +0700
commita87661e0321d7666700a92169e80491d2beb1e34 (patch)
tree9dc11c7a1ffcbd0d23f3931c12532675b03de5d9 /pom.xml
parent5034f9966437b96cdb0419af92d721572e4dde08 (diff)
downloadaspectj-a87661e0321d7666700a92169e80491d2beb1e34.tar.gz
aspectj-a87661e0321d7666700a92169e80491d2beb1e34.zip
Bump Maven Shade Plugin to 3.3.0, add TODO to remove Flatten Maven Plugin
Fixed issues of concern include MSHADE-252, MSHADE-396, MSHADE-391. TODO: MSHADE-36 is in Maven Shade 3.3.0 -> it should be possible to include the dependency-reduced POM there directly. So maybe, we can rid of Flatten Maven Plugin. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 5 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index ee15a63c7..66472fdfb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -319,13 +319,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <!--
- TODO: Replace by release in which
- - https://issues.apache.org/jira/browse/MSHADE-252,
- - https://issues.apache.org/jira/browse/MSHADE-391,
- - https://issues.apache.org/jira/browse/MSHADE-366 are fixed.
- -->
- <version>3.2.4.MSHADE-252-391</version>
+ <version>3.3.0</version>
<configuration>
<createSourcesJar>true</createSourcesJar>
<createDependencyReducedPom>false</createDependencyReducedPom>
@@ -362,6 +356,10 @@
<artifactId>maven-assembly-plugin</artifactId>
<version>3.1.1</version>
</plugin>
+ <!--
+ TODO: MSHADE-36 is in Maven Shade 3.3.0 -> it should be possible to include the dependency-reduced POM there
+ directly. So maybe, we can rid of Flatten Maven Plugin.
+ -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>