PhoneGap Build Java API and Maven Plugin

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.

License

License

GroupId

GroupId

com.github.chrisprice
ArtifactId

ArtifactId

phonegap-build
Last Version

Last Version

0.0.10
Release Date

Release Date

Type

Type

pom
Description

Description

PhoneGap Build Java API and Maven Plugin
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.
Project URL

Project URL

https://github.com/chrisprice/phonegap-build
Source Code Management

Source Code Management

http://github.com/chrisprice/phonegap-build

Download phonegap-build

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.chrisprice/phonegap-build/ -->
<dependency>
    <groupId>com.github.chrisprice</groupId>
    <artifactId>phonegap-build</artifactId>
    <version>0.0.10</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisprice/phonegap-build/
implementation 'com.github.chrisprice:phonegap-build:0.0.10'
// https://jarcasting.com/artifacts/com.github.chrisprice/phonegap-build/
implementation ("com.github.chrisprice:phonegap-build:0.0.10")
'com.github.chrisprice:phonegap-build:pom:0.0.10'
<dependency org="com.github.chrisprice" name="phonegap-build" rev="0.0.10">
  <artifact name="phonegap-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisprice', module='phonegap-build', version='0.0.10')
)
libraryDependencies += "com.github.chrisprice" % "phonegap-build" % "0.0.10"
[com.github.chrisprice/phonegap-build "0.0.10"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • api
  • plugin

I am no longer actively maintained this project, as I have personally not used it for a number of years. If anyone wishes to adopt it, I'm happy to help them take over.

PhoneGap Build Java API and Maven Plugin

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.

Website

Blog

Build Status

Versions

Version
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1