Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 238F418BE8 for ; Sat, 30 Jan 2016 09:43:41 +0000 (UTC) Received: (qmail 50667 invoked by uid 500); 30 Jan 2016 09:43:40 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 50610 invoked by uid 500); 30 Jan 2016 09:43:40 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 50580 invoked by uid 99); 30 Jan 2016 09:43:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Jan 2016 09:43:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E63BB2C0453 for ; Sat, 30 Jan 2016 09:43:39 +0000 (UTC) Date: Sat, 30 Jan 2016 09:43:39 +0000 (UTC) From: "Michael Osipov (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (SUREFIRE-1223) Cannot run invoker ITs on Windows with Maven 3.3.1+ MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Michael Osipov created SUREFIRE-1223: ---------------------------------------- Summary: Cannot run invoker ITs on Windows with Maven 3.3.1+ Key: SUREFIRE-1223 URL: https://issues.apache.org/jira/browse/SUREFIRE-1223 Project: Maven Surefire Issue Type: Bug Components: Maven Failsafe Plugin Affects Versions: 2.19.1 Reporter: Michael Osipov Assignee: Michael Osipov The error output is: {noformat} [INFO] [INFO] --- maven-invoker-plugin:1.9:run (integration-test) @ maven-failsafe-plugin --- [INFO] Building: jetty-war-test-failing\pom.xml [INFO] ..FAILED (0.0 s) [INFO] Maven invocation failed. Error configuring command-line. Reason: Maven executable not found at: D:\Entwicklung\Programme\apache-maven-3.3.9\bin\mvn.bat [INFO] Building: jetty-war-test-passing\pom.xml [INFO] ..FAILED (0.0 s) [INFO] Maven invocation failed. Error configuring command-line. Reason: Maven executable not found at: D:\Entwicklung\Programme\apache-maven-3.3.9\bin\mvn.bat [INFO] Building: multiple-summaries\pom.xml [INFO] ..FAILED (0.0 s) [INFO] Maven invocation failed. Error configuring command-line. Reason: Maven executable not found at: D:\Entwicklung\Programme\apache-maven-3.3.9\bin\mvn.bat [INFO] Building: multiple-summaries-failing\pom.xml [INFO] ..FAILED (0.0 s) [INFO] Maven invocation failed. Error configuring command-line. Reason: Maven executable not found at: D:\Entwicklung\Programme\apache-maven-3.3.9\bin\mvn.bat [INFO] Building: working-directory\pom.xml [INFO] ..FAILED (0.0 s) [INFO] Maven invocation failed. Error configuring command-line. Reason: Maven executable not found at: D:\Entwicklung\Programme\apache-maven-3.3.9\bin\mvn.bat [INFO] ------------------------------------------------- {noformat} Maven Invoker Plugin version needs to be updated. -- This message was sent by Atlassian JIRA (v6.3.4#6332)