MVN

com.byclosure.maven.plugins : phonegap-maven-plugin

Maven & Gradle

Apr 21, 2016
0 stars

phonegap-maven-plugin · A plugin for building a phonegap project using maven. This is done locally on your pc. You need to have phonegap installed in your computer to use this plugin.

<plugin>
    <groupId>com.byclosure.maven.plugins</groupId>
    <artifactId>phonegap-maven-plugin</artifactId>
    <version>0.0.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.byclosure.maven.plugins : phonegap-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of com.byclosure.maven.plugins : phonegap-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
phonegap-maven-plugin-0.0.2
phonegap-maven-plugin-0.0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.byclosure.maven.plugins</groupId>
    <artifactId>phonegap-maven-plugin</artifactId>
    <version>0.0.2</version>
</plugin>

Advertisement