Introduction

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.

Artifacts

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>

Source

The source code is hosted on GitHub.

Issues

The bug tracker is also hosted on GitHub.

License

The project is licensed under the Apache License Version 2.0.