You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2015/05/28 15:28:46 UTC

[2/2] cxf-fediz git commit: Fixing failsafe log4j error messages

Fixing failsafe log4j error messages


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/1b6ee30e
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/1b6ee30e
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/1b6ee30e

Branch: refs/heads/master
Commit: 1b6ee30e49810c4f9d8ec933277b7c6c61ac4e68
Parents: 007666f
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Thu May 28 14:02:14 2015 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Thu May 28 14:02:14 2015 +0100

----------------------------------------------------------------------
 services/idp/pom.xml | 1 +
 services/sts/pom.xml | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/1b6ee30e/services/idp/pom.xml
----------------------------------------------------------------------
diff --git a/services/idp/pom.xml b/services/idp/pom.xml
index abd247c..9d38e31 100644
--- a/services/idp/pom.xml
+++ b/services/idp/pom.xml
@@ -435,6 +435,7 @@
                             <skip>false</skip>
                             <systemPropertyVariables>
                                 <idp.https.port>${idp.https.port}</idp.https.port>
+                                <catalina.base>target</catalina.base>
                             </systemPropertyVariables>
                             <includes>
                                 <include>**/integrationtests/**</include>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/1b6ee30e/services/sts/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/pom.xml b/services/sts/pom.xml
index 22484ba..e299c06 100644
--- a/services/sts/pom.xml
+++ b/services/sts/pom.xml
@@ -245,6 +245,7 @@
                             <skip>false</skip>
                             <systemPropertyVariables>
                                 <sts.https.port>${sts.https.port}</sts.https.port>
+                                <catalina.base>target</catalina.base>
                             </systemPropertyVariables>
 
                             <includes>