diff options
Diffstat (limited to 'auth/auth-fs/pom.xml')
-rw-r--r-- | auth/auth-fs/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/auth/auth-fs/pom.xml b/auth/auth-fs/pom.xml index 7bc56ac1..05a2b33c 100644 --- a/auth/auth-fs/pom.xml +++ b/auth/auth-fs/pom.xml @@ -112,7 +112,8 @@ <mainClass>org.onap.aaf.auth.fs.AAF_FS</mainClass> <name>fs</name> <commandLineArguments> - <commandLineArgument>cadi_prop_files=${project.conf_dir}/org.osaaf.fs.props</commandLineArgument> + <commandLineArgument>cadi_prop_files=${project.ext_root_dir}/etc/org.osaaf.fs.props</commandLineArgument> + <commandLineArgument>cadi_log_dir=${project.ext_root_dir}/logs/fs</commandLineArgument> </commandLineArguments> </program> </programs> |