2018-05-14 15:28:03 +00:00
|
|
|
<settings>
|
|
|
|
<localRepository/>
|
|
|
|
<interactiveMode/>
|
|
|
|
<usePluginRegistry/>
|
|
|
|
<offline/>
|
|
|
|
<pluginGroups/>
|
|
|
|
<servers>
|
|
|
|
<server>
|
|
|
|
<id>sonatype-nexus-snapshots</id>
|
|
|
|
<username>${env.SONATYPE_USERNAME}</username>
|
|
|
|
<password>${env.SONATYPE_PASSWORD}</password>
|
|
|
|
</server>
|
2018-06-10 03:03:44 +00:00
|
|
|
<server>
|
|
|
|
<id>ossrh</id>
|
|
|
|
<username>${env.SONATYPE_USERNAME}</username>
|
|
|
|
<password>${env.SONATYPE_PASSWORD}</password>
|
|
|
|
</server>
|
2018-05-14 15:28:03 +00:00
|
|
|
</servers>
|
|
|
|
<mirrors/>
|
|
|
|
<proxies/>
|
2018-06-09 18:21:31 +00:00
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>release</id>
|
|
|
|
<activation>
|
|
|
|
<activeByDefault>true</activeByDefault>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<gpg.executable>gpg</gpg.executable>
|
|
|
|
<gpg.keyname>${env.SIGNING_KEY}</gpg.keyname>
|
|
|
|
<gpg.passphrase>${env.SIGNING_PASSPHRASE}</gpg.passphrase>
|
2018-06-09 23:42:51 +00:00
|
|
|
<gpg.secretKeyring>${env.TRAVIS_BUILD_DIR}/sec.gpg</gpg.secretKeyring>
|
2018-06-09 18:21:31 +00:00
|
|
|
</properties>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
2018-05-14 15:28:03 +00:00
|
|
|
<activeProfiles/>
|
|
|
|
</settings>
|