Skip to content

Commit

Permalink
remove shade configuration - it did nothing.
Browse files Browse the repository at this point in the history
the shade plugin was bound to a phase that did not exist in the hpi
packaging type.

even if it did it would be completely unclear what it did as the shade
plugin does not play nicely with hpis.
  • Loading branch information
jtnord committed Jun 7, 2021
1 parent d8d300a commit 40f5613
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,27 +283,6 @@ THE SOFTWARE.
</pluginManagement>

<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.1.1</version>
<executions>
<execution>
<phase>insert-test</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<relocations>
<relocation>
<pattern>org.objectweb.asm</pattern>
<shadedPattern>org.kohsuke.asm3</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
Expand Down

0 comments on commit 40f5613

Please sign in to comment.