You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2016/03/25 08:51:24 UTC

syncope git commit: [SYNCOPE-815] Use sys:catalina.home

Repository: syncope
Updated Branches:
  refs/heads/master 9014cf287 -> aaf9f1b20


[SYNCOPE-815] Use sys:catalina.home


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/aaf9f1b2
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/aaf9f1b2
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/aaf9f1b2

Branch: refs/heads/master
Commit: aaf9f1b203375b23095d8939440e831ddfb07761
Parents: 9014cf2
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Mar 25 08:51:16 2016 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Mar 25 08:51:16 2016 +0100

----------------------------------------------------------------------
 standalone/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/aaf9f1b2/standalone/pom.xml
----------------------------------------------------------------------
diff --git a/standalone/pom.xml b/standalone/pom.xml
index 26f5765..71f1af3 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -38,7 +38,7 @@ under the License.
 
     <conf.directory>${CATALINA_HOME}/webapps/syncope/WEB-INF/classes</conf.directory>
     <connid.location>connid://${testconnectorserver.key}@localhost:${testconnectorserver.port}</connid.location>
-    <log.directory>./logs</log.directory>
+    <log.directory>${sys:catalina.home}/logs</log.directory>
     <test.csvdir.path>./test-csvdir</test.csvdir.path>
 
     <work.dir>${project.build.directory}/standalone</work.dir>