From: Jessica Wagantall Date: Wed, 20 Sep 2017 22:04:13 +0000 (-0700) Subject: Cleanup project's name in Sonar X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Frelease-1.0.0;p=so.git Cleanup project's name in Sonar The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: Ib94f172fe053f201dd90b1420a64a9d1922c568f Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall --- diff --git a/pom.xml b/pom.xml index bf1d6b9881..7b2bfc656d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ mso pom 1.0.0-SNAPSHOT - MSO main project + so This Maven project is responsible to build and package all child projects - contributions in the MSO project. This build can be configured to run Functional tests and to start/stop a jboss server + Mysql DB. "mvn clean install -P with-integration-tests -Dintegration-tests-user=root -Dintegration-tests-group=root -Dintegration-tests-db-type=MYSQL"