diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2017-09-11 06:41:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-11 06:41:42 +0000 |
commit | 6499279d7517752aab7bbfa42e16e42fdbfde28a (patch) | |
tree | 5c8f52c0a876899639a816f0ad9a31e2a3e2c381 /pom.xml | |
parent | 788214241c283d9c320a0e89d331db7132216ec4 (diff) | |
parent | 9c03f460fd02b550f83fa844bd895a64a35188c4 (diff) |
Merge "Cleanup project's name in Sonar"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |