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.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.0</version>
</plugin>
Choose a version of org.codehaus.mojo : exec-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.1.x |
exec-maven-plugin-3.1.0
|
||
3.0.x |
exec-maven-plugin-3.0.0
|
||
1.6.x |
exec-maven-plugin-1.6.0
|
||
1.5.x |
exec-maven-plugin-1.5.0
|
||
1.4.x |
exec-maven-plugin-1.4.0
|
||
1.3.x |
exec-maven-plugin-1.3.2
|
||
exec-maven-plugin-1.3.1
|
|||
1.3 |
exec-maven-plugin-1.3
|
||
1.2.x |
exec-maven-plugin-1.2.1
|
||
1.2 |
exec-maven-plugin-1.2
|
||
1.1.x |
exec-maven-plugin-1.1.1
|
CVE-2019-20343 | |
1.1 |
exec-maven-plugin-1.1
|
CVE-2019-20343 | |
exec-maven-plugin-1.1-beta-1
|
CVE-2019-20343 | ||
1.0.x |
exec-maven-plugin-1.0.2
|
CVE-2019-20343 | |
exec-maven-plugin-1.0.1
|
CVE-2019-20343 | ||
1.0 |
exec-maven-plugin-1.0
|
CVE-2019-20343 |
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.0</version>
</plugin>
Advertisement