Skip to content

Commit 7d83c8c

Browse files
committed
skip gpg signature when in travis
1 parent 0b159e3 commit 7d83c8c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: java
2-
script: mvn -X clean install
2+
script: mvn -X -Dgpg.skip clean install
33
jdk:
44
- oraclejdk9
55

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@
7979
</archive>
8080
</configuration>
8181
</plugin>
82+
<!--
83+
-->
8284
<plugin>
8385
<groupId>org.apache.maven.plugins</groupId>
8486
<artifactId>maven-gpg-plugin</artifactId>

0 commit comments

Comments
 (0)