Modify sitepath to release binaries
[aaf/authz.git] / auth / auth-fs / pom.xml
index b109e9b..bb61fb5 100644 (file)
@@ -28,6 +28,7 @@
        <properties>
                <maven.test.failure.ignore>true</maven.test.failure.ignore>
                <!-- SONAR -->
+               <sonar.skip>true</sonar.skip>
                <jacoco.version>0.7.7.201606060606</jacoco.version>
                <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>
                <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
@@ -41,7 +42,7 @@
                <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
                <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
                <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
-               <sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath>
+               <sitePath>/content/sites/site/org/onap/aaf/authz/auth/${project.artifactId}/${project.version}</sitePath>
 
        </properties>
 
                                                        <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>