diff --git a/maven-core-it/it0015/.cvsignore b/maven-core-it/it0015/.cvsignore new file mode 100644 index 0000000000..dabb615d50 --- /dev/null +++ b/maven-core-it/it0015/.cvsignore @@ -0,0 +1,10 @@ +*~ +*.log +target +*.ipr +*.iws +dist +target +.classpath +.project +log.txt diff --git a/maven-core-it/it0015/expected-results.txt b/maven-core-it/it0015/expected-results.txt new file mode 100644 index 0000000000..25fe4671ac --- /dev/null +++ b/maven-core-it/it0015/expected-results.txt @@ -0,0 +1 @@ +target/classes/out.txt diff --git a/maven-core-it/it0015/goals.txt b/maven-core-it/it0015/goals.txt new file mode 100644 index 0000000000..d8f7b9d839 --- /dev/null +++ b/maven-core-it/it0015/goals.txt @@ -0,0 +1,3 @@ +plugin:descriptor +install +it0015:it0015 \ No newline at end of file diff --git a/maven-core-it/it0015/pom.xml b/maven-core-it/it0015/pom.xml new file mode 100644 index 0000000000..2db24fa99f --- /dev/null +++ b/maven-core-it/it0015/pom.xml @@ -0,0 +1,13 @@ + + 4.0.0 + maven + maven-it0014-plugin + 1.0-SNAPSHOT + + + maven + maven-plugin + 2.0-SNAPSHOT + + + diff --git a/maven-core-it/it0015/prebuild-hook.txt b/maven-core-it/it0015/prebuild-hook.txt new file mode 100644 index 0000000000..7302fd47b8 --- /dev/null +++ b/maven-core-it/it0015/prebuild-hook.txt @@ -0,0 +1 @@ +rm target/classes/out.txt