From 00d9f8c7bf6184cd8f6468b84d3304fd59b6f200 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Wed, 20 Sep 2017 15:04:13 -0700 Subject: [PATCH] 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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.16.6