Renaming openecomp to onap
[aai/champ.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 6d8582d..7a1c572 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -6,17 +6,17 @@
                <version>1.0.0-SNAPSHOT</version>
        </parent>
 
-       <groupId>org.openecomp.aai</groupId>
+       <groupId>org.onap.aai</groupId>
        <artifactId>champ</artifactId>
        <version>1.1.0-SNAPSHOT</version>
-       <name>AAI - champ</name>
+       <name>aai-champ</name>
        <properties>
                <tinkerpop.version>3.0.1-incubating</tinkerpop.version>
                <sitePath>/content/sites/site/org/onap/aai/${project.artifactId}/${project.version}</sitePath>
                <sonar.language>java</sonar.language>
                <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
                <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
-               <sonar.jacoco.reportPath>${project.build.directory}/jacoco.exec</sonar.jacoco.reportPath>
+               <sonar.jacoco.reportPath>${project.build.directory}/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPath>
                <sonar.jacoco.reportMissing.force.zero>false</sonar.jacoco.reportMissing.force.zero>
                <sonar.projectVersion>${project.version}</sonar.projectVersion>
        </properties>