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.apache.servicemix</groupId>
<artifactId>build</artifactId>
<version>3.2.3</version>
</plugin>
Choose a version of org.apache.servicemix : build to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.2.x |
build-3.2.3
|
||
build-3.2.2
|
|||
build-3.2.1
|
|||
3.2 |
build-3.2
|
||
3.1.x |
build-3.1.2
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.apache.servicemix</groupId>
<artifactId>build</artifactId>
<version>3.2.3</version>
</plugin>
Advertisement