diff options
Diffstat (limited to 'auth/auth-gui/pom.xml')
-rw-r--r-- | auth/auth-gui/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/auth/auth-gui/pom.xml b/auth/auth-gui/pom.xml index bfb65e97..838c006e 100644 --- a/auth/auth-gui/pom.xml +++ b/auth/auth-gui/pom.xml @@ -117,7 +117,8 @@ <mainClass>org.onap.aaf.auth.gui.AAF_GUI</mainClass> <name>gui</name> <commandLineArguments> - <commandLineArgument>cadi_prop_files=${project.conf_dir}/org.osaaf.gui.props</commandLineArgument> + <commandLineArgument>cadi_prop_files=${project.ext_root_dir}/etc/org.osaaf.gui.props</commandLineArgument> + <commandLineArgument>cadi_log_dir=${project.ext_root_dir}/logs/gui</commandLineArgument> </commandLineArguments> <jvmSettings> <extraArguments> |