aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 12:46:01 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 12:46:01 -0700
commit9c03f460fd02b550f83fa844bd895a64a35188c4 (patch)
tree364c11296bcaebc52f2af34642c9388d5716c1b7 /pom.xml
parentfa1a211d28a912892fcd888569df033900eb01ee (diff)
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: I9dac605bac7d9da1c29a7b345dbf6119f6423465 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index fad299cb3c..2c05ed834b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<artifactId>so</artifactId>
<packaging>pom</packaging>
<version>1.1.0-SNAPSHOT</version>
- <name>MSO main project</name>
+ <name>so</name>
<description>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"