Don't add Maven descriptor to build artifacts.

It's pretty useless and it stands in the way of reproducible builds.
This commit is contained in:
Andreas Schildbach 2015-09-27 14:30:11 +02:00
parent 7014810cf6
commit 9b860f14de

View file

@ -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>