Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fa997e + dc1f154 commit f5f99f3Copy full SHA for f5f99f3
settings.xml
@@ -26,6 +26,18 @@
26
</servers>
27
<mirrors/>
28
<proxies/>
29
- <profiles/>
+ <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>
42
<activeProfiles/>
43
</settings>
signing-tools.tar.enc
20 KB
0 commit comments