How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.rapidoid</groupId>
<artifactId>app</artifactId>
<version>5.5.5</version>
</plugin>
Choose a version of org.rapidoid : app to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.5.x |
app-5.5.5
|
||
app-5.5.4
|
|||
app-5.5.3
|
|||
app-5.5.2
|
|||
app-5.5.1
|
|||
app-5.5.0
|
|||
5.4.x |
app-5.4.6
|
||
app-5.4.5
|
|||
app-5.4.4
|
|||
app-5.4.3
|
|||
app-5.4.2
|
|||
app-5.4.1
|
|||
app-5.4.0
|
|||
5.3.x |
app-5.3.5
|
||
app-5.3.4
|
|||
app-5.3.3
|
|||
app-5.3.2
|
|||
app-5.3.1
|
|||
app-5.3.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.rapidoid</groupId>
<artifactId>app</artifactId>
<version>5.5.5</version>
</plugin>
Advertisement