mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-23 22:46:56 +01:00
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:
parent
7014810cf6
commit
9b860f14de
1 changed files with 9 additions and 0 deletions
9
pom.xml
9
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue