Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit aac2630

Browse files
committed
GPG problem.
1 parent fb982c1 commit aac2630

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ deploy:
2121
condition: $TRAVIS_BRANCH =~ ^master$
2222
# This provider handles tags of version 1.0
2323
- provider: script
24-
script: mvn --settings ~/settings.xml org.codehaus.mojo:versions-maven-plugin:2.1:set -DnewVersion=$TRAVIS_TAG; mvn clean deploy --settings ~/settings.xml -DskipTests=true -B -U; mvn clean deploy --settings ~/settings.xml -DskipTests=true -Psonatype -B -U
24+
script: mvn --settings ~/settings.xml org.codehaus.mojo:versions-maven-plugin:2.1:set -DnewVersion=$TRAVIS_TAG; mvn clean deploy --settings ~/settings.xml -DskipTests=true -Psonatype -B -U
2525
skip_cleanup: true
2626
on:
2727
repo: raml-org/raml-java-parser

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,12 @@
216216
<goals>
217217
<goal>sign</goal>
218218
</goals>
219+
<configuration>
220+
<gpgArguments>
221+
<arg>--pinentry-mode</arg>
222+
<arg>loopback</arg>
223+
</gpgArguments>
224+
</configuration>
219225
</execution>
220226
</executions>
221227
</plugin>

0 commit comments

Comments
 (0)