MVN

org.kuali.maven.plugins : ant-maven-plugin

Maven & Gradle

May 07, 2012

Ant Maven Plugin · Allows Maven to invoke an Ant target inside any Ant build file that is available on the file system, the ant-maven-plugin classpath, or any URL that Spring 3.0 resource loading can understand

<plugin>
    <groupId>org.kuali.maven.plugins</groupId>
    <artifactId>ant-maven-plugin</artifactId>
    <version>1.0.10</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kuali.maven.plugins : ant-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.10

All Versions

Choose a version of org.kuali.maven.plugins : ant-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
ant-maven-plugin-1.0.10
ant-maven-plugin-1.0.9
ant-maven-plugin-1.0.8
ant-maven-plugin-1.0.6
ant-maven-plugin-1.0.5
ant-maven-plugin-1.0.4
ant-maven-plugin-1.0.3
ant-maven-plugin-1.0.2
ant-maven-plugin-1.0.1
ant-maven-plugin-1.0.0

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.kuali.maven.plugins</groupId>
    <artifactId>ant-maven-plugin</artifactId>
    <version>1.0.10</version>
</plugin>