a

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
http://${kuali.site.hostname}/maven/plugins/${project.artifactId}/${project.version}
Files download
File Operation
ant-maven-plugin-1.0.10.jar download
ant-maven-plugin-1.0.10.pom download
ant-maven-plugin-1.0.10-sources.jar download
Apache Maven
<dependency>
  <groupId>org.kuali.maven.plugins</groupId>
  <artifactId>ant-maven-plugin</artifactId>
  <version>1.0.10</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.kuali.maven.plugins:ant-maven-plugin:1.0.10'
Gradle Kotlin
implementation("org.kuali.maven.plugins:ant-maven-plugin:1.0.10")
Scala SBT
libraryDependencies += "org.kuali.maven.plugins" % "ant-maven-plugin" % "1.0.10"
Groovy Grape
@Grapes(
  @Grab(group='org.kuali.maven.plugins', module='ant-maven-plugin', version='1.0.10')
)
Apache Ivy
<dependency org="org.kuali.maven.plugins" name="ant-maven-plugin" rev="1.0.10" />
Leiningen
[org.kuali.maven.plugins/ant-maven-plugin "1.0.10"]
Apache Buildr
'org.kuali.maven.plugins:ant-maven-plugin:jar:1.0.10'