Skip to content

Commit

Permalink
Don't add Maven descriptor to build artifacts.
Browse files Browse the repository at this point in the history
It's pretty useless and it stands in the way of reproducible builds.
  • Loading branch information
schildbach committed Sep 27, 2015
1 parent 7014810 commit 9b860f1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,15 @@
</configuration>
</plugin>

<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
</archive>
</configuration>
</plugin>

<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
Expand Down

0 comments on commit 9b860f1

Please sign in to comment.