Skip to content

Commit

Permalink
Fix build do not try to sign/deploy empty leshan-integration-tests jar
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Jun 11, 2018
1 parent b76643d commit b6da9cc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions leshan-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,19 @@ Contributors:
<skipIfEmpty>true</skipIfEmpty>
</configuration>
</plugin>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<configuration>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
Expand Down

0 comments on commit b6da9cc

Please sign in to comment.