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?
Asked
Active
Viewed 1,658 times
1 Answers
2
Based on the information in Maven Central it's using Ant 1.8.1.
http://search.maven.org/#artifactdetails|org.apache.ant|ant-nodeps|1.8.1|jar

khmarbaise
- 92,914
- 28
- 189
- 235
-
Using the antrun plugin version 1.8 uses ant 1.9.4 – Rangi Keen Dec 26 '18 at 23:50
-
1Can always being checked on the doc site of the plugin: https://maven.apache.org/plugins/maven-antrun-plugin/dependencies.html – khmarbaise Dec 27 '18 at 12:27