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

Changes related to specifying correct iOS or Android key to use in build #11

Closed kbroadbent closed 11 years ago

kbroadbent commented 11 years ago

I recently used the phonegap-build maven plugin for a project and made a couple of changes to be able to specify if a build should use the develop or distribution key. I found that the the default key specified in the phonegap build site would override whatever I specified in my pom. These three commits got me around that issue.

buildhive commented 11 years ago

Chris Price » phonegap-build #46 SUCCESS This pull request looks good (what's this?)

IngmarStein commented 11 years ago

Did you push 0.0.6 to maven central already?

IngmarStein commented 11 years ago

http://central.maven.org/maven2/com/github/chrisprice/phonegap-build-maven-plugin/ only lists versions up to 0.0.5

chrisprice commented 11 years ago

I'd forgot to do the final steps to promote the build to central, it should be there in a couple of hours.

Thanks for the PR.