How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>me.sunlan</groupId>
<artifactId>antlr4-testgen-maven-plugin</artifactId>
<version>4.11.1.4</version>
</plugin>
Choose a version of me.sunlan : antlr4-testgen-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.11.x |
antlr4-testgen-maven-plugin-4.11.1.5-alpha-1
|
||
antlr4-testgen-maven-plugin-4.11.1.4
|
|||
antlr4-testgen-maven-plugin-4.11.1.3
|
|||
antlr4-testgen-maven-plugin-4.11.1.2
|
|||
antlr4-testgen-maven-plugin-4.11.1.1
|
|||
antlr4-testgen-maven-plugin-4.11.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>me.sunlan</groupId>
<artifactId>antlr4-testgen-maven-plugin</artifactId>
<version>4.11.1.4</version>
</plugin>
Advertisement