diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 73 |
1 files changed, 6 insertions, 67 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" @@ -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> @@ -91,10 +90,11 @@ <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> @@ -118,6 +118,7 @@ <name>MSO Release Repository</name> <url>${nexusproxy}/${releaseNexusPath}</url> </repository> + <repository> <id>ecomp-staging</id> <name>MSO Staging Repository</name> @@ -194,12 +195,6 @@ <configuration> <!-- <forkCount>2C</forkCount> <reuseForks>true</reuseForks> --> - <properties> - <property> - <name>listener</name> - <value>org.evosuite.runtime.InitializingListener</value> - </property> - </properties> </configuration> </plugin> <plugin> @@ -340,63 +335,7 @@ <source>1.8</source> </configuration> </plugin> - <!-- license plugin --> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>license-maven-plugin</artifactId> - <version>1.10</version> - <configuration> - <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage> - <processStartTag>============LICENSE_START=======================================================</processStartTag> - <processEndTag>============LICENSE_END=========================================================</processEndTag> - <sectionDelimiter>================================================================================</sectionDelimiter> - <licenseName>apache_v2</licenseName> - <inceptionYear>2017</inceptionYear> - <organizationName>AT&T Intellectual Property. All rights reserved.</organizationName> - <projectName>ECOMP MSO</projectName> - <canUpdateCopyright>true</canUpdateCopyright> - <canUpdateDescription>true</canUpdateDescription> - <canUpdateLicense>true</canUpdateLicense> - <emptyLineAfterHeader>true</emptyLineAfterHeader> - </configuration> - <executions> - <execution> - <id>first</id> - <goals> - <goal>update-file-header</goal> - </goals> - <phase>process-sources</phase> - <configuration> - <licenseName>apache_v2</licenseName> - <includes> - <include>*.java</include> - <include>*.groovy</include> - </includes> - <excludes> - <exclude>*.json</exclude> - </excludes> - </configuration> - </execution> - </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 --> |