From 0d9832fdd5db22e89440a41fd37acff97696138a Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Sun, 13 May 2012 12:54:02 +0000 Subject: [PATCH] missed to add the file git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1337863 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/it/ant-reference-parameter/invoker.properties | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 maven-plugin-plugin/src/it/ant-reference-parameter/invoker.properties diff --git a/maven-plugin-plugin/src/it/ant-reference-parameter/invoker.properties b/maven-plugin-plugin/src/it/ant-reference-parameter/invoker.properties new file mode 100644 index 0000000..aa7abb0 --- /dev/null +++ b/maven-plugin-plugin/src/it/ant-reference-parameter/invoker.properties @@ -0,0 +1,3 @@ +invoker.goals.1 = clean install -DskipTests +invoker.goals.2 = org.apache.maven.ant.it:maven-ant-it-referenceParameter:1.0-SNAPSHOT:test +