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