MVN

net.bankras : mvn-gwt-plugin

Maven & Gradle

Sep 26, 2008

Maven GWT plugin · This is a maven plugin for compiling GWT modules. It can also be used to start the GWTShell with the in the project Runtime Dependencies on the classpath. This project was started because existing plugins did not suffice.

<plugin>
    <groupId>net.bankras</groupId>
    <artifactId>mvn-gwt-plugin</artifactId>
    <version>1.0.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.bankras : mvn-gwt-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of net.bankras : mvn-gwt-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
mvn-gwt-plugin-1.0.4

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.bankras</groupId>
    <artifactId>mvn-gwt-plugin</artifactId>
    <version>1.0.4</version>
</plugin>