Last active
August 29, 2015 14:14
-
-
Save zirouan/86d45aadd3992f62ada3 to your computer and use it in GitHub Desktop.
gradle.properties library
This file contains hidden or 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
POM_NAME=Project name | |
POM_ARTIFACT_ID=Artifact name | |
POM_PACKAGING=aar | |
VERSION_NAME=version | |
VERSION_CODE=1 | |
GROUP=group id | |
POM_DESCRIPTION=Navigation Drawer - Material Design | |
POM_URL=https://github.com/rudsonlive/NavigationDrawer-MaterialDesign | |
POM_SCM_URL=https://github.com/rudsonlive/NavigationDrawer-MaterialDesign | |
POM_SCM_CONNECTION=scm:hg:https://github.com/rudsonlive/NavigationDrawer-MaterialDesign | |
POM_SCM_DEV_CONNECTION=scm:hg:https://github.com/rudsonlive/NavigationDrawer-MaterialDesign | |
POM_LICENCE_NAME=MIT License | |
POM_LICENCE_URL=http://www.opensource.org/licenses/mit-license.php | |
POM_LICENCE_DIST=repo | |
POM_DEVELOPER_ID=rudsonlive | |
POM_DEVELOPER_NAME=Rudson Lima | |
NEXUS_USERNAME=xxxxxxxxxx | |
NEXUS_PASSWORD=xxxxxxxxxx | |
SNAPSHOT_REPOSITORY_URL=https://oss.sonatype.org/content/repositories/snapshots | |
RELEASE_REPOSITORY_URL=https://oss.sonatype.org/service/local/staging/deploy/maven2 | |
signing.keyId=xxxxxxxxxx | |
signing.password=xxxxxxxxxxx | |
signing.secretKeyRingFile=/Users/[my user]/.gnupg/secring.gpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment