Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pom.xml contain user specific parameters for jar signer #6

Open
GoogleCodeExporter opened this issue Sep 25, 2015 · 1 comment
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
Your pom.xml


<keystore>C:\Work\keystore\djvudroid.keystore</keystore>
<storepass>djvudroid</storepass>
<keypass>djvudroid</keypass>
<alias>DjvuDroid</alias>

What is the expected output? What do you see instead?

But for commans build you can use signing in Debug Mode:

<keystore>${user.home}/.android/debug.keystore</keystore>
<storepass>android</storepass>
<keypass>android</keypass>
<alias>androiddebugkey</alias>


Original issue reported on code.google.com by helper.h...@gmail.com on 26 Apr 2010 at 12:07

@GoogleCodeExporter
Copy link
Author

Original comment by pavel.ti...@gmail.com on 26 Apr 2010 at 1:01

  • Changed state: Accepted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant