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.appops</groupId>
<artifactId>appops-br-maven-plugin</artifactId>
<version>0.9.0</version>
</plugin>
Choose a version of org.appops : appops-br-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0 |
appops-br-maven-plugin-1.0-RC-1
|
||
0.9.x |
appops-br-maven-plugin-0.9.0
|
||
0.7.x |
appops-br-maven-plugin-0.7.0
|
||
0.5.x |
appops-br-maven-plugin-0.5.0
|
||
0.4.x |
appops-br-maven-plugin-0.4.0
|
||
0.3.x |
appops-br-maven-plugin-0.3.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.appops</groupId>
<artifactId>appops-br-maven-plugin</artifactId>
<version>0.9.0</version>
</plugin>
Advertisement