diff --git a/maven-plugin-tools-ant/integration-tests/basic/pom.xml b/maven-plugin-tools-ant/integration-tests/basic/pom.xml deleted file mode 100644 index 2edf184..0000000 --- a/maven-plugin-tools-ant/integration-tests/basic/pom.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - 4.0.0 - org.apache.maven.ant.it - maven-ant-it-basic - Basic Ant-Mojo Integration Test - 1.0-SNAPSHOT - maven-plugin - Tests the simplest case of using an Ant script to drive a mojo. - - - - ant - ant - 1.6.5 - - - - - - - maven-plugin-plugin - - antBasic - - - - org.apache.maven - maven-plugin-tools-ant - 2.0.1 - - - - - - diff --git a/maven-plugin-tools-ant/integration-tests/basic/src/main/scripts/test.build.xml b/maven-plugin-tools-ant/integration-tests/basic/src/main/scripts/test.build.xml deleted file mode 100644 index 8ba12c1..0000000 --- a/maven-plugin-tools-ant/integration-tests/basic/src/main/scripts/test.build.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - Hello, ${name}! - - \ No newline at end of file diff --git a/maven-plugin-tools-ant/integration-tests/basic/src/main/scripts/test.mojos.xml b/maven-plugin-tools-ant/integration-tests/basic/src/main/scripts/test.mojos.xml deleted file mode 100644 index d945702..0000000 --- a/maven-plugin-tools-ant/integration-tests/basic/src/main/scripts/test.mojos.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - test - test - - - name - ${name} - true - false - java.lang.String - - - - -