Delete apex-client from packaging 40/112440/2
authorJim Hahn <jrh3@att.com>
Thu, 10 Sep 2020 01:01:11 +0000 (21:01 -0400)
committerJim Hahn <jrh3@att.com>
Thu, 10 Sep 2020 01:07:14 +0000 (21:07 -0400)
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>
packages/apex-pdp-package-full/pom.xml

index 7c22a73..72a89c5 100644 (file)
@@ -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.
                                     <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>