Modify sitepath to release binaries
[aaf/authz.git] / auth / auth-service / pom.xml
index 7f806f8..8d9bd76 100644 (file)
@@ -27,8 +27,8 @@
 
        <properties>
                <maven.test.failure.ignore>true</maven.test.failure.ignore>
-               <!-- SONAR -->
                <sonar.skip>true</sonar.skip>
+               <!-- SONAR -->
                <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>
@@ -42,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>
 
                        <artifactId>jetty-servlet</artifactId>
                </dependency>
 
-               <dependency>
-                       <groupId>org.slf4j</groupId>
-                       <artifactId>slf4j-log4j12</artifactId>
-               </dependency>
-
        </dependencies>
 
        <build>
                                                        <mainClass>org.onap.aaf.auth.service.AAF_Service</mainClass>
                                                        <name>service</name>
                                                        <commandLineArguments>
-                                                               <commandLineArgument>cadi_prop_files=${project.conf_dir}/org.osaaf.service.props</commandLineArgument>
+                                                               <commandLineArgument>cadi_prop_files=${project.ext_root_dir}/etc/org.osaaf.service.props</commandLineArgument>
+                                                               <commandLineArgument>cadi_log_dir=${project.ext_root_dir}/logs/service</commandLineArgument>
                                                        </commandLineArguments>
                                                </program>
                                        </programs>