Modify sitepath to release binaries
[aaf/authz.git] / cadi / client / pom.xml
index a880dbc..75d9c49 100644 (file)
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.onap.aaf.authz.cadi</groupId>
                <artifactId>parent</artifactId>
-               <version>1.5.0-SNAPSHOT</version>
+               <version>2.1.0-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
 
@@ -33,6 +33,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>
@@ -45,7 +46,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/cadi/${project.artifactId}/${project.version}</sitePath>
        </properties>
 
        <developers>
@@ -97,7 +98,7 @@
 
                <dependency>
                        <groupId>javax.servlet</groupId>
-                       <artifactId>servlet-api</artifactId>
+                       <artifactId>javax.servlet-api</artifactId>
                        <scope>compile</scope>
                </dependency>
        </dependencies>