Modify sitepath to release binaries
[aaf/authz.git] / auth / auth-certman / pom.xml
index 48e8f0b..0d37ac8 100644 (file)
@@ -27,6 +27,7 @@
 
        <properties>
                <!-- 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>
@@ -40,7 +41,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>
 
        <dependencies>
@@ -98,7 +99,8 @@
                                                        <mainClass>org.onap.aaf.auth.cm.AAF_CM</mainClass>
                                                        <name>cm</name>
                                                        <commandLineArguments>
-                                                               <commandLineArgument>cadi_prop_files=${project.conf_dir}/org.osaaf.cm.props</commandLineArgument>
+                                                               <commandLineArgument>cadi_prop_files=${project.ext_root_dir}/etc/org.osaaf.cm.props</commandLineArgument>
+                                                               <commandLineArgument>cadi_log_dir=${project.ext_root_dir}/logs/cm</commandLineArgument>
                                                        </commandLineArguments>
                                                </program>
                                        </programs>