Merge "Cleanup project's name in Sonar"
authorSeshu Kumar M <seshu.kumar.m@huawei.com>
Mon, 11 Sep 2017 06:41:42 +0000 (06:41 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 11 Sep 2017 06:41:42 +0000 (06:41 +0000)
1  2 
pom.xml

diff --combined pom.xml
+++ b/pom.xml
@@@ -5,7 -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"
@@@ -39,6 -39,7 +39,6 @@@
                <!-- this is used for Chef mso-code cookbook -->
                <swm.version>2.19.3-1</swm.version>
                <openstack.version>1.1.0-SNAPSHOT</openstack.version>
 -              <evosuiteVersion>1.0.4-alpha2</evosuiteVersion>
                <nexusproxy>https://nexus.onap.org</nexusproxy>
                <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
                <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
                        <id>central</id>
                        <url>http://repo1.maven.org/maven2</url>
                </pluginRepository>
 +
                <pluginRepository>
 -                      <id>EvoSuite</id>
 -                      <name>EvoSuite Repository</name>
 -                      <url>http://www.evosuite.org/m2</url>
 +                      <id>Restlet</id>
 +                      <name>Restlet Repository</name>
 +                      <url>http://maven.restlet.com</url>
                </pluginRepository>
        </pluginRepositories>
        <repositories>
                        <name>MSO Release Repository</name>
                        <url>${nexusproxy}/${releaseNexusPath}</url>
                </repository>
 +
                <repository>
                        <id>ecomp-staging</id>
                        <name>MSO Staging Repository</name>
                                <configuration>
                                        <!--            <forkCount>2C</forkCount>
                                            <reuseForks>true</reuseForks> -->
 -                                      <properties>
 -                                              <property>
 -                                                      <name>listener</name>
 -                                                      <value>org.evosuite.runtime.InitializingListener</value>
 -                                              </property>
 -                                      </properties>
                                </configuration>
                        </plugin>
                        <plugin>
                                </executions>
                        </plugin>
                </plugins>
 -              <pluginManagement>
 -                      <plugins>
 -                              <plugin>
 -                                      <groupId>org.evosuite.plugins</groupId>
 -                                      <artifactId>evosuite-maven-plugin</artifactId>
 -                                      <version>${evosuiteVersion}</version>
 -                                      <executions>
 -                                              <execution>
 -                                                      <goals>
 -                                                              <goal>prepare</goal>
 -                                                      </goals>
 -                                                      <phase>process-test-classes</phase>
 -                                              </execution>
 -                                      </executions>
 -                              </plugin>
 -                      </plugins>
 -              </pluginManagement>
        </build>
        <!-- *********************************************************************************************************** -->
        <!-- Dependencies -->