How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.tunnelvisionlabs</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
<version>4.9.0</version>
</plugin>
Choose a version of com.tunnelvisionlabs : antlr4-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.9.x |
antlr4-maven-plugin-4.9.0
|
||
4.7.x |
antlr4-maven-plugin-4.7.4
|
||
antlr4-maven-plugin-4.7.3
|
|||
antlr4-maven-plugin-4.7.2
|
|||
antlr4-maven-plugin-4.7.1
|
|||
4.7 |
antlr4-maven-plugin-4.7
|
||
4.6.x |
antlr4-maven-plugin-4.6.0.3
|
||
antlr4-maven-plugin-4.6.0.2
|
|||
antlr4-maven-plugin-4.6.0.1
|
|||
4.6 |
antlr4-maven-plugin-4.6
|
||
4.5.x |
antlr4-maven-plugin-4.5.3
|
||
4.5 |
antlr4-maven-plugin-4.5
|
||
4.4.x |
antlr4-maven-plugin-4.4.1
|
||
4.4 |
antlr4-maven-plugin-4.4
|
||
4.3.x |
antlr4-maven-plugin-4.3.1
|
||
4.3 |
antlr4-maven-plugin-4.3
|
||
4.2.x |
antlr4-maven-plugin-4.2.2
|
||
antlr4-maven-plugin-4.2.1
|
|||
4.2 |
antlr4-maven-plugin-4.2
|
||
4.1 |
antlr4-maven-plugin-4.1
|
||
4.0 |
antlr4-maven-plugin-4.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.tunnelvisionlabs</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
<version>4.9.0</version>
</plugin>
Advertisement