Skip to content

Commit

Permalink
Skip GPG for integration-tests:
Browse files Browse the repository at this point in the history
This module has no artifact — nothing to sign.
  • Loading branch information
dmitry-timofeev committed Jul 17, 2019
1 parent 148e6d7 commit c802ffa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions exonum-java-binding/integration-tests/pom.xml
Expand Up @@ -106,6 +106,14 @@
<skip>true</skip>
</configuration>
</plugin>
<!-- Skip the signing as there is no artifact -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit c802ffa

Please sign in to comment.