Skip to content

Instantly share code, notes, and snippets.

@edewit
Created March 20, 2013 10:02
Show Gist options
  • Save edewit/5203575 to your computer and use it in GitHub Desktop.
Save edewit/5203575 to your computer and use it in GitHub Desktop.
Cordova maven plugin installation
<build>
<plugins>
<plugin>
<groupId>org.jboss.errai</groupId>
<artifactId>cordova-maven-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<executions>
<execution>
<id>build</id>
<phase>package</phase>
<goals>
<goal>build-project</goal>
</goals>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment