From d206b39f669ff86e469918ef1db5d3e75f4d18d4 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Fri, 31 May 2019 16:12:09 -0400 Subject: Set up for new staging method Set up pom.xml for new staging method Change-Id: I889d5560a416562c75d56cd49f7041a7794e6b62 Issue-ID: CCSDK-1362 Signed-off-by: Timoney, Dan (dt5972) --- .gitignore | 9 ++++++++- pom.xml | 60 +++++++++++++++++++++++++++++++++++------------------------- 2 files changed, 43 insertions(+), 26 deletions(-) diff --git a/.gitignore b/.gitignore index 5ac9468..47fe674 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,10 @@ # IntelliJ .idea/* -*.iml \ No newline at end of file +*.iml +**/*.pyc +**/xunit-results.xml +**/.coverage +**/coverage.xml +**/target +helm/test_config +helm/nosetests.xml diff --git a/pom.xml b/pom.xml index b61513c..ddea89f 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, @@ -19,29 +19,39 @@ limitations under the License. ============LICENSE_END========================================================= --> - 4.0.0 - - org.onap.oparent - oparent - 1.2.3 - - org.onap.ccsdk.platform - plugins - ccsdk-platform-plugins - 1.0.1-SNAPSHOT - http://maven.apache.org - pom - - sshkeyshare - pgaas - dnsdesig - helm - dmaap - - - UTF-8 - http://localhost:9000 - **/*.py - + 4.0.0 + + org.onap.oparent + oparent + 2.0.0 + + org.onap.ccsdk.platform + plugins + ccsdk-platform-plugins + 1.0.1-SNAPSHOT + http://maven.apache.org + pom + + sshkeyshare + pgaas + dnsdesig + helm + dmaap + + + UTF-8 + http://localhost:9000 + **/*.py + + + + ecomp-releases + https://nexus.onap.org/content/repositories/releases + + + ecomp-snapshots + https://nexus.onap.org/content/repositories/snapshots + + -- cgit 1.2.3-korg