Re: Maven Artifact Resolver Ant Tasks - resolve dependency path

2020-02-20 Thread Tim N
Figured it out...I used inside

Maven Artifact Resolver Ant Tasks - resolve dependency path

2020-02-18 Thread Tim N
With Maven Ant Task (https://maven.apache.org/ant-tasks/), it was possible to refer to a dependency on the file-system in ant with, for example, ${org.jacoco:org.jacoco.ant:jar}. Is it possible to do the same with Maven Artifact Resolver Ant Tasks?