[POLICY-73] forgot one onap-staging
[policy/engine.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 59c8fff..fb6977e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,13 +2,13 @@
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
 
-       <groupId>org.openecomp.policy.engine</groupId>
+       <groupId>org.onap.policy.engine</groupId>
        <artifactId>PolicyEngineSuite</artifactId>
        <version>1.1.0-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>Policy Engine - Policy Engine Suite</name>
 
-       <description>The ECOMP Policy Engine main pom</description>
+       <description>The ONAP Policy Engine main pom</description>
 
        <properties>
                <maven.compiler.source>1.8</maven.compiler.source>
@@ -20,7 +20,7 @@
                <project.source.version>1.8</project.source.version>
                <project.target.version>1.8</project.target.version>
                <project.encoding>UTF-8</project.encoding>
-
+               
                <sonar.language>java</sonar.language>
                <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
                <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
 
        <modules>
                <module>PolicyEngineUtils</module>
-               <module>ECOMP-XACML</module>
-               <module>ECOMP-REST</module>
-               <module>ECOMP-ControlloopPolicy</module>
+               <module>ONAP-XACML</module>
+               <module>ONAP-REST</module>
+               <module>ONAP-ASDC</module>
+               <module>ONAP-ControlloopPolicy</module>
                <module>PolicyEngineAPI</module>
-               <module>ECOMP-PDP</module>
-               <module>ECOMP-PDP-REST</module>
-               <module>ECOMP-PAP-REST</module>
+               <module>ONAP-PDP</module>
+               <module>ONAP-PDP-REST</module>
+               <module>ONAP-PAP-REST</module>
                <module>LogParser</module>
                <module>PolicyEngineClient</module>
                <module>BRMSGateway</module>
                <module>POLICY-SDK-APP</module>
-               <module>ECOMP-SDK-APP</module>
+               <module>ONAP-SDK-APP</module>
                <module>packages</module>
        </modules>
 
        <repositories>
                <repository>
                        <id>ecomp-snapshots</id>
-                       <name>OpenECOMP Snapshot Repository</name>
+                       <name>ONAP Snapshot Repository</name>
                        <url>${nexusproxy}/${snapshots.path}</url>
                </repository>
                <repository>
                        <id>ecomp-releases</id>
-                       <name>OpenECOMP Release Repository</name>
+                       <name>ONAP Release Repository</name>
                        <url>${nexusproxy}/${releases.path}/</url>
                </repository>
                <repository>
                        <id>ecomp-staging</id>
-                       <name>OpenECOMP Staging Repository</name>
+                       <name>ONAP Staging Repository</name>
                        <url>${nexusproxy}/${staging.path}</url>
                </repository>
        </repositories>
        <distributionManagement>
                <repository>
                        <id>ecomp-releases</id>
-                       <name>OpenECOMP Release Repository</name>
+                       <name>ONAP Release Repository</name>
                        <url>${nexusproxy}/${releases.path}</url>
                </repository>
                <snapshotRepository>
                        <id>ecomp-snapshots</id>
-                       <name>OpenECOMP Snapshot Repository</name>
+                       <name>ONAP Snapshot Repository</name>
                        <url>${nexusproxy}/${snapshots.path}</url>
                </snapshotRepository>
                <site>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-surefire-plugin</artifactId>
                                <version>2.19.1</version>
-                               <configuration>
-                                       <skipTests>true</skipTests>
-                               </configuration>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                        <plugin>
                                <groupId>org.jacoco</groupId>
                                <artifactId>jacoco-maven-plugin</artifactId>
-                               <version>0.7.5.201505241946</version>
+                               <version>0.7.6.201602180812</version>
                                <configuration>
                                        <dumpOnExit>true</dumpOnExit>
                                        <includes>
-                                               <include>org.openecomp.*</include>
+                                               <include>org.onap.*</include>
                                        </includes>
                                </configuration>
                                <executions>