How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>de.flashpixx</groupId>
<artifactId>rrd-antlr4</artifactId>
<version>0.0.1</version>
</plugin>
Choose a version of de.flashpixx : rrd-antlr4 to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
rrd-antlr4-0.0.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>de.flashpixx</groupId>
<artifactId>rrd-antlr4</artifactId>
<version>0.0.1</version>
</plugin>
Advertisement