3

What version of ANT is being used by the antrun plugin and how do I control it to use a certain version of ANT distribution. Does this plugin actually pick up the ANT from the local distribution?

user339108
  • 12,613
  • 33
  • 81
  • 112

1 Answers1

2

Based on the information in Maven Central it's using Ant 1.8.1.

http://search.maven.org/#artifactdetails|org.apache.maven.plugins|maven-antrun-plugin|1.6|maven-plugin

http://search.maven.org/#artifactdetails|org.apache.ant|ant-nodeps|1.8.1|jar

khmarbaise
  • 92,914
  • 28
  • 189
  • 235