How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>2.10.0</version>
</plugin>
Choose a version of org.codehaus.mojo : gwt-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.10.x |
gwt-maven-plugin-2.10.0
|
||
2.9.x |
gwt-maven-plugin-2.9.0
|
||
2.8.x |
gwt-maven-plugin-2.8.2
|
||
gwt-maven-plugin-2.8.1
|
|||
gwt-maven-plugin-2.8.0
|
|||
gwt-maven-plugin-2.8.0-rc3
|
|||
gwt-maven-plugin-2.8.0-rc2
|
|||
gwt-maven-plugin-2.8.0-rc1
|
|||
gwt-maven-plugin-2.8.0-beta1
|
|||
2.7.x |
gwt-maven-plugin-2.7.0
|
||
gwt-maven-plugin-2.7.0-rc1
|
|||
gwt-maven-plugin-2.7.0-beta1
|
|||
2.6.x |
gwt-maven-plugin-2.6.1
|
||
gwt-maven-plugin-2.6.1-rc2
|
|||
gwt-maven-plugin-2.6.1-rc1
|
|||
gwt-maven-plugin-2.6.0
|
|||
gwt-maven-plugin-2.6.0-rc3
|
|||
gwt-maven-plugin-2.6.0-rc2
|
|||
gwt-maven-plugin-2.6.0-rc1
|
|||
2.5.x |
gwt-maven-plugin-2.5.1
|
||
gwt-maven-plugin-2.5.1-rc1
|
|||
gwt-maven-plugin-2.5.0
|
|||
gwt-maven-plugin-2.5.0-rc2
|
|||
gwt-maven-plugin-2.5.0-rc1
|
|||
2.4.x |
gwt-maven-plugin-2.4.0
|
||
2.3.x |
gwt-maven-plugin-2.3.0-1
|
||
gwt-maven-plugin-2.3.0
|
|||
2.2.x |
gwt-maven-plugin-2.2.0
|
||
2.1.x |
gwt-maven-plugin-2.1.0-1
|
||
gwt-maven-plugin-2.1.0
|
|||
1.2 |
gwt-maven-plugin-1.2
|
||
1.1 |
gwt-maven-plugin-1.1
|
||
1.0 |
gwt-maven-plugin-1.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>2.10.0</version>
</plugin>
Advertisement