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:29:10 UTC

cxf-fediz git commit: Fixing failsafe log4j error messages

Repository: cxf-fediz
Updated Branches:
  refs/heads/1.2.x-fixes 392c7e711 -> 59558b5ac


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/59558b5a
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/59558b5a
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/59558b5a

Branch: refs/heads/1.2.x-fixes
Commit: 59558b5ac15db4f0eea1cab37742a4d8885d727b
Parents: 392c7e7
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:29:04 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/59558b5a/services/idp/pom.xml
----------------------------------------------------------------------
diff --git a/services/idp/pom.xml b/services/idp/pom.xml
index 51ae493..2d30b4c 100644
--- a/services/idp/pom.xml
+++ b/services/idp/pom.xml
@@ -430,6 +430,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/59558b5a/services/sts/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/pom.xml b/services/sts/pom.xml
index 4ae72ce..875ea55 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>