Merge "Update docker-compose.yml images with nexus addr"
[sdnc/oam.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index c927455..eba7903 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
        <groupId>org.onap.sdnc.oam</groupId>
        <artifactId>sdnc-oam</artifactId>
 
-       <name>SDN-C OAM</name>
+       <name>sdnc-oam</name>
        <url>https://wiki.onap.org</url>
        <description>The SDN-C OAM component contains the components needed to operate, administer and maintain the SDN-C platform.</description>
 
@@ -92,7 +92,7 @@
                                <artifactId>maven-surefire-plugin</artifactId>
                                <version>2.17</version>
                                <configuration>
-                                       <skipTests>true</skipTests>
+                                       <skipTests>false</skipTests>
                                </configuration>
                        </plugin>
                        <plugin>