How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>uk.org.retep</groupId>
<artifactId>retep-compiler-plugin</artifactId>
<version>8.8</version>
</plugin>
Choose a version of uk.org.retep : retep-compiler-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
8.8 |
retep-compiler-plugin-8.8
|
||
8.7.x |
retep-compiler-plugin-8.7.29
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>uk.org.retep</groupId>
<artifactId>retep-compiler-plugin</artifactId>
<version>8.8</version>
</plugin>
Advertisement