chrisprice / phonegap-build

This project aims to provide a stand-alone Java API for communicating with the PhoneGap Build REST API and a Maven Plugin which makes use of the API to turn WAR projects into binaries for mobile platforms.
http://chrisprice.github.com/phonegap-build/phonegap-build-maven-plugin
Apache License 2.0
11 stars 18 forks source link

Delete signing key after build. #20

Closed ebostijancic closed 9 years ago

ebostijancic commented 10 years ago

If building a lot, the signing keys section has a huge list of singing keys, therefore the key used for the build should be deleted after a successful build.

chrisprice commented 9 years ago

Hipes this is an old issue...

If you're still looking for a solution to this, you can achieve this functionality by binding the clean/scorch goal appropriately. For more details see this comment.