Skip to content

Instantly share code, notes, and snippets.

@zaki50
Created October 30, 2010 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save zaki50/655246 to your computer and use it in GitHub Desktop.
Save zaki50/655246 to your computer and use it in GitHub Desktop.
<settings>
<profiles>
<profile>
<id>sign</id>
<properties>
<keystore>./test.keystore</keystore>
<storepass>hogehoge</storepass>
<keypass>hogehoge</keypass>
<alias>test</alias>
</properties>
</profile>
</profiles>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment