You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2022/04/07 18:06:08 UTC

[jackrabbit-filevault-package-maven-plugin] branch master updated: JCRVLT-626 pass maven.home property to forked failsafe process

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault-package-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c9a3dd  JCRVLT-626 pass maven.home property to forked failsafe process
8c9a3dd is described below

commit 8c9a3ddb47ede0e859fc231953357f17429c31cc
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Apr 7 20:06:03 2022 +0200

    JCRVLT-626 pass maven.home property to forked failsafe process
---
 pom.xml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5878aa7..e1ec1cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,6 +148,8 @@
                         </goals>
                         <configuration>
                             <systemPropertyVariables>
+                                <!-- pass maven.home property to maven-verifier -->
+                                <maven.home>${maven.home}</maven.home>
                                 <plugin.version>${project.version}</plugin.version>
                             </systemPropertyVariables>
                             <environmentVariables>
@@ -500,12 +502,6 @@
             <scope>test</scope>
         </dependency>
         <!-- START transitive dependencies of embedder -->
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-simple</artifactId>
-            <version>${slf4j.version}</version>
-            <scope>test</scope>
-        </dependency>
         <!-- required due to https://issues.apache.org/jira/browse/MNG-6561 -->
         <dependency>
             <groupId>org.apache.maven</groupId>