Skip to content

Commit c802ffa

Browse files
Skip GPG for integration-tests:
This module has no artifact — nothing to sign.
1 parent 148e6d7 commit c802ffa

File tree

1 file changed

+8
-0
lines changed
  • exonum-java-binding/integration-tests

1 file changed

+8
-0
lines changed

exonum-java-binding/integration-tests/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,14 @@
106106
<skip>true</skip>
107107
</configuration>
108108
</plugin>
109+
<!-- Skip the signing as there is no artifact -->
110+
<plugin>
111+
<groupId>org.apache.maven.plugins</groupId>
112+
<artifactId>maven-gpg-plugin</artifactId>
113+
<configuration>
114+
<skip>true</skip>
115+
</configuration>
116+
</plugin>
109117
</plugins>
110118
</build>
111119
</project>

0 commit comments

Comments
 (0)