From b0b5558bc048101c4aa9eae0545964953ea8f86e Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Sat, 10 May 2014 10:58:07 +0000 Subject: [PATCH] disabled this IT for Maven 2 since it requires a mvn option which has been introduced in Maven 3 git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1593683 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugin-plugin/src/it/help-basic/invoker.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/maven-plugin-plugin/src/it/help-basic/invoker.properties b/maven-plugin-plugin/src/it/help-basic/invoker.properties index bf471ee..544361b 100644 --- a/maven-plugin-plugin/src/it/help-basic/invoker.properties +++ b/maven-plugin-plugin/src/it/help-basic/invoker.properties @@ -15,6 +15,9 @@ # specific language governing permissions and limitations # under the License. +invoker.maven.version = 3.0+ invoker.goals.1 = clean install -DskipTests invoker.goals.2 = org.apache.maven.its.plugin:help:1.0-SNAPSHOT:help invoker.goals.3 = --log-file help.log org.apache.maven.its.plugin:help:1.0-SNAPSHOT:help +# --log-file option is only supported by Maven 3 +invoker.maven.version = 3.0+