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.antlr</groupId>
<artifactId>maven-gunit-plugin</artifactId>
<version>3.5.2</version>
</plugin>
Choose a version of org.antlr : maven-gunit-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.5.x |
maven-gunit-plugin-3.5.2
|
||
maven-gunit-plugin-3.5.1
|
|||
3.5 |
maven-gunit-plugin-3.5
|
||
maven-gunit-plugin-3.5-rc-2
|
|||
maven-gunit-plugin-3.5-rc-1
|
|||
3.4 |
maven-gunit-plugin-3.4
|
||
maven-gunit-plugin-3.4-beta4
|
|||
maven-gunit-plugin-3.4-beta3
|
|||
3.3 |
maven-gunit-plugin-3.3
|
||
3.2 |
maven-gunit-plugin-3.2
|
||
3.1.x |
maven-gunit-plugin-3.1.3
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.antlr</groupId>
<artifactId>maven-gunit-plugin</artifactId>
<version>3.5.2</version>
</plugin>
Advertisement