diff options
author | Lusheng Ji <lji@research.att.com> | 2017-09-20 03:57:14 +0000 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-09-20 03:57:23 +0000 |
commit | a7a5837b436be8d21d3df9cf177ff525acc54118 (patch) | |
tree | 0467aa244c2e4fb9c617d16a09d2eade7aadfb2e /check-blueprint-vs-input | |
parent | 88648fc9fbdb2eba6982b754b46e9edd3f32579b (diff) |
Update parent ID
Issue-Id: DCAEGEN2-60
Change-Id: I40996ee4766b068568cd1c5978e1fbd0812b34c7
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'check-blueprint-vs-input')
-rw-r--r-- | check-blueprint-vs-input/pom.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/check-blueprint-vs-input/pom.xml b/check-blueprint-vs-input/pom.xml index d3a9e5a..2bf822f 100644 --- a/check-blueprint-vs-input/pom.xml +++ b/check-blueprint-vs-input/pom.xml @@ -123,26 +123,6 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <skipTests>true</skipTests> </configuration> </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>exec-maven-plugin</artifactId> - <version>1.2.1</version> - <configuration> - <executable>${session.executionRootDirectory}/mvn-phase-script.sh</executable> - <environmentVariables> - <!-- make mvn properties as env for our script --> - <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> - <MVN_RAWREPO_SERVERID>${onap.nexus.rawrepo.serverid}</MVN_RAWREPO_SERVERID> - <MVN_DOCKERREGISTRY_DAILY>${onap.nexus.dockerregistry.daily}</MVN_DOCKERREGISTRY_DAILY> - <MVN_DOCKERREGISTRY_RELEASE>${onap.nexus.dockerregistry.release}</MVN_DOCKERREGISTRY_RELEASE> - </environmentVariables> - </configuration> - </plugin> </plugins> </pluginManagement> <plugins> |