You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/05/10 12:58:08 UTC

svn commit: r1593683 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/it/help-basic/invoker.properties

Author: hboutemy
Date: Sat May 10 10:58:07 2014
New Revision: 1593683

URL: http://svn.apache.org/r1593683
Log:
disabled this IT for Maven 2 since it requires a mvn option which has been introduced in Maven 3

Modified:
    maven/plugin-tools/trunk/maven-plugin-plugin/src/it/help-basic/invoker.properties

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/it/help-basic/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/it/help-basic/invoker.properties?rev=1593683&r1=1593682&r2=1593683&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/it/help-basic/invoker.properties (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/it/help-basic/invoker.properties Sat May 10 10:58:07 2014
@@ -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+