Skip to content

Commit

Permalink
Avoid broken modular jars when using the shade plugin where the jar t…
Browse files Browse the repository at this point in the history
…ool is removing packages from the module info that are not contained before adding the shaded contents.
  • Loading branch information
raphw committed Feb 23, 2024
1 parent 76987df commit 7841ebc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions byte-buddy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@
</dependencies>
<executions>
<execution>
<phase>prepare-package</phase>
<phase>package</phase>
<goals>
<goal>make-module</goal>
<goal>inject-module</goal>
</goals>
<configuration>
<skip>${modulemaker.skip}</skip>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<version.plugin.checkstyle>3.1.2</version.plugin.checkstyle>
<version.plugin.jitwatch>1.1</version.plugin.jitwatch>
<version.plugin.spotbugs>4.7.3.0</version.plugin.spotbugs>
<version.plugin.modulemaker>1.10</version.plugin.modulemaker>
<version.plugin.modulemaker>1.11</version.plugin.modulemaker>
<version.plugin.license>3.0</version.plugin.license>
<version.plugin.japicmp>0.15.7</version.plugin.japicmp>
<version.plugin.antrun>3.1.0</version.plugin.antrun>
Expand Down

0 comments on commit 7841ebc

Please sign in to comment.