Hi All,

I am building SO project with Java 11,  and taken the code from master branch, 
after making some changes I am stuck at this point and facing the below error

For compiling the project I am using the below command -
mvn clean install  -DskipTests=true -Dmaven.test.skip=true -e


Please help me here to resolve the below error  -

Logs are here -

/nexus/content/repositories/camunda-bpm/ was cached in the local repository, 
resolution will not be reattempted until the update interval of camunda-bpm has 
elapsed or updates are forced. Original error: Could not transfer metadata 
org.onap.so.libs.openstack-java-sdk:quantum-client:1.4.0-SNAPSHOT/maven-metadata.xml
 from/to camunda-bpm 
(https://app.camunda.com/nexus/content/repositories/camunda-bpm/): Failed to 
transfer file: 
https://app.camunda.com/nexus/content/repositories/camunda-bpm/org/onap/so/libs/openstack-java-sdk/quantum-client/1.4.0-SNAPSHOT/maven-metadata.xml.
 Return code is: 400 , ReasonPhrase:Repository version policy: RELEASE does not 
allow metadata in path: 
org/onap/so/libs/openstack-java-sdk/quantum-client/1.4.0-SNAPSHOT/maven-metadata.xml.
Downloading: 
https://app.camunda.com/nexus/content/repositories/camunda-bpm/org/onap/so/libs/openstack-java-sdk/quantum-client/1.4.0-SNAPSHOT/quantum-client-1.4.0-SNAPSHOT.pom
Downloading: 
https://app.camunda.com/nexus/content/repositories/camunda-bpm/org/onap/so/libs/openstack-java-sdk/client-connectors/http-connector/1.4.0-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata 
org.onap.so.libs.openstack-java-sdk.client-connectors:http-connector:1.4.0-SNAPSHOT/maven-metadata.xml
 from/to camunda-bpm 
(https://app.camunda.com/nexus/content/repositories/camunda-bpm/): Failed to 
transfer file: 
https://app.camunda.com/nexus/content/repositories/camunda-bpm/org/onap/so/libs/openstack-java-sdk/client-connectors/http-connector/1.4.0-SNAPSHOT/maven-metadata.xml.
 Return code is: 400 , ReasonPhrase:Repository version policy: RELEASE does not 
allow metadata in path: 
org/onap/so/libs/openstack-java-sdk/client-connectors/http-connector/1.4.0-SNAPSHOT/maven-metadata.xml.
[WARNING] Failure to transfer 
org.onap.so.libs.openstack-java-sdk.client-connectors:http-connector:1.4.0-SNAPSHOT/maven-metadata.xml
 from https://app.camunda.com/nexus/content/repositories/camunda-bpm/ was 
cached in the local repository, resolution will not be reattempted until the 
update interval of camunda-bpm has elapsed or updates are forced. Original 
error: Could not transfer metadata 
org.onap.so.libs.openstack-java-sdk.client-connectors:http-connector:1.4.0-SNAPSHOT/maven-metadata.xml
 from/to camunda-bpm 
(https://app.camunda.com/nexus/content/repositories/camunda-bpm/): Failed to 
transfer file: 
https://app.camunda.com/nexus/content/repositories/camunda-bpm/org/onap/so/libs/openstack-java-sdk/client-connectors/http-connector/1.4.0-SNAPSHOT/maven-metadata.xml.
 Return code is: 400 , ReasonPhrase:Repository version policy: RELEASE does not 
allow metadata in path: 
org/onap/so/libs/openstack-java-sdk/client-connectors/http-connector/1.4.0-SNAPSHOT/maven-metadata.xml.
Downloading: 
https://app.camunda.com/nexus/content/repositories/camunda-bpm/org/onap/so/libs/openstack-java-sdk/client-connectors/http-connector/1.4.0-SNAPSHOT/http-connector-1.4.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] so ................................................. SUCCESS [  8.345 s]
[INFO] deployment-configs ................................. SUCCESS [  0.479 s]
[INFO] MSO Common classes ................................. SUCCESS [  6.396 s]
[INFO] mso-catalog-db ..................................... SUCCESS [  3.266 s]
[INFO] API Handler ........................................ SUCCESS [  0.050 s]
[INFO] mso-requests-db .................................... SUCCESS [  0.653 s]
[INFO] mso-requests-db-repositories ....................... SUCCESS [  0.594 s]
[INFO] mso-api-handler-common ............................. SUCCESS [  0.734 s]
[INFO] mso-api-handler-infra .............................. SUCCESS [  4.717 s]
[INFO] MSO Adapters ....................................... SUCCESS [  0.066 s]
[INFO] mso-adapters-rest-interface ........................ SUCCESS [ 12.087 s]
[INFO] Cloudify Rest Client ............................... SUCCESS [  0.516 s]
[INFO] mso-adapter-utils .................................. SUCCESS [  1.076 s]
[INFO] CXFLogging ......................................... SUCCESS [  0.253 s]
[INFO] mso-sdnc-adapter ................................... SUCCESS [  1.443 s]
[INFO] mso-requests-db-adapter ............................ SUCCESS [  2.985 s]
[INFO] mso-catalog-db-adapter ............................. SUCCESS [  2.654 s]
[INFO] mso-vfc-adapter .................................... SUCCESS [  1.263 s]
[INFO] mso-openstack-adapters ............................. SUCCESS [  2.588 s]
[INFO] ETSI SOL003 Adapter ................................ SUCCESS [  0.040 s]
[INFO] ETSI SOL003 Adapter Common ......................... SUCCESS [  0.309 s]
[INFO] ETSI SOL003 VNF Package Management ................. SUCCESS [  0.050 s]
[INFO] ETSI SOL003 VNF Package Management Adapter API ..... SUCCESS [  1.728 s]
[INFO] ETSI SOL003 VNF Package Management Adapter Ext Clients SUCCESS [  1.446 
s]
[INFO] ETSI SOL003 VNF Package Management Adapter ......... SUCCESS [  0.648 s]
[INFO] ETSI SOL003 Life Cycle Management .................. SUCCESS [  0.047 s]
[INFO] ETSI SOL003 Life Cycle Management Adapter API ...... SUCCESS [  1.302 s]
[INFO] ETSI SOL003 Life Cycle Management Adapter Ext Clients SUCCESS [  1.282 s]
[INFO] ETSI SOL003 Life Cycle Management Adapter .......... SUCCESS [  0.574 s]
[INFO] ETSI SOL003 Application Jar ........................ SUCCESS [  0.721 s]
[INFO] mso-ve-vnfm-adapter ................................ SUCCESS [  1.090 s]
[INFO] mso-nssmf-adapter .................................. SUCCESS [  1.269 s]
[INFO] BPMN Subsystem ..................................... SUCCESS [  0.043 s]
[INFO] MSOCoreBPMN ........................................ SUCCESS [  1.039 s]
[INFO] MSOCommonBPMN ...................................... SUCCESS [  5.414 s]
[INFO] so-appc-orchestrator ............................... SUCCESS [  2.341 s]
[INFO] asdc-controller .................................... SUCCESS [  2.598 s]
[INFO] so-bpmn-infrastructure-common ...................... SUCCESS [  5.118 s]
[INFO] so-bpmn-tasks ...................................... SUCCESS [  3.111 s]
[INFO] so-bpmn-building-blocks ............................ SUCCESS [  0.946 s]
[INFO] so-bpmn-infrastructure-flows ....................... SUCCESS [  0.574 s]
[INFO] mso-infrastructure-bpmn ............................ FAILURE [  4.853 s]
[INFO] so-monitoring ...................................... SKIPPED
[INFO] so-monitoring-ui ................................... SKIPPED
[INFO] so-monitoring-handler .............................. SKIPPED
[INFO] so-monitoring-service .............................. SKIPPED
[INFO] SO REST Simulator .................................. SKIPPED
[INFO] MSO Packages ....................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:28 min
[INFO] Finished at: 2020-05-05T16:06:20+00:00
[INFO] Final Memory: 262M/890M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project mso-infrastructure-bpmn: Could not 
resolve dependencies for project 
org.onap.so:mso-infrastructure-bpmn:jar:1.6.0-SNAPSHOT: Failed to collect 
dependencies at org.onap.so:so-bpmn-infrastructure-flows:jar:1.4.2 -> 
org.onap.so:MSOCommonBPMN:jar:1.4.2 -> 
org.onap.so.adapters:mso-adapters-rest-interface:jar:1.4.2 -> 
org.onap.so.libs.openstack-java-sdk:keystone-client:jar:1.4.0-SNAPSHOT: Failed 
to read artifact descriptor for 
org.onap.so.libs.openstack-java-sdk:keystone-client:jar:1.4.0-SNAPSHOT: Could 
not transfer artifact 
org.onap.so.libs.openstack-java-sdk:keystone-client:pom:1.4.0-SNAPSHOT from/to 
camunda-bpm (https://app.camunda.com/nexus/content/repositories/camunda-bpm/): 
Failed to transfer file: 
https://app.camunda.com/nexus/content/repositories/camunda-bpm/org/onap/so/libs/openstack-java-sdk/keystone-client/1.4.0-SNAPSHOT/keystone-client-1.4.0-SNAPSHOT.pom.
 Return code is: 400 , ReasonPhrase:Repository version policy: RELEASE does not 
allow version: 1.4.0-SNAPSHOT. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :mso-infrastructure-bpmn

Thanks & Regards
Rajiv Vishwkarma
78 38 30 60 60

::DISCLAIMER::
________________________________
The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only. E-mail transmission is not guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or may contain viruses in transmission. 
The e mail and its contents (with or without referred errors) shall therefore 
not attach any liability on the originator or HCL or its affiliates. Views or 
opinions, if any, presented in this email are solely those of the author and 
may not necessarily reflect the views or opinions of HCL or its affiliates. Any 
form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of this message without the prior written 
consent of authorized representative of HCL is strictly prohibited. If you have 
received this email in error please delete it and notify the sender 
immediately. Before opening any email and/or attachments, please check them for 
viruses and other defects.
________________________________

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#20949): https://lists.onap.org/g/onap-discuss/message/20949
Mute This Topic: https://lists.onap.org/mt/73994896/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to