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 2015/11/11 13:46:12 UTC

svn commit: r1713833 - /maven/plugins/trunk/maven-toolchains-plugin/src/it/missing-toolchain/invoker.properties

Author: hboutemy
Date: Wed Nov 11 12:46:12 2015
New Revision: 1713833

URL: http://svn.apache.org/viewvc?rev=1713833&view=rev
Log:
updated it to not depend on local toolchain configuration

Modified:
    maven/plugins/trunk/maven-toolchains-plugin/src/it/missing-toolchain/invoker.properties

Modified: maven/plugins/trunk/maven-toolchains-plugin/src/it/missing-toolchain/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-toolchains-plugin/src/it/missing-toolchain/invoker.properties?rev=1713833&r1=1713832&r2=1713833&view=diff
==============================================================================
--- maven/plugins/trunk/maven-toolchains-plugin/src/it/missing-toolchain/invoker.properties (original)
+++ maven/plugins/trunk/maven-toolchains-plugin/src/it/missing-toolchain/invoker.properties Wed Nov 11 12:46:12 2015
@@ -15,4 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
+invoker.goals = --toolchains ../../../src/it/toolchains.xml compile
+# cannot run this IT with Maven 2 since required --toolchains option was added in 3.0-alpha-3: see MNG-3714
+invoker.maven.version = 3.0+
 invoker.buildResult = failure