diff options
author | Tony Hansen <tony@att.com> | 2017-09-19 05:04:05 +0000 |
---|---|---|
committer | Tony Hansen <tony@att.com> | 2017-09-19 14:18:51 +0000 |
commit | 4b74774b378d9cfaa48d740f92b12bdca2df04b5 (patch) | |
tree | 19aa39d93832e7b0b6b2e184863141a257448e89 /python-discovery-client | |
parent | aeb3db3f70a2465f7cad3a4473a21d603d70b8a5 (diff) |
add tools to support PGaaS integration
add pom files for check-blueprint-vs-input, repackage
fill in deployment step within mvn script
fix warnings generated during jenkins build
Change-Id: Id8d10180a4e32b5125c586804086ea86c3b85a78
Signed-off-by: Tony Hansen <tony@att.com>
Issue: DCAEGEN2-49
Signed-off-by: Tony Hansen <tony@att.com>
Diffstat (limited to 'python-discovery-client')
-rw-r--r-- | python-discovery-client/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python-discovery-client/pom.xml b/python-discovery-client/pom.xml index bdc9ffd..0b05110 100644 --- a/python-discovery-client/pom.xml +++ b/python-discovery-client/pom.xml @@ -131,9 +131,9 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <executable>${session.executionRootDirectory}/mvn-phase-script.sh</executable> <environmentVariables> <!-- make mvn properties as env for our script --> - <MVN_PROJECT_GROUPID>${parent.groupId}</MVN_PROJECT_GROUPID> - <MVN_PROJECT_ARTIFACTID>${parent.artifactId}</MVN_PROJECT_ARTIFACTID> - <MVN_PROJECT_VERSION>${parent.version}</MVN_PROJECT_VERSION> + <MVN_PROJECT_GROUPID>${project.parent.groupId}</MVN_PROJECT_GROUPID> + <MVN_PROJECT_ARTIFACTID>${project.parent.artifactId}</MVN_PROJECT_ARTIFACTID> + <MVN_PROJECT_VERSION>${project.parent.version}</MVN_PROJECT_VERSION> <MVN_NEXUSPROXY>${onap.nexus.url}</MVN_NEXUSPROXY> <MVN_RAWREPO_BASEURL_UPLOAD>${onap.nexus.rawrepo.baseurl.upload}</MVN_RAWREPO_BASEURL_UPLOAD> <MVN_RAWREPO_BASEURL_DOWNLOAD>${onap.nexus.rawrepo.baseurl.download}</MVN_RAWREPO_BASEURL_DOWNLOAD> |