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.commons</groupId>
<artifactId>commons-build-plugin</artifactId>
<version>1.13</version>
</plugin>
Choose a version of org.apache.commons : commons-build-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.13 |
commons-build-plugin-1.13
|
||
1.12 |
commons-build-plugin-1.12
|
||
1.11 |
commons-build-plugin-1.11
|
||
1.10 |
commons-build-plugin-1.10
|
||
1.9 |
commons-build-plugin-1.9
|
||
1.8 |
commons-build-plugin-1.8
|
||
1.7 |
commons-build-plugin-1.7
|
||
1.6 |
commons-build-plugin-1.6
|
||
1.5 |
commons-build-plugin-1.5
|
||
1.4 |
commons-build-plugin-1.4
|
||
1.3 |
commons-build-plugin-1.3
|
||
1.2 |
commons-build-plugin-1.2
|
||
1.1 |
commons-build-plugin-1.1
|
||
1.0 |
commons-build-plugin-1.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.apache.commons</groupId>
<artifactId>commons-build-plugin</artifactId>
<version>1.13</version>
</plugin>
Advertisement