Skip to content

Commit

Permalink
Revert application of the plugin on itself because it does not work w…
Browse files Browse the repository at this point in the history
…ith release plugin
  • Loading branch information
Zlika committed Apr 14, 2019
1 parent bff35f9 commit 1aeae2a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -305,21 +305,6 @@
</execution>
</executions>
</plugin>

<!-- The plugin is used on itself to make its build reproducible -->
<plugin>
<groupId>${project.groupId}</groupId>
<artifactId>${project.artifactId}</artifactId>
<version>${project.version}</version>
<executions>
<execution>
<id>stripping</id>
<goals>
<goal>strip-jar</goal>
</goals>
</execution>
</executions>
</plugin>

</plugins>
</build>
Expand Down

0 comments on commit 1aeae2a

Please sign in to comment.