Generates ant build files from a maven project, so that plain ant users can build your project
'maven:maven-ant-plugin:1.8'
<dependency>
<groupId>maven</groupId>
<artifactId>maven-ant-plugin</artifactId>
<version>1.8</version>
</dependency>
<dependency org="maven" name="maven-ant-plugin" rev="1.8"/>
"maven", "maven-ant-plugin", "1.8"