[ https://jira.codehaus.org/browse/MNG-5792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=365567#comment-365567 ]
Jason van Zyl commented on MNG-5792: ------------------------------------ The invoker plugin definitely needs to be fixed, but I will likely switch over Polyglot to use the Takari testing utilities. In the meantime i'll look for the update and change Polyglot when the invoker plugin is released. > mvn.bat renamed to mvn.cmd -> maven-invoker-plugin:run fails > ------------------------------------------------------------ > > Key: MNG-5792 > URL: https://jira.codehaus.org/browse/MNG-5792 > Project: Maven > Issue Type: Bug > Components: Bootstrap & Build > Affects Versions: 3.3.1 > Environment: Windows 7 64 bit, Java 7 > Reporter: Jan Sievers > > steps to reproduce: > # git clone https://github.com/takari/maven-polyglot.git > # using maven 3.3.1 on WIndows, do a > {code} > mvn clean install > {code} > build fails with > {code} > [INFO] --- maven-invoker-plugin:1.5:run (integration-test) @ polyglot-ruby --- > [INFO] Building: ruby_execute\pom.xml > [INFO] ..FAILED (0.0 s) > [INFO] Maven invocation failed. Error configuring command-line. Reason: > Maven executable not found at: C:\tools\apache > -maven-3.3.1\bin\mvn.bat > [INFO] Building: use_jruby_installation\pom.xml > [INFO] ..FAILED (0.0 s) > [INFO] Maven invocation failed. Error configuring command-line. Reason: > Maven executable not found at: C:\tools\apache > -maven-3.3.1\bin\mvn.bat > [INFO] ------------------------------------------------- > [INFO] Build Summary: > [INFO] Passed: 0, Failed: 2, Errors: 0, Skipped: 0 > [INFO] ------------------------------------------------- > {code} > it seems that mvn.bat was renamed to mvn.cmd with maven 3.3.1 > While maven-invoker-plugin could arguably be smarter to locate the mvn > script, I think it's best to revert the rename unless there was a specific > reason to rename from .bat to .cmd. -- This message was sent by Atlassian JIRA (v6.1.6#6162)