From 8930af2a3f00f00dd1c99fda28ce844c94731ac5 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 20 Feb 2017 10:25:06 -0500 Subject: [SKIPTESTS] Disable unit tests Unit tests require mysql database server which does not exist Change-Id: I735454b7ba164eb768e547009534d1aea4957d00 Signed-off-by: Dan Timoney --- pom.xml | 220 +++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 107 insertions(+), 113 deletions(-) diff --git a/pom.xml b/pom.xml index 09fd094..b30a031 100755 --- a/pom.xml +++ b/pom.xml @@ -1,159 +1,153 @@ - + - 4.0.0 - pom - org.openecomp.sdnc.core - sdnc-core + 4.0.0 + pom + org.openecomp.sdnc.core + sdnc-core - SDN-C Core Components - https://wiki.openecomp.org - The SDN-C core components contains the SLI, dblib and root pom + SDN-C Core Components + https://wiki.openecomp.org + The SDN-C core components contains the SLI, dblib and root pom - - org.openecomp.sdnc.core - root - 1.0.0-SNAPSHOT - rootpom/pom.xml - + + org.openecomp.sdnc.core + root + 1.0.0-SNAPSHOT + rootpom/pom.xml + - - JIRA - http://jira.openecomp.org/ - + + JIRA + http://jira.openecomp.org/ + - - scm:git:ssh://git@${openecomp.git.host}/sdnc-code.git - scm:git:ssh://${openecomp.git.host}:${openecomp.git.port}/${openecomp.git.project}/sdnc-core.git - ${openecomp.git.protocol}://${openecomp.git.host}/projects/${openecomp.git.project}/repos/sdnc-core/browse - HEAD - + + scm:git:ssh://git@${openecomp.git.host}/sdnc-code.git + scm:git:ssh://${openecomp.git.host}:${openecomp.git.port}/${openecomp.git.project}/sdnc-core.git + ${openecomp.git.protocol}://${openecomp.git.host}/projects/${openecomp.git.project}/repos/sdnc-core/browse + HEAD + - - Jenkins - >https://jenkins.openecomp.org/ - + + Jenkins + >https://jenkins.openecomp.org/ + - - - sdnc-javadoc - dav:https://${openecomp.nexus.host}:${openecomp.nexus.port}/repository/sdn-c-javadoc/${project.artifactId}/${project.version} - - + + + sdnc-javadoc + dav:https://${openecomp.nexus.host}:${openecomp.nexus.port}/repository/sdn-c-javadoc/${project.artifactId}/${project.version} + + - - - + + + - + - org.codehaus.mojo + org.codehaus.mojo - license-maven-plugin + license-maven-plugin - 1.10 + 1.10 - + - false + false - ============LICENSE_START======================================================= + ============LICENSE_START======================================================= - ============LICENSE_END========================================================= + ============LICENSE_END========================================================= - ================================================================================ + ================================================================================ - apache_v2 + apache_v2 - 2017 + 2017 - AT&T Intellectual Property. All rights - reserved. + AT&T Intellectual Property. All rights + reserved. - openECOMP : SDN-C + openECOMP : SDN-C - true + true - true + true - true + true - true + true - + - + - + - first + first - + - update-file-header + update-file-header - + - process-sources + process-sources - + - + - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - https://nexus.openecomp.org - 176c31dfe190a - ecomp-staging - - - - + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + https://nexus.openecomp.org + 176c31dfe190a + ecomp-staging + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.17 + + true + + - - - rootpom - dblib - filters - sli - sliPluginUtils - sliapi - - - AT&T - - 1.0.0-SNAPSHOT + + + + + rootpom + dblib + filters + sli + sliPluginUtils + sliapi + + + AT&T + + 1.0.0-SNAPSHOT -- cgit 1.2.3-korg