Last active
November 2, 2018 23:22
-
-
Save kaspernielsen/aea57d79c5e59a04bd96d5ce6bed65db to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<settings> | |
<localRepository/> | |
<interactiveMode/> | |
<usePluginRegistry/> | |
<offline/> | |
<pluginGroups/> | |
<servers> | |
<server> | |
<id>ossrh</id> | |
<username>${env.CI_DEPLOY_USERNAME}</username> | |
<password>${env.CI_DEPLOY_PASSWORD}</password> | |
</server> | |
</servers> | |
<mirrors/> | |
<proxies/> | |
<profiles/> | |
<activeProfiles/> | |
</settings> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment