aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2017-09-11 06:41:42 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-11 06:41:42 +0000
commit6499279d7517752aab7bbfa42e16e42fdbfde28a (patch)
tree5c8f52c0a876899639a816f0ad9a31e2a3e2c381 /pom.xml
parent788214241c283d9c320a0e89d331db7132216ec4 (diff)
parent9c03f460fd02b550f83fa844bd895a64a35188c4 (diff)
Merge "Cleanup project's name in Sonar"
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 3639cfe2ad..9601fe89ca 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"