aboutsummaryrefslogtreecommitdiffstats
path: root/packages/apex-pdp-package-full
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-09-09 21:01:11 -0400
committerJim Hahn <jrh3@att.com>2020-09-09 21:07:14 -0400
commite470b09426ae9796ccdeb90da7b3c8360f9f1cab (patch)
tree49b6de642bac6404d217710c32816e68ab9bc1c2 /packages/apex-pdp-package-full
parent9d2ba73d6dab144c168237da935d5e41c0035ffb (diff)
Delete apex-client from packaging
The "stage-release" failed due to: 18:51:12 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.1.1:copy (copy-fat-jars) on project apex-pdp-package-full: Unable to find/resolve artifact. Could not find artifact org.onap.policy.apex-pdp.client:apex-client-full:jar:full:2.4.1 in release-mirror (https://nexus.onap.org/content/repositories/public/) -> [Help 1] Removed it from the package, as it is no longer part of apex-pdp. Issue-ID: POLICY-2789 Change-Id: I4089096ab9668af33e885c70e140ce8fc1f51939 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'packages/apex-pdp-package-full')
-rw-r--r--packages/apex-pdp-package-full/pom.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/packages/apex-pdp-package-full/pom.xml b/packages/apex-pdp-package-full/pom.xml
index 7c22a7368..72a89c5d0 100644
--- a/packages/apex-pdp-package-full/pom.xml
+++ b/packages/apex-pdp-package-full/pom.xml
@@ -3,6 +3,7 @@
Copyright (C) 2018 Ericsson. All rights reserved.
Modifications Copyright (C) 2019-2020 Nordix Foundation
Modifications Copyright (C) 2019-2020 Bell Canada.
+ Modifications Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -450,13 +451,6 @@
<classifier>jar-with-dependencies</classifier>
<outputDirectory>${project.build.directory}/lib/applications</outputDirectory>
</artifactItem>
- <artifactItem>
- <groupId>org.onap.policy.apex-pdp.client</groupId>
- <artifactId>apex-client-full</artifactId>
- <version>${project.version}</version>
- <classifier>full</classifier>
- <outputDirectory>${project.build.directory}/lib/applications</outputDirectory>
- </artifactItem>
</artifactItems>
<overWriteReleases>true</overWriteReleases>
<overWriteSnapshots>true</overWriteSnapshots>