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>retepMicroKernel-maven</artifactId>
<version>8.8.13</version>
</plugin>
Choose a version of uk.org.retep : retepMicroKernel-maven to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
8.8.x |
retepMicroKernel-maven-8.8.13
|
||
retepMicroKernel-maven-8.8.11
|
|||
8.8 |
retepMicroKernel-maven-8.8
|
||
8.7.x |
retepMicroKernel-maven-8.7.13
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>uk.org.retep</groupId>
<artifactId>retepMicroKernel-maven</artifactId>
<version>8.8.13</version>
</plugin>
Advertisement