MVN

net.sf.mgp : maven-gwt-plugin

Maven & Gradle

Apr 29, 2009

Maven GWT Plugin · The Maven GWT plugin is used to compile JavaScript source files from Java source.

<plugin>
    <groupId>net.sf.mgp</groupId>
    <artifactId>maven-gwt-plugin</artifactId>
    <version>1.5.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.mgp : maven-gwt-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.5.0

All Versions

Choose a version of net.sf.mgp : maven-gwt-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5.x
maven-gwt-plugin-1.5.0
1.0.x
maven-gwt-plugin-1.0.2
maven-gwt-plugin-1.0.1
1.0
maven-gwt-plugin-1.0

How to add a plugin to Maven

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

<plugin>
    <groupId>net.sf.mgp</groupId>
    <artifactId>maven-gwt-plugin</artifactId>
    <version>1.5.0</version>
</plugin>