Skip to content

Commit f5f99f3

Browse files
committed
Merge pull request #204 from ajkannan/add-signing-tools
Add encrypted signing tools
2 parents 0fa997e + dc1f154 commit f5f99f3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

settings.xml

+13-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,18 @@
2626
</servers>
2727
<mirrors/>
2828
<proxies/>
29-
<profiles/>
29+
<profiles>
30+
<profile>
31+
<id>sign-deploy</id>
32+
<activation>
33+
<activeByDefault>false</activeByDefault>
34+
</activation>
35+
<properties>
36+
<gpg.homedir>${TRAVIS_BUILD_DIR}/target/travis/signing-tools</gpg.homedir>
37+
<gpg.keyname>${env.KEYNAME}</gpg.keyname>
38+
<gpg.passphrase>${env.SIGN_PASSPHRASE}</gpg.passphrase>
39+
</properties>
40+
</profile>
41+
</profiles>
3042
<activeProfiles/>
3143
</settings>

signing-tools.tar.enc

20 KB
Binary file not shown.

0 commit comments

Comments
 (0)