Browse Source

Upgrade Maven Shade Plugin to 3.2.4.MSHADE-252-391

Unfortunately, the issues fixed in the aspectj.dev fork are still not
available upstream (MSHADE-252 is merged, but unreleased, MSHADE-391 is
in review).

Also use Maven Javadoc Plugin version from parent POM.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tags/V1_9_7_M2
Alexander Kriegisch 3 years ago
parent
commit
86a026c813
5 changed files with 7 additions and 6 deletions
  1. 0
    1
      aspectjmatcher/pom.xml
  2. 0
    1
      aspectjrt/pom.xml
  3. 0
    1
      aspectjtools/pom.xml
  4. 0
    1
      aspectjweaver/pom.xml
  5. 7
    2
      pom.xml

+ 0
- 1
aspectjmatcher/pom.xml View File

@@ -187,7 +187,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
<executions>
<execution>
<id>javadoc-jar</id>

+ 0
- 1
aspectjrt/pom.xml View File

@@ -180,7 +180,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
<executions>
<execution>
<id>javadoc-jar</id>

+ 0
- 1
aspectjtools/pom.xml View File

@@ -249,7 +249,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
<executions>
<execution>
<id>javadoc-jar</id>

+ 0
- 1
aspectjweaver/pom.xml View File

@@ -250,7 +250,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
<executions>
<execution>
<id>javadoc-jar</id>

+ 7
- 2
pom.xml View File

@@ -261,8 +261,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<!-- TODO: upgrade after https://issues.apache.org/jira/browse/MSHADE-366 is fixed -->
<version>3.2.4</version>
<!--
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>
<configuration>
<createSourcesJar>true</createSourcesJar>
<createDependencyReducedPom>false</createDependencyReducedPom>

Loading…
Cancel
Save