testNG taskdef definition in Ant using Maven dependencies
问题 I am trying to use Ant and Maven to build a project. I am using testNG for test units. As stated here ( http://testng.org/doc/ant.html ) I have defined the taskdef as follow: <taskdef resource="testngtasks" classpath="testng.jar"/> in Ant. In Maven I have added the following (as stated here: http://testng.org/doc/maven.html) <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>6.2</version> </dependency> Maven is getting the files from maven repository and I