Skip to content

Instantly share code, notes, and snippets.

@kshoji
Created December 5, 2012 08:45
Show Gist options
  • Save kshoji/4213930 to your computer and use it in GitHub Desktop.
Save kshoji/4213930 to your computer and use it in GitHub Desktop.
Android maven configuration
mvn -DaltDeploymentRepository=package-name::default::file:snapshots clean deploy
<distributionManagement>
<snapshotRepository>
<id>github-repo</id>
<url>https://github.com/kshoji/sample-repo/raw/master/snapshots</url>
</snapshotRepository>
</distributionManagement>
<server>
<id>github-repo</id>
<username>githubId</username>
<password>githubPassword</password>
</server>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment