From da30b6f44f2aa05bb1694f20b0120d61d63efc87 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Sat, 12 May 2012 22:54:01 +0000 Subject: [PATCH] it test moved to plugin it git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1337716 13f79535-47bb-0310-9956-ffa450edef68 --- .../integration-tests/basic/pom.xml | 56 ------------------- .../basic/src/main/scripts/test.build.xml | 26 --------- .../basic/src/main/scripts/test.mojos.xml | 38 ------------- 3 files changed, 120 deletions(-) delete mode 100644 maven-plugin-tools-ant/integration-tests/basic/pom.xml delete mode 100644 maven-plugin-tools-ant/integration-tests/basic/src/main/scripts/test.build.xml delete mode 100644 maven-plugin-tools-ant/integration-tests/basic/src/main/scripts/test.mojos.xml 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 - - - - -