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

ppalaga pushed a commit to branch 2.2.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 126c8c36a800a283873e5af5eb008e05a2daddd2
Author: aldettinger <aldettin...@gmail.com>
AuthorDate: Wed Jan 5 10:49:43 2022 +0100

    Make local maven settings applied to surefire plugin so that Quarkus could 
build the application model accordingly
---
 pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4c74fcf..44071c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -359,9 +359,11 @@
                     <version>${maven-surefire-plugin.version}</version>
                     <configuration>
                         <failIfNoTests>false</failIfNoTests>
-                        <systemProperties>
+                        <systemPropertyVariables>
                             
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
-                        </systemProperties>
+                            <maven.home>${maven.home}</maven.home>
+                            
<maven.settings>${session.request.userSettingsFile.path}</maven.settings>
+                        </systemPropertyVariables>
                     </configuration>
                 </plugin>
 

Reply via email to