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</groupId>
<artifactId>maven-xbean-plugin</artifactId>
<version>3.0.1</version>
</plugin>
Choose a version of org.apache : maven-xbean-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
maven-xbean-plugin-3.0.1
|
||
3.0 |
maven-xbean-plugin-3.0
|
||
2.8 |
maven-xbean-plugin-2.8
|
||
2.7 |
maven-xbean-plugin-2.7
|
||
2.6 |
maven-xbean-plugin-2.6
|
||
2.5 |
maven-xbean-plugin-2.5
|
||
2.4 |
maven-xbean-plugin-2.4
|
||
2.3 |
maven-xbean-plugin-2.3
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.apache</groupId>
<artifactId>maven-xbean-plugin</artifactId>
<version>3.0.1</version>
</plugin>
Advertisement