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.maven.plugins</groupId>
<artifactId>maven-ant-plugin</artifactId>
<version>2.4</version>
</plugin>
Choose a version of org.apache.maven.plugins : maven-ant-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.4 |
maven-ant-plugin-2.4
|
||
2.3 |
maven-ant-plugin-2.3
|
||
2.2 |
maven-ant-plugin-2.2
|
||
2.1 |
maven-ant-plugin-2.1
|
||
2.0 |
maven-ant-plugin-2.0
|
||
maven-ant-plugin-2.0-beta-1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ant-plugin</artifactId>
<version>2.4</version>
</plugin>
Advertisement