Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

References

Purpose

To move “dmi-plugin-demo-and-csit-stub“module from onap/cps repository to onap/cps/ncmp-dmi-plugin

Nexus References

https://nexus3.onap.org/

https://nexus.onap.org/content/repositories/snapshots/org/onap/cps

Change of events, timelines and other information

TODO: add removal of module from CPS time and order of this might be important

...

Date

...

Change

...

Merge master job status

...

Comment

...

Target Project Structure (NCMP-DMI-Plugin)

add link to seconf patch

...

PASS

...

Job was working fine at this point.

...

Converted NCMP-DMI-Plugin to use modular structure

...

FAIL

...

merge master job started to fail from this point.

...

Moved the module from CPS into NCM-DMI-Plugin repo

...

FAIL

...

Renamed newly introduced module into NCMP-DMI-Plugin

...

FAIL

Ramed modules from-> to

Support ticket for this request: IT-27489 [Linux Foundation] [Public]

Table of Contents

References

Purpose

The purpose of this patch is to move the "dmi-plugin-demo-and-csit-stub" module from the CPS Repository to the NCMP-DMI-Plugin Repository.

Nexus References

Change of events, timelines and other information

Removal of module from CPS to DMI with timeline and other details

CI-Managment Configuration Comparison

Comparing the config files in ci-management repo we noticed these main differences between the 2 projects

Key

cps-java-17
Value

cps-ncmp-dmi-plugin-java17
Value

Notes

mvn-snapshot-id

Not defined

"ecomp-snapshots"

nexus-snapshot-repo

Not defined

"snapshots"

Origin Project Structure (CPS)

The following outlines the module names and their structure as they existed in the point of origin (CPS Repository).

CPS Version at the time: 3.5.2-SNAPSHOT

Code Block
languagejs
(root: cps-aggregator)
├── …
├── dmi-plugin-demo-and-csit-stub/
│   ├── dmi-plugin-demo-and-csit-stub-app/
│   │   ├── src/main/java/org/onap/cps/ncmp/dmi/rest/stub
│   │   │   └── ...
│   │   └── pom.xml
│   ├── dmi-plugin-demo-and-csit-stub-service/
│   │   ├── src/main/java/org/onap/cps/ncmp/dmi/rest/stub
│   │   │   └── ...
│	│	└── pom.xml
│   └── pom.xml
└── pom.xml

Target Project Structure (NCMP-DMI-Plugin)

The following outlines the names and structure of the target project prior to the change (NCMP-DMI-Plugin Repository).

Important Note:
This project did not contain any modules at this point in time.

Expand
titleUpload files to Nexus (Successfully uploaded)

OT/ncmp-dmi-plugin-1.6.0-20240627.073350-54.jar.sha1 (40.0 b)
07:34:01 Attempting to upload org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-20240627.073350-54.jar.md5 (32.0 b)
07:34:01 Attempting to upload org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-20240627.073350-54.pom (29.38 kb)
07:34:01 Attempting to upload org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-20240627.073350-54.pom.sha1 (40.0 b)
07:34:01 Attempting to upload org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-20240627.073350-54.pom.md5 (32.0 b)
07:34:01 Attempting to upload org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/maven-metadata.xml.sha1 (40.0 b)
07:34:01 Attempting to upload org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/maven-metadata.xml.md5 (32.0 b)
07:34:02 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/maven-metadata.xml
07:34:02 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/maven-metadata.xml.sha1
07:34:02 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/maven-metadata.xml.md5
07:34:02 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/maven-metadata.xml
07:34:02 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-20240627.073350-54.jar
07:34:02 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-20240627.073350-54.jar.sha1
07:34:02 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-20240627.073350-54.jar.md5
07:34:02 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-20240627.073350-54.pom
07:34:02 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-20240627.073350-54.pom.sha1
07:34:02 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-20240627.073350-54.pom.md5
07:34:02 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/maven-metadata.xml.sha1
07:34:02 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/maven-metadata.xml.md5
07:34:02 Finished deploying /w/workspace/cps-ncmp-dmi-plugin-maven-merge-master/m2repo to https://nexus.onap.org/content/repositories/snapshots
07:34:02 #######################################################

Converted NCMP-DMI-Plugin to use modular structure

A patch was introduced to implement Maven modules in this project. This change consolidated the entire service into a single module.

DMI Version: 1.6.0-SNAPSHOT

Code Block
(root: ncmp-dmi-plugin)
├── dmi-service/
│   ├── src/main/java/org/onap/cps/ncmp/dmi/
│   │   └── ...
│   └── pom.xml
└── pom.xml

Outcome:
After this change, the merge job began failing.

Logs for Failure:
Console Log for cps-ncmp-dmi-plugin-maven-merge-master #1334(Jenkins)

Expand
titleUpload files to Nexus (Failed to upload to Nexus with status code: 403)

11:15:23 #######################################################
11:15:23 Deploying directory /w/workspace/cps-ncmp-dmi-plugin-maven-merge-master/m2repo to https://nexus.onap.org/content/repositories/snapshots
11:15:23 Attempting to upload org/onap/cps/ncmp-dmi-plugin/maven-metadata.xml (627.0 b)
11:15:23 Attempting to upload org/onap/cps/ncmp-dmi-plugin/maven-metadata.xml.sha1 (40.0 b)
11:15:23 Attempting to upload org/onap/cps/ncmp-dmi-plugin/maven-metadata.xml.md5 (32.0 b)
11:15:23 Attempting to upload org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/maven-metadata.xml (780.0 b)
11:15:23 Attempting to upload org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-20240627.111215-55.pom (1.73 kb)
11:15:23 Attempting to upload org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-20240627.111215-55.pom.sha1 (40.0 b)
11:15:23 Attempting to upload org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-20240627.111215-55.pom.md5 (32.0 b)
11:15:23 Attempting to upload org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/maven-metadata.xml.sha1 (40.0 b)
11:15:23 Attempting to upload org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/maven-metadata.xml.md5 (32.0 b)
11:15:23 Attempting to upload org/onap/cps/dmi-service/maven-metadata.xml (283.0 b)
11:15:23 Attempting to upload org/onap/cps/dmi-service/maven-metadata.xml.sha1 (40.0 b)
11:15:23 Attempting to upload org/onap/cps/dmi-service/maven-metadata.xml.md5 (32.0 b)
11:15:23 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240627.111512-1.jar (63.12 mb)
11:15:23 ERROR: Uploading org/onap/cps/dmi-service/maven-metadata.xml: Failed to upload to Nexus with status code: 403.
11:15:23
11:15:23 org/onap/cps/dmi-service/maven-metadata.xml
11:15:23 ERROR: Uploading org/onap/cps/dmi-service/maven-metadata.xml.sha1: Failed to upload to Nexus with status code: 403.
11:15:23
11:15:23 org/onap/cps/dmi-service/maven-metadata.xml.sha1
11:15:23 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240627.111512-1.jar.sha1 (40.0 b)
11:15:23 ERROR: Uploading org/onap/cps/dmi-service/maven-metadata.xml.md5: Failed to upload to Nexus with status code: 403.
11:15:23
11:15:23 org/onap/cps/dmi-service/maven-metadata.xml.md5
11:15:23 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240627.111512-1.jar.md5 (32.0 b)
11:15:23 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240627.111512-1.jar.sha1: Failed to upload to Nexus with status code: 403.
11:15:23
11:15:23 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240627.111512-1.jar.sha1
11:15:23 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240627.111512-1.jar.md5: Failed to upload to Nexus with status code: 403.
11:15:23
11:15:23 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240627.111512-1.jar.md5
11:15:23 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240627.111512-1.pom (28.25 kb)
11:15:23 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240627.111512-1.pom.sha1 (40.0 b)
11:15:23 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240627.111512-1.pom: Failed to upload to Nexus with status code: 403.
11:15:23
11:15:23 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240627.111512-1.pom
11:15:23 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240627.111512-1.pom.md5 (32.0 b)
11:15:23 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240627.111512-1.pom.sha1: Failed to upload to Nexus with status code: 403.
11:15:23
11:15:23 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240627.111512-1.pom.sha1
11:15:23 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml (773.0 b)
11:15:23 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240627.111512-1.pom.md5: Failed to upload to Nexus with status code: 403.
11:15:23
11:15:23 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240627.111512-1.pom.md5
11:15:23 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml.sha1 (40.0 b)
11:15:23 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml: Failed to upload to Nexus with status code: 403.
11:15:23
11:15:23 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml
11:15:23 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml.sha1: Failed to upload to Nexus with status code: 403.
11:15:23
11:15:23 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml.sha1
11:15:23 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml.md5 (32.0 b)
11:15:23 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml.md5: Failed to upload to Nexus with status code: 403.
11:15:23
11:15:23 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml.md5
11:15:23 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240627.111512-1.jar: Failed to upload to Nexus with status code: 403.
11:15:23
11:15:23 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240627.111512-1.jar
11:15:23 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/maven-metadata.xml
11:15:23 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/maven-metadata.xml.sha1
11:15:23 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/maven-metadata.xml.md5
11:15:23 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/maven-metadata.xml
11:15:23 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-20240627.111215-55.pom
11:15:23 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-20240627.111215-55.pom.sha1
11:15:23 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-20240627.111215-55.pom.md5
11:15:23 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/maven-metadata.xml.sha1
11:15:23 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/maven-metadata.xml.md5
11:15:23 ERROR: Failed to upload to Nexus with status code: 403.
11:15:23
11:15:23 org/onap/cps/dmi-service/maven-metadata.xml
11:15:24 Build step 'Execute shell' marked build as failure

Moved the module from CPS into NCM-DMI-Plugin repo

This patch was created to move the "dmi-plugin-demo-and-csit-stub" module from the CPS Repository to the NCMP-DMI-Plugin Repository.

DMI Version: 1.6.0-SNAPSHOT

Current Status:
The merge job is still failing.

Code Block
languagehtml
(root: ncmp-dmi-plugin)
├── dmi-service/
│   ├── src/main/java/org/onap/cps/ncmp/dmi/
│   │   └── ...
│   └── pom.xml
├── dmi-plugin-demo-and-csit-stub/
│   ├── dmi-plugin-demo-and-csit-stub-app/
│   │   ├── src/main/java/org/onap/cps/ncmp/dmi/rest/stub
│   │   │   └── ...
│   │   └── pom.xml
│   ├── dmi-plugin-demo-and-csit-stub-service/
│   │   ├── src/main/java/org/onap/cps/ncmp/dmi/rest/stub
│   │   │   └── ...
│	│	└── pom.xml
│   └── pom.xml
└── pom.xml

Logs for Failure:
Console Log for cps-ncmp-dmi-plugin-maven-merge-master #1350(Jenkins)

Expand
titleUpload files to Nexus (Failed to upload to Nexus with status code: 403)

13:06:07 -----> Upload files to Nexus
13:06:08 #######################################################
13:06:08 Deploying directory /w/workspace/cps-ncmp-dmi-plugin-maven-merge-master/m2repo to https://nexus.onap.org/content/repositories/snapshots
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-app/maven-metadata.xml (487.0 b)
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-app/maven-metadata.xml.sha1 (40.0 b)
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-app/maven-metadata.xml.md5 (32.0 b)
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-app/maven-metadata.xml: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub-app/maven-metadata.xml
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-20240712.130557-1.jar (5.22 kb)
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-app/maven-metadata.xml.sha1: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub-app/maven-metadata.xml.sha1
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-20240712.130557-1.jar.sha1 (40.0 b)
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-app/maven-metadata.xml.md5: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub-app/maven-metadata.xml.md5
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-20240712.130557-1.jar.md5 (32.0 b)
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-20240712.130557-1.jar: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-20240712.130557-1.jar
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-20240712.130557-1.pom (4.71 kb)
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-20240712.130557-1.jar.sha1: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-20240712.130557-1.jar.sha1
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-20240712.130557-1.jar.md5: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-20240712.130557-1.jar.md5
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-20240712.130557-1.pom.sha1 (40.0 b)
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-20240712.130557-1.pom.md5 (32.0 b)
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-20240712.130557-1.pom: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-20240712.130557-1.pom
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/maven-metadata.xml (795.0 b)
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-20240712.130557-1.pom.sha1: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-20240712.130557-1.pom.sha1
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/maven-metadata.xml.sha1 (40.0 b)
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-20240712.130557-1.pom.md5: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-20240712.130557-1.pom.md5
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/maven-metadata.xml.md5 (32.0 b)
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/maven-metadata.xml: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/maven-metadata.xml
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-service/maven-metadata.xml (491.0 b)
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/maven-metadata.xml.sha1: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/maven-metadata.xml.sha1
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-service/maven-metadata.xml.sha1 (40.0 b)
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/maven-metadata.xml.md5: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/maven-metadata.xml.md5
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-service/maven-metadata.xml: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub-service/maven-metadata.xml
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-service/maven-metadata.xml.md5 (32.0 b)
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-20240712.130554-1.jar (26.15 kb)
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-service/maven-metadata.xml.sha1: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub-service/maven-metadata.xml.sha1
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-20240712.130554-1.jar.sha1 (40.0 b)
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-20240712.130554-1.jar.md5 (32.0 b)
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-service/maven-metadata.xml.md5: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub-service/maven-metadata.xml.md5
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-20240712.130554-1.jar: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-20240712.130554-1.jar
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-20240712.130554-1.pom (5.87 kb)
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-20240712.130554-1.jar.sha1: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-20240712.130554-1.jar.sha1
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-20240712.130554-1.pom.sha1 (40.0 b)
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-20240712.130554-1.jar.md5: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-20240712.130554-1.jar.md5
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-20240712.130554-1.pom.sha1: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-20240712.130554-1.pom.sha1
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-20240712.130554-1.pom.md5 (32.0 b)
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-20240712.130554-1.pom: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-20240712.130554-1.pom
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/maven-metadata.xml (799.0 b)
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/maven-metadata.xml.sha1 (40.0 b)
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-20240712.130554-1.pom.md5: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-20240712.130554-1.pom.md5
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/maven-metadata.xml: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/maven-metadata.xml
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/maven-metadata.xml.md5 (32.0 b)
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub/maven-metadata.xml (483.0 b)
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/maven-metadata.xml.sha1: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/maven-metadata.xml.sha1
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/maven-metadata.xml.md5: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/maven-metadata.xml.md5
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub/maven-metadata.xml.sha1 (40.0 b)
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub/maven-metadata.xml.md5 (32.0 b)
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub/maven-metadata.xml: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub/maven-metadata.xml
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-1.6.0-20240712.130549-1.pom (1.73 kb)
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub/maven-metadata.xml.sha1: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub/maven-metadata.xml.sha1
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub/maven-metadata.xml.md5: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub/maven-metadata.xml.md5
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-1.6.0-20240712.130549-1.pom.sha1 (40.0 b)
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-1.6.0-20240712.130549-1.pom.md5 (32.0 b)
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-1.6.0-20240712.130549-1.pom: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-1.6.0-20240712.130549-1.pom
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub/1.6.0-SNAPSHOT/maven-metadata.xml (618.0 b)
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-1.6.0-20240712.130549-1.pom.sha1: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub

...

-1.6.0-20240712.130549-1.pom.sha1
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub

...

-1.6.0-20240712.130549-1.pom.md5: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-

...

Jul 12 1:59 PM

...

1.6.0-20240712.130549-1.pom.md5
13:06:08 Attempting to upload org/onap/cps/

...

dmi-plugin

...

FAILED

Merged

...

Aug 06 1:46 PM

...

-

...

demo-and-csit-

...

PASSED

...

Merged

Origin Project Structure (CPS)

Below shows names and the structure of the modules (we wanted to move) as they existed in the point of origin (CPS Repo)
The CPS Version at the time was: 3.5.2-SNAPSHOT

Code Block
(root: cps-aggregator) ├── … ├──

stub/1.6.0-SNAPSHOT/maven-metadata.xml.sha1 (40.0 b)
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub

/ │ ├──

/1.6.0-SNAPSHOT/maven-metadata.xml.md5 (32.0 b)
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub

-app/ │ │ ├── src/main/java/org/onap/cps/ncmp/dmi/rest/stub │ │ │ └── ... │ │ └── pom.xml │ ├──

/1.6.0-SNAPSHOT/maven-metadata.xml: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub

-service/ │ │ ├── src/main/java/

/1.6.0-SNAPSHOT/maven-metadata.xml
13:06:08 Attempting to upload org/onap/cps/ncmp

/

-dmi

/rest/stub │ │ │ └── ... │ │ └── pom.xml │ └── pom.xml └── pom.xml

Target Project Structure (NCMP-DMI-Plugin)

Below shows names and the structure of target project before the change (NCMP-DMI-Plugin repo)

please note this projet did not have any modules up to this point in time!¬

...

-plugin/maven-metadata.xml (627.0 b)
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub/1.6.0-SNAPSHOT

...

Code Block
Expand
titleUpload files to Nexus (Successfully uploaded)
(root: ncmp-dmi-plugin) ├── src/main/java/

/maven-metadata.xml.sha1: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub/1.6.0-SNAPSHOT/maven-metadata.xml.sha1
13:06:08 Attempting to upload org/onap/cps/ncmp

/

-dmi

/ │ └── ... └── pom.xml

Last successful merge job log: https://jenkins.onap.org/job/cps-ncmp-dmi-plugin-maven-merge-master/lastSuccessfulBuild/consoleFull

07:34:01 #######################################################
07:34:01 Deploying directory /w/workspace/cps-ncmp-dmi-plugin-maven-merge-master/m2repo to https://nexus.onap.org/content/repositories/snapshots
07:34:01 -plugin/maven-metadata.xml.sha1 (40.0 b)
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub/1.6.0-SNAPSHOT/maven-metadata.xml.md5: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub/1.6.0-SNAPSHOT/maven-metadata.xml.md5
13:06:08 Attempting to upload org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/maven-metadata.xml (627606.0 b)
0713:3406:01 08 Attempting to upload org/onap/cps/ncmp-dmi-plugin/maven-metadata.xml.sha1 md5 (4032.0 b)
0713:3406:01 08 Attempting to upload org/onap/cps/ncmp-dmi-plugin/maven-metadata.xml.md5 (32.0 b)
07:34:01 1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-20240712.130406-71.pom (1.77 kb)
13:06:08 Attempting to upload org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/maven-metadata.xml (780ncmp-dmi-plugin-1.6.0-20240712.130406-71.pom.sha1 (40.0 b)
0713:3406:01 08 Attempting to upload org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-2024062720240712.073350130406-5471.pom.jar md5 (6332.12 mb0 b)
0713:3406:01 08 Attempting to upload org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-20240627.073350-54.jar.maven-metadata.xml.sha1 (40.0 b)
0713:3406:01 09 Attempting to upload org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-20240627.073350-54.jar.md5 (32maven-metadata.xml.md5 (32.0 b)
13:06:09 Attempting to upload org/onap/cps/dmi-service/maven-metadata.xml (283.0 b)
13:06:09 Attempting to upload org/onap/cps/dmi-service/maven-metadata.xml.sha1 (40.0 b)
0713:3406:01 09 Attempting to upload org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-20240627.073350-54.pom (29.38 kb)
07:34:01 Attempting to upload service/maven-metadata.xml.md5 (32.0 b)
13:06:09 ERROR: Uploading org/onap/cps/ncmp-dmi-pluginservice/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-20240627.073350-54.pom.sha1 (40.0 b)
07:34:01 maven-metadata.xml: Failed to upload to Nexus with status code: 403.
13:06:09
13:06:09 org/onap/cps/dmi-service/maven-metadata.xml
13:06:09 Attempting to upload org/onap/cps/ncmp-dmi-pluginservice/1.6.0-SNAPSHOT/ncmp-dmi-pluginservice-1.6.0-2024062720240712.073350130549-54.pom1.md5 jar (3263.0 b12 mb)
07:34:01 Attempting to upload 13:06:09 ERROR: Uploading org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOTservice/maven-metadata.xml.sha1: Failed to upload to Nexus with status code: 403.
13:06:09
13:06:09 org/onap/cps/dmi-service/maven-metadata.xml.sha1 (40.0 b)
07:34:01
13:06:09 Attempting to upload org/onap/cps/ncmp-dmi-pluginservice/1.6.0-SNAPSHOT/maven-metadata.xml.md5 (32dmi-service-1.6.0-20240712.130549-1.jar.sha1 (40.0 b)
07:34:02 Successfully uploaded 13:06:09 ERROR: Uploading org/onap/cps/ncmp-dmi-pluginservice/maven-metadata.xml
07:34:02 Successfully uploaded .md5: Failed to upload to Nexus with status code: 403.
13:06:09
13:06:09 org/onap/cps/ncmp-dmi-pluginservice/maven-metadata.xml.sha1md5
0713:34:02 Successfully uploaded 06:09 Attempting to upload org/onap/cps/ncmp-dmi-plugin/maven-metadata.xml.md5
07:34:02 Successfully uploaded dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240712.130549-1.jar.md5 (32.0 b)
13:06:09 ERROR: Uploading org/onap/cps/ncmp-dmi-pluginservice/1.6.0-SNAPSHOT/maven-metadata.xml
07:34:02 Successfully uploaded dmi-service-1.6.0-20240712.130549-1.jar.sha1: Failed to upload to Nexus with status code: 403.
13:06:09
13:06:09 org/onap/cps/ncmp-dmi-pluginservice/1.6.0-SNAPSHOT/ncmp-dmi-pluginservice-1.6.0-2024062720240712.073350130549-541.jar.sha1
0713:34:02 Successfully uploaded 06:09 Attempting to upload org/onap/cps/ncmp-dmi-pluginservice/1.6.0-SNAPSHOT/ncmp-dmi-pluginservice-1.6.0-2024062720240712.073350130549-541.jar.sha1
07:34:02 Successfully uploaded pom (28.25 kb)
13:06:09 ERROR: Uploading org/onap/cps/ncmp-dmi-pluginservice/1.6.0-SNAPSHOT/ncmp-dmi-pluginservice-1.6.0-2024062720240712.073350130549-541.jar.md5
07:34:02 Successfully uploaded : Failed to upload to Nexus with status code: 403.
13:06:09
13:06:09 org/onap/cps/ncmp-dmi-pluginservice/1.6.0-SNAPSHOT/ncmp-dmi-pluginservice-1.6.0-2024062720240712.073350130549-541.jar.pommd5
0713:34:02 Successfully uploaded 06:09 Attempting to upload org/onap/cps/ncmp-dmi-pluginservice/1.6.0-SNAPSHOT/ncmp-dmi-pluginservice-1.6.0-2024062720240712.073350130549-541.pom.sha1
07:34:02 Successfully uploaded (40.0 b)
13:06:09 ERROR: Uploading org/onap/cps/ncmp-dmi-pluginservice/1.6.0-SNAPSHOT/ncmp-dmi-pluginservice-1.6.0-2024062720240712.073350130549-541.pom.md5
07:34:02 Successfully uploaded : Failed to upload to Nexus with status code: 403.
13:06:09
13:06:09 org/onap/cps/ncmp-dmi-pluginservice/1.6.0-SNAPSHOT/maven-metadata.xml.sha1
07:34:02 Successfully uploaded dmi-service-1.6.0-20240712.130549-1.pom
13:06:09 Attempting to upload org/onap/cps/ncmp-dmi-pluginservice/1.6.0-SNAPSHOT/mavendmi-service-metadata1.xml.md5
07:34:02 Finished deploying /w/workspace/cps-ncmp-dmi-plugin-maven-merge-master/m2repo to https://nexus.onap.org/content/repositories/snapshots
07:34:02 #######################################################

Converted NCMP-DMI-Plugin to use modular structure

This patch introduced the concept of maven modules in this project ie. the whole service was moved into in a single module

Upload files to Nexus (
Code Block
Expand
title(root: ncmp-dmi-plugin) ├── dmi-service/ │ ├── src/main/java/

6.0-20240712.130549-1.pom.md5 (32.0 b)
13:06:09 ERROR: Uploading org/onap/cps/

ncmp/dmi/ │ │ └── ... │ └── pom.xml └── pom.xml

NOW the merge job started to fail!

https://logs.onap.org/production/vex-yul-ecomp-jenkins-1/cps-ncmp-dmi-plugin-maven-merge-master/1334/console-timestamp.log.gz

)

dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240712.130549-1.pom.sha1: Failed to upload to Nexus with status code: 403.
13:06:09
13:06:09 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240712.130549-1.pom.sha1
13:06:09 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240712.130549-1.pom.md5: Failed to upload to Nexus with status code: 403

.
1113:1506:23 #######################################################09
1113:15:23 Deploying directory /w/workspace/cps-ncmp-dmi-plugin-maven-merge-master/m2repo to https://nexus.onap.org/content/repositories/snapshots
11:15:23 Attempting to upload org/onap/cps/ncmp-dmi-plugin/maven-metadata.xml (627.0 b)
11:15:23 06:09 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240712.130549-1.pom.md5
13:06:09 Attempting to upload org/onap/cps/ncmp-dmi-pluginservice/maven-metadata1.xml6.sha1 (40.0 b)
11:15:23 Attempting to upload org/onap/cps/ncmp-dmi-plugin-SNAPSHOT/maven-metadata.xml .md5 (32773.0 b)
1113:1506:23 09 Attempting to upload org/onap/cps/ncmp-dmi-pluginservice/1.6.0-SNAPSHOT/maven-metadata.xml.sha1 (78040.0 b)
11:15:23 Attempting to upload 13:06:09 ERROR: Uploading org/onap/cps/ncmp-dmi-pluginservice/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-20240627.111215-55.pom (1.73 kb)
11:15:23 Attempting to upload maven-metadata.xml: Failed to upload to Nexus with status code: 403.
13:06:09
13:06:09 org/onap/cps/ncmp-dmi-pluginservice/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-20240627.111215-55.pom.sha1 (40.0 b)
11:15:23 maven-metadata.xml
13:06:09 Attempting to upload org/onap/cps/ncmp-dmi-pluginservice/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-20240627.111215-55.pom.maven-metadata.xml.md5 (32.0 b)
11:15:23 Attempting to upload 13:06:09 ERROR: Uploading org/onap/cps/ncmp-dmi-pluginservice/1.6.0-SNAPSHOT/maven-metadata.xml.sha1 (40.0 b)
11:15:23 Attempting to upload : Failed to upload to Nexus with status code: 403.
13:06:09
13:06:09 org/onap/cps/ncmp-dmi-pluginservice/1.6.0-SNAPSHOT/maven-metadata.xml.md5 (32.0 b)
11:15:23 Attempting to upload sha1
13:06:09 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml (283.0 b)
11:15:23 Attempting to upload .md5: Failed to upload to Nexus with status code: 403.
13:06:09
13:06:09 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml.sha1 (40.0 b)
11:15:23 Attempting to upload md5
13:06:09 ERROR: Uploading org/onap/cps/dmi-service/maven-metadata.xml.md5 (32.0 b)
11:15:23 Attempting to upload /1.6.0-SNAPSHOT/dmi-service-1.6.0-20240712.130549-1.jar: Failed to upload to Nexus with status code: 403.
13:06:09
13:06:09 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-2024062720240712.111512130549-1.jar (63.12 mb)
11:15:23 ERROR: Uploading
13:06:09 ERROR: Failed to upload to Nexus with status code: 403.
13:06:09
13:06:09 org/onap/cps/dmi-serviceplugin-demo-and-csit-stub-app/maven-metadata.xml: Failed to upload to Nexus with status code: 403.
11:15:23
11:15:23 org/onap/cps/dmi-service/maven-metadata.xml
11:15:23 ERROR: Uploading org/onap/cps/dmi-service/maven-metadata.xml.sha1: Failed to upload to Nexus with status code: 403.
11:15:23
11:15:23 org/onap/cps/dmi-service/maven-metadata.xml.sha1
11:15:23 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240627.111512-1.jar.sha1 (40.0 b)
11:15:23 ERROR: Uploading org/onap/cps/dmi-service/maven-metadata.xml.md5: Failed to upload to Nexus with status code: 403.
11:15:23
11:15:23 org/onap/cps/dmi-service/maven-metadata.xml.md5
11:15:23 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240627.111512-1.jar.md5 (32.0 b)
11:15:23 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240627.111512-1.jar.sha1:
13:06:09 Build step 'Execute shell' marked build as failure

Renamed newly introduced module into NCMP-DMI-Plugin

This patch was created to rename the "dmi-plugin-demo-and-csit-stub" module and its sub-modules. For additional details, please refer to Change of Events #6 in the "comment" column.

DMI Version: 1.6.0-SNAPSHOT

Current Status:
The merge job is still failing.

Code Block
languagehtml
(root: ncmp-dmi-plugin)
├── dmi-service/
│   ├── src/main/java/org/onap/cps/ncmp/dmi/
│   │   └── ...
│   └── pom.xml
├── dmi-stub/
│   ├── dmi-stub-app/
│   │   ├── src/main/java/org/onap/cps/ncmp/dmi/rest/stub
│   │   │   └── ...     
│   │   └── pom.xml
│   ├── dmi-stub-service/
│   │   ├── src/main/java/org/onap/cps/ncmp/dmi/rest/stub
│   │   │   └── ...
│	│	└── pom.xml
│   └── pom.xml
└── pom.xml

Logs for Failure:
Console Log for cps-ncmp-dmi-plugin-maven-merge-master #1519(Jenkins)

.
Expand
titleUpload files to Nexus (Failed to upload to Nexus with status code: 403
)

1110:1545:23 56 #######################################################
1110:15:23 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240627.111512-1.jar.sha1
11:15:23 ERROR: Uploading 45:56 Deploying directory /w/workspace/cps-ncmp-dmi-plugin-maven-merge-master/m2repo to https://nexus.onap.org/content/repositories/snapshots
10:45:56 Attempting to upload org/onap/cps/ncmp-dmi-serviceplugin/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240627.111512-1.jar.md5: Failed to upload to Nexus with status code: 403.
11:15:23
11:15:23 maven-metadata.xml (667.0 b)
10:45:56 Attempting to upload org/onap/cps/ncmp-dmi-plugin/maven-metadata.xml.sha1 (40.0 b)
10:45:56 Attempting to upload org/onap/cps/ncmp-dmi-serviceplugin/1maven-metadata.6.0-SNAPSHOT/dmi-service-1.6.0-20240627.111512-1.jar.md5
11:15:23 xml.md5 (32.0 b)
10:45:56 Attempting to upload org/onap/cps/ncmp-dmi-serviceplugin/1.6.0-SNAPSHOT/dmimaven-service-1.6.0-20240627.111512-1.pom (28.25 kb)
11:15:23 metadata.xml (608.0 b)
10:45:56 Attempting to upload org/onap/cps/ncmp-dmi-serviceplugin/1.6.0-SNAPSHOT/ncmp-dmi-serviceplugin-1.6.0-2024062720241121.111512104348-1235.pom .sha1 (408.0 b79 kb)
1110:15:23 ERROR: Uploading 45:56 Attempting to upload org/onap/cps/ncmp-dmi-serviceplugin/1.6.0-SNAPSHOT/ncmp-dmi-serviceplugin-1.6.0-2024062720241121.111512104348-1235.pom: Failed to upload to Nexus with status code: 403.
11:15:23
11:15:23 .sha1 (40.0 b)
10:45:56 Attempting to upload org/onap/cps/ncmp-dmi-serviceplugin/1.6.0-SNAPSHOT/ncmp-dmi-serviceplugin-1.6.0-2024062720241121.111512104348-1235.pom
11:15:23 .md5 (32.0 b)
10:45:56 Attempting to upload org/onap/cps/ncmp-dmi-serviceplugin/1.6.0-SNAPSHOT/dmi-service-maven-metadata.xml.sha1 (40.0 b)
10:45:56 Attempting to upload org/onap/cps/ncmp-dmi-plugin/1.6.0-20240627.111512-1.pomSNAPSHOT/maven-metadata.xml.md5 (32.0 b)
1110:15:23 ERROR: Uploading 45:56 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOTmaven-metadata.xml (283.0 b)
10:45:56 Attempting to upload org/onap/cps/dmi-service/maven-1.6.0-20240627.111512-1.pom.sha1metadata.xml.sha1 (40.0 b)
10:45:56 ERROR: Uploading org/onap/cps/dmi-service/maven-metadata.xml: Failed to upload to Nexus with status code: 403.
1110:1545:23 56
1110:1545:23 56 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240627.111512-1.pom.sha1
11:15:23 maven-metadata.xml
10:45:56 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml.md5 (77332.0 b)
1110:15:23 ERROR: Uploading 45:56 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-2024062720241121.111512104533-1.pom.md5: Failed to upload to Nexus with status code: 403.
11:15:23
11:15:23 sha1 (40.0 b)
10:45:56 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-2024062720241121.111512104533-1.pom .md5
11:15:23 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml.sha1 (40.0 b)
11:15:23 (27.54 kb)
10:45:56 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml.sha1: Failed to upload to Nexus with status code: 403.
1110:1545:23 56
1110:1545:23 56 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml.sha1
1110:1545:23 56 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml.sha1md5: Failed to upload to Nexus with status code: 403.
1110:1545:23 56
1110:1545:23 56 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml.sha1md5
1110:1545:23 56 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml.md5 (32.0 b)
11:15:23 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml.md5: Failed to upload to Nexus with status code: 403.
11:15:23
11:15:23 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml.md5
11:15:23 20241121.104533-1.pom.md5 (32.0 b)
10:45:56 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-2024062720241121.111512104533-1.pom.jarsha1: Failed to upload to Nexus with status code: 403.
1110:1545:23 56
1110:1545:23 56 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-2024062720241121.111512104533-1.pom.jarsha1
1110:15:23 Successfully uploaded 45:56 Attempting to upload org/onap/cps/ncmp-dmi-plugin/maven-metadata.xml
11:15:23 Successfully uploaded dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20241121.104533-1.jar (63.14 mb)
10:45:56 ERROR: Uploading org/onap/cps/ncmp-dmi-plugin/maven-metadata.xml.sha1
11:15:23 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/maven-metadata.xml.md5
11:15:23 Successfully uploaded /dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20241121.104533-1.pom: Failed to upload to Nexus with status code: 403.
10:45:56
10:45:56 org/onap/cps/ncmp-dmi-pluginservice/1.6.0-SNAPSHOT/maven-metadata.xml
11:15:23 Successfully uploaded dmi-service-1.6.0-20241121.104533-1.pom
10:45:56 Attempting to upload org/onap/cps/ncmp-dmi-pluginservice/1.6.0-SNAPSHOT/ncmp-dmi-pluginservice-1.6.0-2024062720241121.111215-55.pom
11:15:23 Successfully uploaded 104533-1.jar.sha1 (40.0 b)
10:45:56 ERROR: Uploading org/onap/cps/ncmp-dmi-pluginservice/1.6.0-SNAPSHOT/ncmp-dmi-pluginservice-1.6.0-2024062720241121.111215104533-551.pom.sha1
11:15:23 Successfully uploaded md5: Failed to upload to Nexus with status code: 403.
10:45:56
10:45:56 org/onap/cps/ncmp-dmi-pluginservice/1.6.0-SNAPSHOT/ncmp-dmi-pluginservice-1.6.0-2024062720241121.111215104533-551.pom.md5
1110:15:23 Successfully uploaded 45:57 Attempting to upload org/onap/cps/ncmp-dmi-pluginservice/1.6.0-SNAPSHOT/maven-metadata.xml.sha1
11:15:23 Successfully uploaded dmi-service-1.6.0-20241121.104533-1.jar.md5 (32.0 b)
10:45:57 ERROR: Uploading org/onap/cps/ncmp-dmi-pluginservice/1.6.0-SNAPSHOT/maven-metadata.xml.md5
11:15:23 ERROR: dmi-service-1.6.0-20241121.104533-1.jar.sha1: Failed to upload to Nexus with status code: 403.
1110:1545:23
11:15:23 org/onap/cps/dmi-service/maven-metadata.xml
11:15:24 Build step 'Execute shell' marked build as failure

ADD Remove of Module in CPS ?!!

Moved the module from CPS into NCM-DMI-Plugin repo

This patch added a copy of the

138400: Relocation of DMI Stub to DMI Plugin | https://gerrit.onap.org/r/c/cps/ncmp-dmi-plugin/+/138400

Upload files to Nexus (
Code Block
languagehtml
Expand
title(root: ncmp-dmi-plugin) ├── dmi-service/ │ ├── src/main/java/

57
10:45:57 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20241121.104533-1.jar.sha1
10:45:57 Attempting to upload org/onap/cps/

ncmp/

dmi

/ │ │ └── ... │ └── pom.xml ├── dmi-plugin-demo-and-csit-stub/ │ ├── dmi-plugin-demo-and-csit-stub-app/ │ │ ├── src/main/java/

-service/1.6.0-SNAPSHOT/maven-metadata.xml (773.0 b)
10:45:57 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20241121.104533-1.jar.md5: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57 org/onap/cps/

ncmp/

dmi

/rest/stub │ │ │ └── ... │ │ └── pom.xml │ ├── dmi-plugin-demo-and-csit-stub-service/ │ │ ├── src/main/java/

-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20241121.104533-1.jar.md5
10:45:57 Attempting to upload org/onap/cps

/ncmp

/dmi

/rest/stub │ │ │ └── ... │ │ └── pom.xml │ └── pom.xml └── pom.xml

https://logs.onap.org/production/vex-yul-ecomp-jenkins-1/cps-ncmp-dmi-plugin-maven-merge-master/1350/console-timestamp.log.gz

)

-service/1.6.0-SNAPSHOT/maven-metadata.xml.sha1 (40.0 b)
10:45:57 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml: Failed to upload to Nexus with status code: 403

13:06:07 -----> Upload files to Nexus
13:06:08 #######################################################
13:06:08 Deploying directory /w/workspace/cps-ncmp-dmi-plugin-maven-merge-master/m2repo to https://nexus.onap.org/content/repositories/snapshots
13:06:08 .
10:45:57
10:45:57 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml
10:45:57 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-appservice/1.6.0-SNAPSHOT/maven-metadata.xml.md5 (48732.0 b)
13:06:08 Attempting to upload 10:45:57 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-appservice/1.6.0-SNAPSHOT/maven-metadata.xml.sha1 (40.0 b)
13:06:08 Attempting to upload : Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57 org/onap/cps/dmi-plugin-demo-and-csit-stub-appservice/1.6.0-SNAPSHOT/maven-metadata.xml.md5 (32.0 b)
13:06:08 sha1
10:45:57 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-appservice/1.6.0-SNAPSHOT/maven-metadata.xml.md5: Failed to upload to Nexus with status code: 403.
1310:0645:08 57
1310:0645:08 57 org/onap/cps/dmi-plugin-demo-and-csit-stub-appservice/1.6.0-SNAPSHOT/maven-metadata.xml.md5
1310:0645:08 57 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub/maven-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-20240712.130557-1.jar (5.22 kb)
13:06:08 metadata.xml (280.0 b)
10:45:57 Attempting to upload org/onap/cps/dmi-stub/maven-metadata.xml.sha1 (40.0 b)
10:45:57 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csitcps/dmi-stub-app/maven-metadata.xml.sha1: Failed to upload to Nexus with status code: 403.
1310:0645:08 57
1310:0645:08 57 org/onap/cps/dmi-plugin-demo-and-csit-stub-app/maven-metadata.xml.sha1
1310:0645:08 57 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-20240712.130557-1.jar.sha1 (40/maven-metadata.xml.md5 (32.0 b)
1310:0645:08 57 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-app/maven-metadata.xml.md5sha1: Failed to upload to Nexus with status code: 403.
1310:0645:08 57
1310:0645:08 57 org/onap/cps/dmi-plugin-demo-and-csit-stub-app/maven-metadata.xml.md5sha1
1310:0645:08 57 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-SNAPSHOT/dmi-stub-1.6.0-2024071220241121.130557104534-1.jar.md5 pom (324.0 b13 kb)
1310:0645:08 57 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-20240712.130557-1.jar/maven-metadata.xml.md5: Failed to upload to Nexus with status code: 403.
1310:0645:08 57
1310:0645:08 57 org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-20240712.130557-1.jar
13:06:08 /maven-metadata.xml.md5
10:45:57 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-2024071220241121.130557104534-1.pom.sha1 (440.71 kb0 b)
1310:0645:08 57 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-2024071220241121.130557104534-1.jar.sha1pom: Failed to upload to Nexus with status code: 403.
1310:0645:08 57
1310:0645:08 57 org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-2024071220241121.130557104534-1.jar.sha1pom
1310:06:08 ERROR: Uploading 45:57 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-2024071220241121.130557104534-1.jarpom.md5 : Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub-app(32.0 b)
10:45:57 ERROR: Uploading org/onap/cps/dmi-stub/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-2024071220241121.130557104534-1.jar.md5
13:06:08 Attempting to upload .pom.sha1: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57 org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-2024071220241121.130557104534-1.pom.sha1 (40.0 b)
13:06:08
10:45:57 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-20240712.130557-1.pom.md5 (32maven-metadata.xml (597.0 b)
1310:0645:08 57 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-SNAPSHOT/dmi-stub-1.6.0-2024071220241121.130557104534-1.pom.md5: Failed to upload to Nexus with status code: 403.
1310:0645:08 57
1310:0645:08 57 org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-2024071220241121.130557104534-1.pom.md5
1310:0645:08 57 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/maven-metadata.xml.sha1 (79540.0 b)
1310:0645:08 57 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-20240712.130557-1.pom.sha1maven-metadata.xml: Failed to upload to Nexus with status code: 403.
1310:0645:08 57
1310:0645:08 57 org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app--stub/1.6.0-20240712.130557-1.pom.sha1
13:06:08 SNAPSHOT/maven-metadata.xml
10:45:57 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/maven-metadata.xml.sha1 md5 (4032.0 b)
1310:0645:08 57 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-20240712.130557-1.pom.md5maven-metadata.xml.sha1: Failed to upload to Nexus with status code: 403.
1310:0645:08 57
1310:0645:08 57 org/onap/cps/dmi-plugin-demo-and-csit-stub-app-stub/1.6.0-SNAPSHOT/maven-metadata.xml.sha1
10:45:57 Attempting to upload org/onap/cps/dmi-stub-service/maven-metadata.xml (288.0 b)
10:45:57 ERROR: Uploading org/onap/cps/dmi-stub/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-app-1.6.0-20240712.130557-1.pom.md5
13:06:08 Attempting to upload maven-metadata.xml.md5: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57 org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/maven-metadata.xml.md5 (32.0 b)
13:06:08
10:45:57 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOTservice/maven-metadata.xml: Failed to upload to Nexus with status code: 403.
1310:0645:08 57
1310:0645:08 57 org/onap/cps/dmi-pluginstub-demo-and-csit-stub-app/1.6.0-SNAPSHOTservice/maven-metadata.xml
10:45:57 Attempting to upload org/onap/cps/dmi-stub-service/maven-metadata.xml
13:06:08 xml.sha1 (40.0 b)
10:45:57 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-service/maven-metadata.xml.md5 (49132.0 b)
1310:0645:08 57 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/service/maven-metadata.xml.sha1: Failed to upload to Nexus with status code: 403.
1310:0645:08 57
1310:0645:08 57 org/onap/cps/dmi-plugin-demo-and-csit-stub-app/1.6.0-SNAPSHOT/service/maven-metadata.xml.sha1
13:06:08 Attempting to upload 10:45:57 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-service/maven-metadata.xml.sha1 (40.0 b)
13:06:08 ERROR: Uploading service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20241121.104533-1.jar: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57 org/onap/cps/dmi-plugin-demo-and-csit-stub-appdmi-service/1.6.0-SNAPSHOT/maven-metadata.xml.md5: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 dmi-service-1.6.0-20241121.104533-1.jar
10:45:57 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-app/stub-service/1.6.0-SNAPSHOT/dmi-stub-service-1.6.0-SNAPSHOT/maven-metadata.xml.md5
13:06:08 ERROR: Uploading 20241121.104538-1.pom (6.98 kb)
10:45:57 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csitstub-service/1.6.0-SNAPSHOT/dmi-stub-service/maven-metadata.xml: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 -1.6.0-20241121.104538-1.pom.sha1 (40.0 b)
10:45:57 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-service/maven-metadata.xml
13:06:08 Attempting to upload .md5: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57 org/onap/cps/dmi-plugin-demo-and-csit-stub-service/maven-metadata.xml.md5 (32.0 b)
13:06:08
10:45:57 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-2024071220241121.130554104538-1.pom.jar md5 (2632.15 kb0 b)
1310:0645:08 57 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csitstub-service/1.6.0-SNAPSHOT/dmi-stub-service/maven-metadata.xml.sha1-1.6.0-20241121.104538-1.pom: Failed to upload to Nexus with status code: 403.
1310:0645:08 57
1310:0645:08 57 org/onap/cps/dmi-plugin-demo-and-csit-stub-service/maven-metadata.xml.sha1
13:06:08 stub-service/1.6.0-SNAPSHOT/dmi-stub-service-1.6.0-20241121.104538-1.pom
10:45:57 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-2024071220241121.130554104538-1.jar .sha1 (4049.0 b11 kb)
1310:0645:08 57 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-2024071220241121.130554104538-1.jar.md5 sha1 (3240.0 b)
1310:0645:08 57 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-service/maven-metadata.xml.md5stub-service/1.6.0-SNAPSHOT/dmi-stub-service-1.6.0-20241121.104538-1.pom.sha1: Failed to upload to Nexus with status code: 403.
1310:0645:08
13:06:08 org/onap/cps/dmi-plugin-demo-and-csit-stub-service/maven-metadata.xml.md5
13:06:08 ERROR: Uploading 57
10:45:57 org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-2024071220241121.130554104538-1.jar: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 pom.sha1
10:45:57 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-2024071220241121.130554104538-1.jar
13:06:08 Attempting to upload .pom.md5: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57 org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-2024071220241121.130554104538-1.pom (5.87 kb)md5
1310:0645:08 57 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-2024071220241121.130554104538-1.jar.sha1: Failed to upload to Nexus with status code: 403.
1310:0645:08 57
1310:0645:08 57 org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-2024071220241121.130554104538-1.jar.sha1
1310:0645:08 57 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csitstub-service/1.6.0-SNAPSHOT/maven-metadata.xml (778.0 b)
10:45:57 Attempting to upload org/onap/cps/dmi-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-2024071220241121.130554104538-1.pomjar.sha1 md5 (4032.0 b)
1310:0645:08 57 ERROR: Uploading org/onap/cps/dmi-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-20241121.104538-1.jar: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57 org/onap/cps/dmi-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-2024071220241121.130554104538-1.jar.md5
10:45:57 ERROR: Uploading org/onap/cps/dmi-stub-service/1.6.0-SNAPSHOT/maven-metadata.xml: Failed to upload to Nexus with status code: 403.
1310:0645:08 57
1310:0645:08 57 org/onap/cps/dmi-plugin-demo-and-csitstub-service/1.6.0-SNAPSHOT/maven-metadata.xml
10:45:57 Attempting to upload org/onap/cps/dmi-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csitmaven-metadata.xml.md5 (32.0 b)
10:45:57 Attempting to upload org/onap/cps/dmi-stub-service-/1.6.0-20240712.130554-1.jar.md5
13:06:08 SNAPSHOT/maven-metadata.xml.sha1 (40.0 b)
10:45:57 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-2024071220241121.130554104538-1.pomjar.sha1md5: Failed to upload to Nexus with status code: 403.
1310:0645:08 57
1310:0645:08 57 org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-2024071220241121.130554104538-1.pomjar.sha1md5
1310:0645:08 57 Attempting to upload org/onap/cps/dmi-pluginstub-demo-and-csit-app/maven-metadata.xml (284.0 b)
10:45:57 ERROR: Uploading org/onap/cps/dmi-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-maven-metadata.xml.md5: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57 org/onap/cps/dmi-stub-service/1.6.0-20240712.130554-1.pom.md5 (32.0 b)
13:06:08 SNAPSHOT/maven-metadata.xml.md5
10:45:57 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-20240712.130554-1.pommaven-metadata.xml.sha1: Failed to upload to Nexus with status code: 403.
1310:0645:08 57
1310:0645:08 57 org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-20240712.130554-1.pom
13:06:08 maven-metadata.xml.sha1
10:45:57 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOT/app/maven-metadata.xml.sha1 (79940.0 b)
1310:0645:08 57 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOTapp/maven-metadata.xml.sha1 md5 (4032.0 b)
13:06:08 ERROR: Uploading 10:45:57 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-serviceapp/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-serviceapp-1.6.0-2024071220241121.130554104543-1.pom .md5(5.96 kb)
10:45:57 ERROR: Uploading org/onap/cps/dmi-stub-app/maven-metadata.xml: Failed to upload to Nexus with status code: 403.
1310:0645:08 57
1310:0645:08 57 org/onap/cps/dmi-plugin-demo-and-csit-stub-serviceapp/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-service-1.6.0-20240712.130554-1.pom.md5
13:06:08 maven-metadata.xml
10:45:57 ERROR: Uploading org/onap/cps/dmi-stub-app/maven-metadata.xml.sha1: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57 org/onap/cps/dmi-stub-app/maven-metadata.xml.sha1
10:45:57 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOTapp/maven-metadata.xml.md5: Failed to upload to Nexus with status code: 403.
1310:0645:08 57
1310:0645:08 57 org/onap/cps/dmi-plugin-demo-and-csit-stub-service/1.6.0-SNAPSHOTapp/maven-metadata.xml.md5
1310:0645:08 57 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub-service/stub-app/1.6.0-SNAPSHOT/dmi-stub-app-1.6.0-SNAPSHOT/maven-metadata.xml.md5 (3220241121.104543-1.pom.sha1 (40.0 b)
1310:0645:08 57 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub/maven-metadata.xml (483stub-app/1.6.0-SNAPSHOT/dmi-stub-app-1.6.0-20241121.104543-1.pom.md5 (32.0 b)
1310:0645:08 57 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-serviceapp/1.6.0-SNAPSHOT/maven-metadata.xml.sha1dmi-stub-app-1.6.0-20241121.104543-1.pom: Failed to upload to Nexus with status code: 403.
1310:0645:08 57
1310:0645:08 57 org/onap/cps/dmi-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csitstub-app-1.6.0-20241121.104543-1.pom
10:45:57 Attempting to upload org/onap/cps/dmi-stub-serviceapp/1.6.0-SNAPSHOT/maven-metadata.xml.sha1
13:06:08 dmi-stub-app-1.6.0-20241121.104543-1.jar (23.33 kb)
10:45:57 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub-service/stub-app/1.6.0-SNAPSHOT/dmi-stub-app-1.6.0-SNAPSHOT/maven-metadata.xml.md520241121.104543-1.pom.sha1: Failed to upload to Nexus with status code: 403.
1310:0645:08 57
1310:0645:08 57 org/onap/cps/dmi-plugin-demo-and-csit-stub-service/stub-app/1.6.0-SNAPSHOT/dmi-stub-app-1.6.0-SNAPSHOT/maven-metadata.xml.md5
13:06:08 20241121.104543-1.pom.sha1
10:45:57 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub/maven-metadata.xml.sha1 (40.0 b)
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub/maven-metadata.xml.md5 (32stub-app/1.6.0-SNAPSHOT/dmi-stub-app-1.6.0-20241121.104543-1.jar.sha1 (40.0 b)
1310:0645:08 57 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub/maven-metadata.xml-stub-app/1.6.0-SNAPSHOT/dmi-stub-app-1.6.0-20241121.104543-1.pom.md5: Failed to upload to Nexus with status code: 403.
1310:0645:08 57
1310:0645:08 57 org/onap/cps/dmi-plugin-demo-and-csit-stub/maven-metadata.xml
13:06:08 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub/-app/1.6.0-SNAPSHOT/dmi-pluginstub-demo-and-csit-stub-app-1.6.0-2024071220241121.130549104543-1.pom (1.73 kb)md5
1310:06:08 ERROR: Uploading 45:57 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stubstub-app/1.6.0-SNAPSHOT/maven-metadata.xml .sha1: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 (774.0 b)
10:45:57 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stub/maven-metadata.xml.sha1
13:06:08 -stub-app/1.6.0-SNAPSHOT/dmi-stub-app-1.6.0-20241121.104543-1.jar.md5 (32.0 b)
10:45:57 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub/maven-metadata.xml.md5-stub-app/1.6.0-SNAPSHOT/dmi-stub-app-1.6.0-20241121.104543-1.jar: Failed to upload to Nexus with status code: 403.
1310:0645:08 57
1310:0645:08 57 org/onap/cps/dmi-plugin-demo-and-csit-stub/maven-metadata.xml.md5
13:06:08 Attempting to upload stub-app/1.6.0-SNAPSHOT/dmi-stub-app-1.6.0-20241121.104543-1.jar
10:45:57 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stubstub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stubstub-app-1.6.0-2024071220241121.130549104543-1.pomjar.sha1 (40.0 b)
13:06:08 Attempting to upload : Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57 org/onap/cps/dmi-plugin-demo-and-csit-stubstub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-stub-app-1.6.0-2024071220241121.130549104543-1.pom.md5 (32.0 b)
13:06:08 jar.sha1
10:45:57 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stubstub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-1.6.0-20240712.130549-1.pommaven-metadata.xml: Failed to upload to Nexus with status code: 403.
1310:0645:08 57
1310:0645:08 57 org/onap/cps/dmi-plugin-demo-and-csit-stubstub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-maven-metadata.xml
10:45:57 Attempting to upload org/onap/cps/dmi-stub-app/1.6.0-20240712.130549-1.pom
13:06:08 -SNAPSHOT/maven-metadata.xml.sha1 (40.0 b)
10:45:57 Attempting to upload org/onap/cps/dmi-plugin-demo-and-csit-stubstub-app/1.6.0-SNAPSHOT/maven-metadata.xml.md5 (61832.0 b)
1310:0645:08 57 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stubstub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-stub-app-1.6.0-2024071220241121.130549104543-1.pomjar.sha1md5: Failed to upload to Nexus with status code: 403.
1310:0645:08 57
1310:0645:08 57 org/onap/cps/dmi-stub-app/1.6.0-SNAPSHOT/dmi-stub-plugin-demo-and-csit-stubapp-1.6.0-20241121.104543-1.jar.md5
10:45:57 ERROR: Uploading org/onap/cps/dmi-stub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub--SNAPSHOT/maven-metadata.xml.sha1: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57 org/onap/cps/dmi-stub-app/1.6.0-20240712.130549-1.pomSNAPSHOT/maven-metadata.xml.sha1
1310:0645:08 57 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stubstub-app/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-1.6.0-20240712.130549-1.pom.maven-metadata.xml.md5: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 10:45:57
10:45:57 org/onap/cps/dmi-stub-app/1.6.0-SNAPSHOT/maven-metadata.xml.md5
10:45:57 Successfully uploaded org/onap/cps/ncmp-dmi-plugin-demo-and-csit-stub/1.6.0-SNAPSHOT/dmi-plugin-demo-and-csit-stub-1.6.0-20240712.130549-1.pom.md5
13:06:08 Attempting to upload /maven-metadata.xml
10:45:57 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/maven-metadata.xml.sha1
10:45:57 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/maven-metadata.xml.md5
10:45:57 Successfully uploaded org/onap/cps/ncmp-dmi-plugin-demo-and-csit-stub/1.6.0-SNAPSHOT/maven-metadata.xml.sha1 (40.0 b)
13:06:08 Attempting to upload
10:45:57 Successfully uploaded org/onap/cps/ncmp-dmi-plugin-demo-and-csit-stub/1.6.0-SNAPSHOT/maven-metadata.xml.md5 (32.0 b)
13:06:08 ERROR: Uploading ncmp-dmi-plugin-1.6.0-20241121.104348-235.pom
10:45:57 Successfully uploaded org/onap/cps/ncmp-dmi-plugin-demo-and-csit-stub//1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-SNAPSHOT/maven-metadata.xml: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 20241121.104348-235.pom.sha1
10:45:57 Successfully uploaded org/onap/cps/ncmp-dmi-plugin-demo-and-csit-stub//1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-SNAPSHOT/maven-metadata.xml
13:06:08 Attempting to upload 20241121.104348-235.pom.md5
10:45:57 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/maven-metadata.xml (627.0 b)sha1
1310:06:08 ERROR: Uploading 45:57 Successfully uploaded org/onap/cps/ncmp-dmi-plugin-demo-and-csit-stub/1.6.0-SNAPSHOT/maven-metadata.xml.sha1md5
10:45:57 ERROR: Failed to upload to Nexus with status code: 403.
13:06:08
13:06:08 org/onap/cps/
10:45:57
10:45:57 org/onap/cps/dmi-service/maven-metadata.xml
10:45:57 Build step 'Execute shell' marked build as failure

Deleted newly introduced module from NCMP-DMI-Plugin

This patch was created to remove the "dmi-plugin-demo-and-csit-stub

...

" module and its sub-modules.

DMI Version: 1.6.0-SNAPSHOT

...

Current Status:
The merge job is still failing.

Code Block
languagehtml
(root: ncmp-dmi-plugin)
├── dmi-service/
│   ├── src/main/java/org/onap/cps/ncmp
-
/dmi
-plugin/maven-metadata.xml.sha1 (40.0 b)
13:06:08 ERROR: Uploading org/onap/cps/dmi-plugin-demo-and-csit-stub/1.6.0-SNAPSHOT/maven-metadata.xml.md5:
/
│   │   └── ...
│   └── pom.xml
└── pom.xml

Logs for Failure:
Console Log for cps-ncmp-dmi-plugin-maven-merge-master #1518(Jenkins)

.
13:06:08
13:06:08 org/onap/cps/
Expand
titleUpload files to Nexus (Failed to upload to Nexus with status code: 403
)
Code Block
09:56:31 -----> Upload files to Nexus
09:56:32 #######################################################
09:56:32 Deploying directory /w/workspace/cps-ncmp-dmi-plugin-
demo
maven-
and-csit-stub/1.6.0-SNAPSHOT
merge-master/m2repo to https://nexus.onap.org/content/repositories/snapshots
09:56:32 Attempting to upload org/onap/cps/ncmp-dmi-plugin/maven-metadata.xml
.md5
13:06:08 Attempting to upload
 (667.0 b)
09:56:32 Attempting to upload org/onap/cps/ncmp-dmi-plugin
/1.6.0-SNAPSHOT
/maven-metadata.xml.sha1 (
606
40.0 b)

13

09:
06
56:
08
32 Attempting to upload org/onap/cps/ncmp-dmi-plugin/maven-metadata.xml.md5 (32.0 b)

13

09:
06
56:
08
32 Attempting to upload org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/
ncmp-dmi-plugin-1.6.0-20240712.130406-71.pom (1.77 kb)
13:06:08 Attempting to upload
maven-metadata.xml (608.0 b)
09:56:32 Attempting to upload org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-
20240712
20241121.
130406
095440-
71
234.pom
.sha1
 (
40.0 b)
13:06:08 Attempting to upload
8.76 kb)
09:56:32 Attempting to upload org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-
20240712
20241121.
130406-71.pom.md5 (32.0 b)
13:06:08 Attempting to upload org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/maven-metadata.xml.sha1
095440-234.pom.sha1 (40.0 b)

13

09:
06
56:
09
32 Attempting to upload org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/
maven-metadata.xml.md5
ncmp-dmi-plugin-1.6.0-20241121.095440-234.pom.md5 (32.0 b)

13

09:
06
56:
09
32 Attempting to upload org/onap/cps/ncmp-dmi-
service
plugin/
maven-metadata.xml (283.0 b)
13:06:09 Attempting to upload org/onap/cps/dmi-service
1.6.0-SNAPSHOT/maven-metadata.xml.sha1 (40.0 b)

13

09:
06
56:
09
32 Attempting to upload org/onap/cps/ncmp-dmi
-service
-plugin/1.6.0-SNAPSHOT/maven-metadata.xml.md5 (32.0 b)

13:06:

09
ERROR: Uploading org/onap/cps/dmi-service/maven-metadata.xml: Failed to upload to Nexus with status code: 403.
13:06:09
13:06:09
:56:32 Attempting to upload org/onap/cps/dmi-service/maven-metadata.xml

13:06:09 Attempting to upload
 (283.0 b)
09:56:32 Attempting to upload org/onap/cps/dmi-service/
1.6.0-SNAPSHOT/dmi-service-1.6.0-20240712.130549-1.jar (63.12 mb)
13:06:09 ERROR: Uploading
maven-metadata.xml.sha1 (40.0 b)
09:56:32 ERROR: Uploading org/onap/cps/dmi-service/maven-metadata.xml
.sha1
: Failed to upload to Nexus with status code: 403.

13

09:
06
56:32 
09

13
:
06:09
56:32 org/onap/cps/dmi-service/maven-metadata.xml
09:56:32 Attempting to upload org/onap/cps/dmi-service/maven-metadata.xml
.sha1
13:06:09 Attempting to upload
.md5 (32.0 b)
09:56:32 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-
20240712
20241121.
130549
095621-1.
jar.sha1 (40.0 b)
13:06:09 ERROR: Uploading
pom (27.54 kb)
09:56:32 ERROR: Uploading org/onap/cps/dmi-service/maven-metadata.xml.md5: Failed to upload to Nexus with status code: 403.

13

09:
06
56:32 
09

13
:
06
56:
09
32 org/onap/cps/dmi-service/maven-metadata.xml.md5

13

09:
06
56:
09
32 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-
20240712
20241121.
130549
095621-1.
jar
pom.
md5
sha1 (
32
40.0 b)

13

09:
06
56:
09
32 ERROR: Uploading org/onap/cps/dmi-service/
1.6.0-SNAPSHOT/dmi-service-1.6.0-20240712.130549-1.jar
maven-metadata.xml.sha1: Failed to upload to Nexus with status code: 403.

13

09:
06
56:32 
09

13
:
06
56:
09
32 org/onap/cps/dmi-service/
1.6.0-SNAPSHOT/dmi-service-1.6.0-20240712.130549-1.jar.sha1
13:06:09 Attempting to upload
maven-metadata.xml.sha1
09:56:32 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-
20240712
20241121.
130549
095621-1.pom.md5 (
28.25 kb)
13:06:09 ERROR: Uploading
32.0 b)
09:56:32 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-
20240712
20241121.
130549
095621-1.
jar.md5
pom: Failed to upload to Nexus with status code: 403.

13

09:
06
56:32 
09

13
:
06
56:
09
32 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-
20240712
20241121.
130549
095621-1.
jar.md5
13:06:09 Attempting to upload
pom
09:56:32 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-
20240712
20241121.
130549
095621-1.
pom.sha1 (40.0 b)
13:06:09 ERROR: Uploading
jar (63.14 mb)
09:56:32 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-
20240712
20241121.
130549
095621-1.pom.sha1: Failed to upload to Nexus with status code: 403.

13

09:
06
56:32 
09

13
:
06
56:
09
32 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-
20240712
20241121.
130549
095621-1.pom

13:06:09 Attempting to upload
.sha1
09:56:32 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-
20240712
20241121.
130549
095621-1.
pom
jar.
md5
sha1 (
32
40.0 b)

13

09:
06
56:
09
32 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-
20240712
20241121.
130549
095621-1.pom.
sha1
md5: Failed to upload to Nexus with status code: 403.

13

09:
06
56:32 
09

13
:
06
56:
09
32 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-
20240712
20241121.
130549
095621-1.pom.
sha1
13:06:09 ERROR: Uploading
md5
09:56:33 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-
20240712
20241121.
130549
095621-1.
pom
jar.md5
: Failed to upload to Nexus with status code: 403.
13:06:09
13:06:09
 (32.0 b)
09:56:33 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-
20240712
20241121.
130549
095621-1.
pom.md5
13:06:09 Attempting to upload
jar.sha1: Failed to upload to Nexus with status code: 403.
09:56:33 
09:56:33 org/onap/cps/dmi-service/1.6.0-SNAPSHOT
/maven-metadata.xml (773.0 b)
13:06:09 Attempting to upload org/onap
/
cps/
dmi-service
/
-1.6.0-
SNAPSHOT/maven-metadata.xml.sha1 (40.0 b)
13:06:09 ERROR: Uploading
20241121.095621-1.jar.sha1
09:56:33 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/
maven-metadata.xml: Failed to upload to Nexus with status code: 403.
13:06:09
13:06:09
dmi-service-1.6.0-20241121.095621-1.jar.md5: Failed to upload to Nexus with status code: 403.
09:56:33 
09:56:33 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/
maven-metadata.xml
13:06:09 Attempting to upload org/onap/cps/
dmi-service
/
-1.6.0-
SNAPSHOT/maven-metadata.xml.md5 (32.0 b)
13:06:09 ERROR: Uploading
20241121.095621-1.jar.md5
09:56:33 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml
.sha1: Failed to upload to Nexus with status code: 403.
13:06:09
13:06:09
 (773.0 b)
09:56:33 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml.sha1

13:06:09 ERROR: Uploading
 (40.0 b)
09:56:33 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml
.md5
: Failed to upload to Nexus with status code: 403.

13

09:
06
56:33 
09

13
:
06
56:
09
33 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml
.md5
13:06:09 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20240712.130549-1.jar: Failed to upload to Nexus with status code: 403.
13:06:09
13:06:09

09:56:33 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml.md5 (32.0 b)
09:56:33 ERROR: Uploading org/onap/cps/dmi-service
-
/1.6.0-SNAPSHOT/maven-
20240712
metadata.
130549-1.jar
13:06:09 ERROR: Failed to upload to Nexus with status code: 403.
13:06:09
13:06:09
xml.sha1: Failed to upload to Nexus with status code: 403.
09:56:33 
09:56:33 org/onap/cps/dmi-
plugin-demo-and-csit-stub-app/maven-metadata.xml
13:06:09 Build step 'Execute shell' marked build as failure

Renamed newly introduced module into NCMP-DMI-Plugin

139151: [DMI] Renamed module/sub-module names | https://gerrit.onap.org/r/c/cps/ncmp-dmi-plugin/+/139151

Code Block
languagehtml
(root: ncmp-dmi-plugin) ├── dmi-service/ │ ├── src/main/java/
service/1.6.0-SNAPSHOT/maven-metadata.xml.sha1
09:56:33 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml.md5: Failed to upload to Nexus with status code: 403.
09:56:33 
09:56:33 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml.md5
09:56:33 ERROR: Uploading org/onap/cps/
ncmp/
dmi
/ │ │ └── ... │ └── pom.xml ├── dmi-stub/ │ ├── dmi-stub-app/ │ │ ├── src/main/java/
-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20241121.095621-1.jar: Failed to upload to Nexus with status code: 403.
09:56:33 
09:56:33 org/onap/cps/
ncmp/
dmi
/rest/stub │ │ │ └── ... │ │ └── pom.xml │ ├── dmi-stub-service/ │ │ ├── src/main/java/
-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20241121.095621-1.jar
09:56:33 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/maven-metadata.xml
09:56:33 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/maven-metadata.xml.sha1
09:56:33 Successfully uploaded org/onap/cps/ncmp
/
-dmi
/rest/stub │ │ │ └── ... │ │ └── pom.xml │ └── pom.xml └── pom.xml

...

-plugin/maven-metadata.xml.md5
09:56:33 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/1.6.0-

...

Expand
titleUpload files to Nexus (Failed to upload to Nexus with status code: 403)
10:45:56 #######################################################
10:45:56 Deploying directory /w/workspace/cps-
SNAPSHOT/maven-metadata.xml
09:56:33 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/ncmp-dmi-plugin-
maven-merge-master/m2repo to https://nexus.onap.org/content/repositories/snapshots
10:45:56 Attempting to upload
1.6.0-20241121.095440-234.pom
09:56:33 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/
maven-metadata.xml (667.0 b)
10:45:56 Attempting to upload
1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-20241121.095440-234.pom.sha1
09:56:33 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/
maven-metadata
1.
xml
6.
sha1 (40.0 b)
10:45:56 Attempting to upload org/onap/cps
0-SNAPSHOT/ncmp-dmi-plugin
/maven-metadata.xml.md5 (32.0 b)
10:45:56 Attempting to upload
-1.6.0-20241121.095440-234.pom.md5
09:56:33 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/maven-metadata.xml
(608.0 b)
10:45:56 Attempting to upload
.sha1
09:56:33 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/1.6.0-SNAPSHOT/
ncmp-dmi-plugin-1.6.0-20241121.104348-235.pom (8.79 kb)
10:45:56 Attempting to upload org/onap
maven-metadata.xml.md5
09:56:33 ERROR: Failed to upload to Nexus with status code: 403.
09:56:33 
09:56:33 org/onap/cps/dmi-service/maven-metadata.xml
09:56:33 Build step 'Execute shell' marked build as failure

Build NCMP-DMI-Plugin and publish it to a local repository

Step 1: Checkout Source Code from Git Repository

...

...

Step 2: Build the project – When building the project run from the root ncmp-dmi-plugin

...

folder : mvn clean install

...

Step 3: Verify if docker images are pushed into local repository

...

Build artefacts (cps, then ncmp-dmi-plugin):

Info
Code Block
[mwatkins@matts cps] (🌴master)$ pwd
/tmp/onap/cps
[mwatkins@matts cps] (🌴master)$ find . -name *.jar
./jacoco-report/target/jacoco-report-3.5.5-SNAPSHOT.jar
./policy-executor-stub/target/policy-executor-stub-3.5.5-SNAPSHOT.jar
./checkstyle/target/checkstyle-3.5.5-SNAPSHOT.jar
./cps-events/target/cps-events-3.5.5-SNAPSHOT.jar
./cps-service/target/cps-service-3.5.5-SNAPSHOT.jar
./cps-application/target/cps-application-3.5.5-SNAPSHOT.jar
./cps-application/target/cps-application-3.5.5-SNAPSHOT-springboot.jar
./spotbugs/target/spotbugs-3.5.5-SNAPSHOT.jar
./cps-ncmp-events/target/cps-ncmp-events-3.5.5-SNAPSHOT.jar
./integration-test/target/integration-test-3.5.5-SNAPSHOT.jar
./ncmp-dmi-plugin/dmi-service/target/bug-pattern-1.5.0.jar
./ncmp-dmi-plugin/dmi-service/target/dmi-service-1.6.0-
20241121.104533-1.pom (27.54 kb)
10:45:56 ERROR: Uploading org/onap/cps/dmi-service/maven-metadata.xml.sha1: Failed to upload to Nexus with status code: 403.
10:45:56
10:45:56 org/onap/cps/dmi-service/maven-metadata.xml.sha1
10:45:56 ERROR: Uploading org/onap/cps/dmi-service/maven-metadata.xml.md5: Failed to upload to Nexus with status code: 403.
10:45:56
10:45:56 org/onap/cps/dmi-service/maven-metadata.xml.md5
10:45:56 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20241121.104533-1.pom.md5 (32.0 b)
10:45:56 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20241121.104533-1.pom.sha1: Failed to upload to Nexus with status code: 403.
10:45:56
10:45:56 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20241121.104533-1.pom.sha1
10:45:56 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20241121.104533-1.jar (63.14 mb)
10:45:56 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20241121.104533-1.pom: Failed to upload to Nexus with status code: 403.
10:45:56
10:45:56 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20241121.104533-1.pom
10:45:56 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi
SNAPSHOT.jar
./ncmp-dmi-plugin/dmi-stub/dmi-stub-app/target/dmi-stub-app-1.6.0-SNAPSHOT.jar
./ncmp-dmi-plugin/dmi-stub/dmi-stub-service/target/dmi-stub-service-1.6.0-SNAPSHOT.jar
./cps-rest/target/cps-rest-3.5.5-SNAPSHOT.jar
./cps-ncmp-service/target/cps-ncmp-service-3.5.5-SNAPSHOT.jar
./cps-ri/target/cps-ri-3.5.5-SNAPSHOT.jar
./cps-ncmp-rest-stub/cps-ncmp-rest-stub-app/target/cps-ncmp-rest-stub-app-3.5.5-SNAPSHOT.jar
./cps-ncmp-rest-stub/cps-ncmp-rest-stub-service/target/cps-ncmp-rest-stub-service-3.5.5-SNAPSHOT.jar
./cps-path-parser/target/cps-path-parser-3.5.5-SNAPSHOT.jar
./cps-ncmp-rest/target/cps-ncmp-rest-3.5.5-SNAPSHOT.jar

It’s these artefacts that are the problem:

Code Block
./ncmp-dmi-plugin/dmi-service/target/bug-pattern-1.5.0.jar
./ncmp-dmi-plugin/dmi-service/target/dmi-service-1.6.0-SNAPSHOT.jar
./ncmp-dmi-plugin/dmi-stub/dmi-stub-app/target/dmi-stub-app-1.6.0-SNAPSHOT.jar
./ncmp-dmi-plugin/dmi-stub/dmi-stub-service/target/dmi-stub-service-1.6.0-
20241121.104533-1
SNAPSHOT.jar
.sha1 (40.0 b)
10:45:56 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20241121.104533-1.pom.md5: Failed to upload to Nexus with status code: 403.
10:45:56
10:45:56

Here’s the latest merge/release job console output:

https://jenkins.onap.org/job/cps-ncmp-dmi-plugin-maven-merge-master/1523/consoleFull

e.g.

07:34:17 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/

...

The pom.xml file needs updating so that the output target is:

org/onap/cps/ncmp-dmi-plugin/dmi-service/1.6.0-SNAPSHOT/

...

...

image-20241126-155041.pngImage Added Resolution

We changed NCMP-DMI-Plugin project group id is changed from "org.onap.cps" to "org.onap.cps.ncmp-dmi-plugin"

Related patch here

DMI Version: 1.6.0-SNAPSHOT

Code Block
(root: ncmp-dmi-plugin)
├── dmi-service/
│   ├── src/main/java/org/onap/cps/ncmp/dmi
-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20241121.104533-1.jar.sha1: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20241121.104533-1.jar.sha1
10:45:57 Attempting to upload
/
│   │   └── ...
│   └── pom.xml (Inherited from parent pom (ncmp-dmi-plugin) <groupId>org.onap.cps.ncmp-dmi-plugin</groupId>)
├── dmi-stub/
│   ├── dmi-stub-app/
│   │   ├── src/main/java/org/onap/cps/ncmp/dmi
-service/1.6.0-SNAPSHOT/maven-metadata.xml (773.0 b)
10:45:57 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20241121.104533-1.jar.md5: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20241121.104533-1.jar.md5
10:45:57 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml.sha1 (40.0 b)
10:45:57 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml
10:45:57 Attempting to upload org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml.md5 (32.0 b)
10:45:57 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml.sha1: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml.sha1
10:45:57 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml.md5: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57 org/onap/cps/dmi-service/1.6.0-SNAPSHOT/maven-metadata.xml.md5
10:45:57 Attempting to upload org/onap/cps/dmi-stub/maven-metadata.xml (280.0 b)
10:45:57 Attempting to upload org/onap/cps/dmi-stub/maven-metadata.xml.sha1 (40.0 b)
10:45:57 ERROR: Uploading org/onap/cps/dmi-stub/maven-metadata.xml: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57 org/onap/cps/dmi-stub/maven-metadata.xml
10:45:57 Attempting to upload org/onap/cps/dmi-stub/maven-metadata.xml.md5 (32.0 b)
10:45:57 ERROR: Uploading org/onap/cps/dmi-stub/maven-metadata.xml.sha1: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57 org/onap/cps/dmi-stub/maven-metadata.xml.sha1
10:45:57 Attempting to upload org/onap/cps/dmi-stub
/rest/stub
│   │   │   └── ...     
│   │   └── pom.xml (Inherited from parent pom (dmi-stub) <groupId>org.onap.cps.ncmp-dmi-plugin</groupId>)
│   ├── dmi-stub-service/
│   │   ├── src/main/java/org/onap/cps/ncmp/dmi/rest/stub
│   │   │   └── ...
│	│	└── pom.xml (Inherited from parent pom (dmi-stub) <groupId>org.onap.cps.ncmp-dmi-plugin</groupId>)
│   └── pom.xml (Inherited from parent pom (ncmp-dmi-plugin) <groupId>org.onap.cps.ncmp-dmi-plugin</groupId>)
└── pom.xml ( <groupId>org.onap.cps.ncmp-dmi-plugin</groupId>)

Last Successful Merge Job Log:
cps-ncmp-dmi-plugin-maven-merge-master #1525 Console (Jenkins)

Expand
titleUpload files to Nexus (Successfully uploaded)
Code Block
14:43:48 -----> Upload files to Nexus
14:43:49 #######################################################
14:43:49 Deploying directory /w/workspace/cps-ncmp-dmi-plugin-maven-merge-master/m2repo to https://nexus.onap.org/content/repositories/snapshots
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/ncmp-dmi-plugin/maven-metadata.xml (683.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/ncmp-dmi-plugin/maven-metadata.xml.sha1 (40.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/ncmp-dmi-plugin/1.6.0-SNAPSHOT/maven-metadata.xml (624.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/ncmp-dmi-plugin/maven-metadata.xml.md5 (32.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/ncmp-dmi-plugin/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-20241126.144151-241.pom (8.85 kb)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/ncmp-dmi-plugin/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-20241126.144151-241.pom.sha1 (40.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/ncmp-dmi-plugin/1.6.0-SNAPSHOT/ncmp-dmi-plugin-1.6.0-20241126.144151-241.pom.md5 (32.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/ncmp-dmi-plugin/1.6.0-SNAPSHOT/maven-metadata.xml.sha1 (40.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/ncmp-dmi-plugin/1.6.0-SNAPSHOT/
dmi
maven-
stub-1
metadata.
6.0-20241121.104534-1.pom (4.13 kb)
10:45:57 ERROR: Uploading
xml.md5 (32.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-
stub
service/maven-metadata.xml
.md5: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57
 (299.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-
stub
service/maven-metadata.xml
.md5
10:45:57 Attempting to upload
.sha1 (40.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-
stub/1.6.0-SNAPSHOT/dmi-stub-1.6.0-20241121.104534-1.pom.sha1 (40.0 b)
10:45:57 ERROR: Uploading
plugin/dmi-service/maven-metadata.xml.md5 (32.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-
stub
service/1.6.0-SNAPSHOT/dmi-
stub
service-1.6.0-
20241121
20241126.
104534
144328-1.pom
: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57 org/onap/cps/dmi-stub
.sha1 (40.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-service/1.6.0-SNAPSHOT/dmi-
stub
service-1.6.0-
20241121
20241126.
104534
144328-1.pom

10:45:57 Attempting to upload
 (27.56 kb)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-
stub
service/1.6.0-SNAPSHOT/dmi-
stub
service-1.6.0-
20241121
20241126.
104534
144328-1.pom.md5 (32.0 b)

10

14:
45:57 ERROR: Uploading
43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-
stub
service/1.6.0-SNAPSHOT/dmi-
stub
service-1.6.0-
20241121
20241126.
104534
144328-1.
pom.sha1: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57
jar (63.14 mb)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-
stub/1.6.0-SNAPSHOT/dmi-stub-
plugin/dmi-service/1.6.0-
20241121.104534-1.pom.sha1
10:45:57 Attempting to upload org/onap/cps
SNAPSHOT/dmi-
stub/
service-1.6.0-
SNAPSHOT/maven-metadata.xml (597.0 b)
10:45:57 ERROR: Uploading
20241126.144328-1.jar.sha1 (40.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-
stub
service/1.6.0-SNAPSHOT/dmi-
stub
service-1.6.0-
20241121
20241126.
104534
144328-1.
pom
jar.md5
: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57
 (32.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-
stub
service/1.6.0-SNAPSHOT/
dmi
maven-
stub-1.6.0-20241121.104534-1.pom.md5
10:45:57 Attempting to upload
metadata.xml (789.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-
stub
service/1.6.0-SNAPSHOT/maven-metadata.xml.sha1 (40.0 b)

10

14:
45:57 ERROR: Uploading
43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-
stub
service/1.6.0-SNAPSHOT/maven-metadata.xml
: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57
.md5 (32.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-
stub/1.6.0-SNAPSHOT
plugin/dmi-stub/maven-metadata.xml

10:45:57 Attempting to upload
 (296.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-
stub/1.6.0-SNAPSHOT
plugin/dmi-stub/maven-metadata.xml.
md5
sha1 (
32
40.0 b)

10

14:
45:57 ERROR: Uploading
43:49 Attempting to upload org/onap/cps/ncmp-dmi-
stub/1.6.0-SNAPSHOT
plugin/dmi-stub/maven-metadata.xml.
sha1: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57
md5 (32.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-stub/1.6.0-SNAPSHOT/
maven-metadata.xml.sha1
10:45:57 Attempting to upload
dmi-stub-1.6.0-20241126.144329-1.pom (4.15 kb)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-stub
-service
/
maven-metadata.xml (288.0 b)
10:45:57 ERROR: Uploading org/onap/cps/
1.6.0-SNAPSHOT/dmi-stub
/
-1.6.0-
SNAPSHOT/maven-metadata.xml.md5: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57 org/onap/cps
20241126.144329-1.pom.sha1 (40.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-stub/1.6.0-SNAPSHOT/
maven-metadata.xml.md5
10:45:57 ERROR: Uploading
dmi-stub-1.6.0-20241126.144329-1.pom.md5 (32.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-stub
-service
/
maven-metadata.xml: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57 org/onap/cps/dmi-stub-service
1.6.0-SNAPSHOT/maven-metadata.xml

10:45:57 Attempting to upload
 (613.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-stub
-service
/1.6.0-SNAPSHOT/maven-metadata.xml.sha1 (40.0 b)

10

14:
45
43:
57
49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-stub
-service
/1.6.0-SNAPSHOT/maven-metadata.xml.md5 (32.0 b)

10

14:
45:57 ERROR: Uploading
43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-stub-service/maven-metadata.xml
.sha1: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57
 (304.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-stub-service/maven-metadata.xml.sha1

10:45:57 ERROR: Uploading org/onap/cps/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20241121.104533-1.jar: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57
 (40.0 b)
14:43:49 Attempting to upload org/onap/cps/
dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20241121.104533-1.jar
10:45:57 Attempting to upload
ncmp-dmi-plugin/dmi-stub-service/maven-metadata.xml.md5 (32.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-stub-service/1.6.0-SNAPSHOT/dmi-stub-service-1.6.0-
20241121
20241126.
104538
144334-1.pom (
6
7.
98
0 kb)

10

14:
45
43:
57
49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-stub-service/1.6.0-SNAPSHOT/dmi-stub-service-1.6.0-
20241121
20241126.
104538
144334-1.pom.sha1 (40.0 b)

10

14:
45:57 ERROR: Uploading
43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-stub-service/
maven-metadata
1.
xml.md5: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57 org/onap/cps/
6.0-SNAPSHOT/dmi-stub-service
/maven-metadata.xml.md5
10:45:57 Attempting to upload
-1.6.0-20241126.144334-1.pom.md5 (32.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-stub-service/1.6.0-SNAPSHOT/dmi-stub-service-1.6.0-
20241121
20241126.
104538
144334-1.
pom.md5 (32.0 b)
10:45:57 ERROR: Uploading
jar (49.25 kb)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-stub-service/1.6.0-SNAPSHOT/dmi-stub-service-1.6.0-
20241121
20241126.
104538
144334-1
.pom: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57
.jar.sha1 (40.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-stub-service/1.6.0-SNAPSHOT/dmi-stub-service-1.6.0-
20241121
20241126.
104538
144334-1
.pom
10:45:57 Attempting to upload org/onap/cps/
.jar.md5 (32.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-stub-service/1.6.0-SNAPSHOT/
dmi-stub-service-1.6.0-20241121.104538-1.jar (49.11 kb)
10:45:57 Attempting to upload
maven-metadata.xml (794.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-stub-service/1.6.0-SNAPSHOT/
dmi-stub-service-1.6.0-20241121.104538-1.jar.sha1
maven-metadata.xml.sha1 (40.0 b)

10

14:
45:57 ERROR: Uploading
43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-stub-service/1.6.0-SNAPSHOT/
dmi-stub-service-1.6.0-20241121.104538-1.pom.sha1: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57
maven-metadata.xml.md5 (32.0 b)
14:43:49 Attempting to upload org/onap/cps/
dmi-stub-service/1.6.0-SNAPSHOT
ncmp-dmi-plugin/dmi-stub-
service
app/maven-
1.6.0-20241121.104538-1.pom.sha1
10:45:57 ERROR: Uploading
metadata.xml (300.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-
stub-service/1.6.0-SNAPSHOT/
plugin/dmi-stub-
service-1.6.0-20241121.104538-1.pom.md5: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57
app/maven-metadata.xml.sha1 (40.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-
stub-service/1.6.0-SNAPSHOT
plugin/dmi-stub-
service
app/maven-
1
metadata.
6.0-20241121.104538-1.pom.md5
10:45:57 ERROR: Uploading
xml.md5 (32.0 b)
14:43:49 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-stub-
service
app/1.6.0-SNAPSHOT/dmi-stub-
service
app-1.6.0-
20241121
20241126.
104538
144338-1.
jar.sha1: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57
pom (5.99 kb)
14:43:50 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-stub-
service
app/1.6.0-SNAPSHOT/dmi-stub-
service
app-1.6.0-
20241121
20241126.
104538
144338-1.
jar.sha1
10:45:57 Attempting to upload org/onap/cps/dmi-stub-service/1.6.0-SNAPSHOT/maven-metadata.xml (778.0 b)
10:45:57 Attempting to upload
pom.sha1 (40.0 b)
14:43:50 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-stub-
service
app/1.6.0-SNAPSHOT/dmi-stub-
service
app-1.6.0-
20241121
20241126.
104538
144338-1.
jar
pom.md5 (32.0 b)

10

14:
45:57 ERROR: Uploading
43:50 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-stub-
service
app/1.6.0-SNAPSHOT/dmi-stub-
service
app-1.6.0-
20241121
20241126.
104538
144338-1.jar
: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57
 (23.47 kb)
14:43:50 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-stub-
service
app/1.6.0-SNAPSHOT/dmi-stub-
service
app-1.6.0-
20241121
20241126.
104538
144338-1.jar

10:45:57 ERROR: Uploading org/onap/cps/dmi-stub-service/1.6.0-SNAPSHOT/maven-metadata.xml: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57
.sha1 (40.0 b)
14:43:50 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-stub-
service
app/1.6.0-SNAPSHOT/
maven-metadata.xml
10:45:57 Attempting to upload
dmi-stub-app-1.6.0-20241126.144338-1.jar.md5 (32.0 b)
14:43:50 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-stub-
service
app/1.6.0-SNAPSHOT/maven-metadata.xml
.md5
 (
32
790.0 b)

10

14:
45
43:
57
50 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-stub-
service
app/1.6.0-SNAPSHOT/maven-metadata.xml.sha1 (40.0 b)

10

14:
45:57 ERROR: Uploading
43:50 Attempting to upload org/onap/cps/ncmp-dmi-plugin/dmi-stub-
service
app/1.6.0-SNAPSHOT/
dmi-stub-service-1.6.0-20241121.104538-1.jar.md5: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57
maven-metadata.xml.md5 (32.0 b)
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/ncmp-
stub
dmi-
service
plugin/
1.6.0-SNAPSHOT/dmi-stub-service-1.6.0-20241121.104538-1.jar.md5
10:45:57 Attempting to upload
maven-metadata.xml
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/ncmp-dmi-plugin/maven-metadata.xml.sha1
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/ncmp-
stub
dmi-
app
plugin/maven-metadata.xml
(284.0 b)
10:45:57 ERROR: Uploading
.md5
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-
stub-service
plugin/ncmp-dmi-plugin/1.6.0-SNAPSHOT/maven-metadata.xml
.md5: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57

14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/ncmp-
stub
dmi-
service
plugin/1.6.0-SNAPSHOT/
maven-metadata.xml.md5
10:45:57 ERROR: Uploading
ncmp-dmi-plugin-1.6.0-20241126.144151-241.pom
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-
stub-service
plugin/ncmp-dmi-plugin/1.6.0-SNAPSHOT/
maven-metadata.xml.sha1: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57
ncmp-dmi-plugin-1.6.0-20241126.144151-241.pom.sha1
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-
stub-service
plugin/ncmp-dmi-plugin/1.6.0-SNAPSHOT/
maven-metadata.xml.sha1
10:45:57 Attempting to upload
ncmp-dmi-plugin-1.6.0-20241126.144151-241.pom.md5
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/ncmp-
stub
dmi-
app
plugin/
maven-metadata
1.
xml
6.
sha1 (40.
0
b)
10:45:57 Attempting to upload org/onap/cps/dmi-stub-app
-SNAPSHOT/maven-metadata.xml.
md5 (32.0 b)
10:45:57 Attempting to upload
sha1
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-
stub-app
plugin/ncmp-dmi-plugin/1.6.0-SNAPSHOT/
dmi-stub-app-1.6.0-20241121.104543-1.pom (5.96 kb)
10:45:57 ERROR: Uploading
maven-metadata.xml.md5
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-
stub
plugin/dmi-
app
service/maven-metadata.xml
: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57

14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-
stub
plugin/dmi-
app
service/maven-metadata.xml

10:45:57 ERROR: Uploading
.sha1
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-
stub
plugin/dmi-
app
service/maven-metadata.xml.
sha1: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57
md5
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-
stub-app/maven-metadata.xml.sha1
10:45:57 ERROR: Uploading
plugin/dmi-service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20241126.144328-1.pom
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-
stub-app/maven-metadata.xml.md5: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57
service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20241126.144328-1.pom.sha1
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-
stub-app/maven-metadata.xml.md5
10:45:57 Attempting to upload
service/1.6.0-SNAPSHOT/dmi-service-1.6.0-20241126.144328-1.pom.md5
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-
stub
plugin/dmi-
app
service/1.6.0-SNAPSHOT/dmi-
stub-app
service-1.6.0-
20241121
20241126.
104543
144328-1.
pom.sha1 (40.0 b)
10:45:57 Attempting to upload
jar
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-
stub
plugin/dmi-
app
service/1.6.0-SNAPSHOT/dmi-
stub-app
service-1.6.0-
20241121
20241126.
104543
144328-1.
pom.md5 (32.0 b)
10:45:57 ERROR: Uploading
jar.sha1
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-
stub
plugin/dmi-
app
service/1.6.0-SNAPSHOT/dmi-
stub-app
service-1.6.0-
20241121
20241126.
104543
144328-1.
pom: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57
jar.md5
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-
stub
plugin/dmi-
app
service/1.6.0-SNAPSHOT/maven-metadata.xml
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-
stub-app-
plugin/dmi-service/1.6.0-SNAPSHOT/maven-
20241121
metadata.
104543-1.pom
10:45:57 Attempting to upload
xml.sha1
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-
stub
plugin/dmi-
app
service/1.6
.0-SNAPSHOT
.0-SNAPSHOT/maven-metadata.xml.md5
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-stub/maven-
app-1.6.0-20241121.104543-1.jar (23.33 kb)
10:45:57 ERROR: Uploading
metadata.xml
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-
stub-app/1.6.0-SNAPSHOT
plugin/dmi-stub/maven-
app-1
metadata.
6.0-20241121.104543-1.pom.sha1: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57
xml.sha1
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-
stub-app/1.6.0-SNAPSHOT/
plugin/dmi-stub/maven-
app-1
metadata.
6.0-20241121.104543-1.pom.sha1
10:45:57 Attempting to upload
xml.md5
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-stub
-app
/1.6.0-SNAPSHOT/dmi-stub
-app
-1.6.0-
20241121
20241126.
104543
144329-1.
jar.sha1 (40.0 b)
10:45:57 ERROR: Uploading
pom
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-stub
-app
/1.6.0-SNAPSHOT/dmi-stub
-app
-1.6.0-
20241121
20241126.
104543
144329-1.pom.
md5: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57
sha1
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-stub
-app
/1.6.0-SNAPSHOT/dmi-stub-
app-
1.6.0-
20241121
20241126.
104543
144329-1.pom.md5

10

14:
45:57 Attempting to upload
43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-stub
-app
/1.6.0-SNAPSHOT/maven-metadata.xml
(774.0 b)
10:45:57 Attempting to upload

14:43:50 Successfully uploaded org/onap/cps/
dmi-stub-app/1.6.0-SNAPSHOT
ncmp-dmi-plugin/dmi-stub
-app-
/1.6.0-
20241121.104543-1.jar.md5 (32.0 b)
10:45:57 ERROR: Uploading
SNAPSHOT/maven-metadata.xml.sha1
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-stub
-app
/1.6.0-SNAPSHOT/
dmi-stub-app-1.6.0-20241121.104543-1.jar: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57
maven-metadata.xml.md5
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-stub-
app
service/
1.6.0-SNAPSHOT
maven-metadata.xml
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-stub-
app
service/maven-
1
metadata.
6.0-20241121.104543-1.jar
10:45:57 ERROR: Uploading
xml.sha1
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-
stub-app/1.6.0-SNAPSHOT
plugin/dmi-stub-
app
service/maven-
1
metadata.
6.0-20241121.104543-1.jar.sha1: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57
xml.md5
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-stub-
app
service/1.6.0-SNAPSHOT/dmi-stub-
app
service-1.6.0-
20241121
20241126.
104543
144334-1.
jar.sha1
10:45:57 ERROR: Uploading
pom
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-stub-
app
service/1.6.0-SNAPSHOT
/maven-metadata.xml: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57 org/onap/cps
/dmi-stub-
app/
service-1.6.0-
SNAPSHOT/maven-metadata.xml
10:45:57 Attempting to upload
20241126.144334-1.pom.sha1
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-stub-
app
service/1.6.0-SNAPSHOT/
maven-metadata.xml.sha1 (40.0 b)
10:45:57 Attempting to upload
dmi-stub-service-1.6.0-20241126.144334-1.pom.md5
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-stub-
app
service/1.6.0-SNAPSHOT/
maven-metadata.xml.md5 (32.0 b)
10:45:57 ERROR: Uploading
dmi-stub-service-1.6.0-20241126.144334-1.jar
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-stub-
app
service/1.6.0-SNAPSHOT/dmi-stub-
app
service-1.6.0-
20241121
20241126.
104543-1.jar.md5: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57
144334-1.jar.sha1
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-stub-
app
service/1.6.0-SNAPSHOT/dmi-stub-
app
service-1.6.0-
20241121
20241126.
104543
144334-1.jar.md5

10

14:
45:57 ERROR: Uploading
43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-stub-
app
service/1.6.0-SNAPSHOT/maven-metadata.xml
.sha1: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57

14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-stub-
app
service/1.6.0-SNAPSHOT/maven-metadata.xml.sha1

10

14:
45:57 ERROR: Uploading
43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-stub-
app
service/1.6.0-SNAPSHOT/maven-metadata.xml.md5
: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57

14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-stub-app/maven-metadata.xml
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-stub-app/
1.6.0-SNAPSHOT/
maven-metadata.xml.
md5
10:45:57 Successfully uploaded
sha1
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-stub-app/maven-metadata.xml

10:45:57 Successfully uploaded
.md5
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin
/maven-metadata.xml.sha1
10:45:57 Successfully uploaded
/dmi-stub-app/1.6.0-SNAPSHOT/dmi-stub-app-1.6.0-20241126.144338-1.pom
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin
/maven-metadata.xml.md5
10:45:57 Successfully uploaded
/dmi-stub-app/1.6.0-SNAPSHOT/dmi-stub-app-1.6.0-20241126.144338-1.pom.sha1
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-stub-app/1.6.0-SNAPSHOT/
maven-metadata.xml
10:45:57 Successfully uploaded
dmi-stub-app-1.6.0-20241126.144338-1.pom.md5
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-stub-app/1.6.0-SNAPSHOT/
ncmp
dmi-
dmi
stub-
plugin
app-1.6.0-
20241121
20241126.
104348
144338-
235.pom
10:45:57 Successfully uploaded
1.jar
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-stub-app/1.6.0-SNAPSHOT/
ncmp
dmi-
dmi
stub-
plugin
app-1.6.0-
20241121
20241126.
104348
144338-
235
1.
pom
jar.sha1

10

14:
45
43:
57
50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-stub-app/1.6.0-
SNAPSHOT
SNAPSHOT/dmi-stub-app-1.6.0-20241126.144338-1.jar.md5
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-stub-app/1.6.0-
20241121.104348-235.pom.md5
10:45:57 Successfully uploaded
SNAPSHOT/maven-metadata.xml
14:43:50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-stub-app/1.6.0-SNAPSHOT/maven-metadata.xml.sha1

10

14:
45
43:
57
50 Successfully uploaded org/onap/cps/ncmp-dmi-plugin/dmi-stub-app/1.6.0-SNAPSHOT/maven-metadata.xml.md5

10

14:
45:57 ERROR: Failed to upload to Nexus with status code: 403.
10:45:57
10:45:57 org/onap/cps/dmi-service/maven-metadata.xml
10:45:57 Build step 'Execute shell' marked build as failure
43:50 Finished deploying /w/workspace/cps-ncmp-dmi-plugin-maven-merge-master/m2repo to https://nexus.onap.org/content/repositories/snapshots
14:43:50 #######################################################

NCMP-DMI-Plugin Artifacts Location

...