This is an automated email from the ASF dual-hosted git repository.

cml pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-interop-test.git

commit c8725eda6bdb8ca84b68fdc22caac97ed68d2b7b
Author: Kim van der Riet <[email protected]>
AuthorDate: Thu Feb 4 10:25:56 2021 -0500

    Fix for bad vesion problem using maven to search the pom file
---
 shims/qpid-jms/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shims/qpid-jms/CMakeLists.txt b/shims/qpid-jms/CMakeLists.txt
index 588ad41..b17b4ee 100644
--- a/shims/qpid-jms/CMakeLists.txt
+++ b/shims/qpid-jms/CMakeLists.txt
@@ -28,6 +28,7 @@ set(JMS_INSTALL_ROOT 
${CMAKE_INSTALL_PREFIX}/libexec/qpid_interop_test/shims/qpi
 
 # Find the version string from the pom.xml file (as this in included in the 
jar file name)
 execute_process(COMMAND mvn 
org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate 
-Dexpression=project.version -q -DforceStdout
+                WORKING_DIRECTORY ../
                 OUTPUT_VARIABLE QPID_JMS_SHIM_VERSION)
 message(STATUS "Qpid JMS shim version: ${QPID_JMS_SHIM_VERSION}")
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to