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.ltgt.gwt.maven</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>1.0.0</version>
</plugin>
Choose a version of net.ltgt.gwt.maven : gwt-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
gwt-maven-plugin-1.0.0
|
||
1.0 |
gwt-maven-plugin-1.0-rc-10
|
||
gwt-maven-plugin-1.0-rc-9
|
|||
gwt-maven-plugin-1.0-rc-8
|
|||
gwt-maven-plugin-1.0-rc-7
|
|||
gwt-maven-plugin-1.0-rc-6
|
|||
gwt-maven-plugin-1.0-rc-5
|
|||
gwt-maven-plugin-1.0-rc-4
|
|||
gwt-maven-plugin-1.0-rc-3
|
|||
gwt-maven-plugin-1.0-rc-2
|
|||
gwt-maven-plugin-1.0-rc-1
|
|||
gwt-maven-plugin-1.0-beta-2
|
|||
gwt-maven-plugin-1.0-beta-1
|
|||
gwt-maven-plugin-1.0-alpha-3
|
|||
gwt-maven-plugin-1.0-alpha-2
|
|||
gwt-maven-plugin-1.0-alpha-1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.ltgt.gwt.maven</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>1.0.0</version>
</plugin>
Advertisement