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+