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

Modified BuildMojo.java to enable providing an already prepared zip package for upload. #16

Closed FredChap closed 10 years ago

FredChap commented 10 years ago

Hello, I had to filter the config.xml so I added a new configuration parameter . That way I can build the zip file myself with filtering and upload it as-is to PhoneGap. If the parameter is not used, there is no impact on previous way of working. Tests still pass OK ;)

buildhive commented 10 years ago

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

chrisprice commented 10 years ago

Thanks, I'll try and do a release early next week.

chrisprice commented 10 years ago

FYI @FredChap, 0.0.7 released - should sync to central in the next couple of hours.