Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9D720200BD5 for ; Thu, 8 Dec 2016 21:48:12 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 9C0F4160B0A; Thu, 8 Dec 2016 20:48:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E6BCC160B1F for ; Thu, 8 Dec 2016 21:48:11 +0100 (CET) Received: (qmail 7337 invoked by uid 500); 8 Dec 2016 20:48:11 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 7328 invoked by uid 99); 8 Dec 2016 20:48:11 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Dec 2016 20:48:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0B1ADE108E; Thu, 8 Dec 2016 20:48:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: astitcher@apache.org To: commits@qpid.apache.org Message-Id: <17a44878d74043958936ebba5fe06b10@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: qpid-proton git commit: NO-JIRA: Fix maven search to find windows command file on windows Date: Thu, 8 Dec 2016 20:48:11 +0000 (UTC) archived-at: Thu, 08 Dec 2016 20:48:12 -0000 Repository: qpid-proton Updated Branches: refs/heads/master 16da86ebb -> ce8db5a80 NO-JIRA: Fix maven search to find windows command file on windows Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/ce8db5a8 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/ce8db5a8 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/ce8db5a8 Branch: refs/heads/master Commit: ce8db5a80712404200f7800057723ee47ce506e1 Parents: 16da86e Author: Andrew Stitcher Authored: Wed Oct 19 13:41:22 2016 -0400 Committer: Andrew Stitcher Committed: Thu Dec 8 15:40:25 2016 -0500 ---------------------------------------------------------------------- proton-j/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/ce8db5a8/proton-j/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/proton-j/CMakeLists.txt b/proton-j/CMakeLists.txt index 788c08f..81cb5a1 100644 --- a/proton-j/CMakeLists.txt +++ b/proton-j/CMakeLists.txt @@ -28,7 +28,7 @@ mark_as_advanced (JAVA_INSTALL_DIR) install_jar(proton-j ${JAVA_INSTALL_DIR}) # add relevant CTest support -find_program (MAVEN_EXE mvn DOC "Location of the maven program") +find_program (MAVEN_EXE NAMES mvn.cmd mvn DOC "Location of the maven program") mark_as_advanced (MAVEN_EXE) if (CMAKE_BUILD_TYPE MATCHES "Coverage") message (STATUS "Building for coverage analysis: testing disabled for Proton-J") --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org