Skip to content

Commit

Permalink
(enhancement) added flatten maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanSusana committed Oct 8, 2019
1 parent 6e291e7 commit 450f382
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ install:
script:
- whereis google-chrome-stable
- whereis chromedriver
- export GPG_TTY=`tty`
- GPG_TTY=$(tty)
- export GPG_TTY
- gpg --version
- gpg2 --version
- mvn test -B -Ptravis -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,12 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 450f382

Please sign in to comment.