This project aims to provide a stand-alone Java API for communicating with the PhoneGap Build REST API and a Maven Plugin for building with PhoneGap which makes use of the API to turn WAR projects into binaries for mobile platforms.
The latest versions are available from Maven Central -
API
<groupId>com.github.chrisprice</groupId> <artifactId>phonegap-build-api</artifactId> <version>0.0.7</version>
Maven Plugin
<groupId>com.github.chrisprice</groupId> <artifactId>phonegap-build-maven-plugin</artifactId> <version>0.0.7</version>
The source code is hosted on GitHub.
The bug tracker is also hosted on GitHub.
The project is licensed under the Apache License Version 2.0.