Hi all, I want to build the SO docker images from fithub masters version. So, I have : * Changed the setting.xml file, pointing to this https://git.onap.org/oparent/plain/settings.xml * git clone https://github.com/onap/so.git And then I have performet the builfding command : mvn clean install . But it returns the following error:
INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for so 1.4.0-SNAPSHOT: [INFO] [INFO] so ................................................. SUCCESS [04:53 min] [INFO] deployment-configs ................................. SUCCESS [ 21.972 s] [INFO] MSO Common classes ................................. FAILURE [01:18 min] [INFO] mso-catalog-db ..................................... SKIPPED [INFO] API Handler ........................................ SKIPPED [INFO] mso-requests-db .................................... SKIPPED [INFO] mso-requests-db-repositories ....................... SKIPPED [INFO] mso-api-handler-common ............................. SKIPPED [INFO] mso-api-handler-infra .............................. SKIPPED [INFO] MSO Adapters ....................................... SKIPPED [INFO] mso-adapters-rest-interface ........................ SKIPPED [INFO] Cloudify Rest Client ............................... SKIPPED [INFO] mso-adapter-utils .................................. SKIPPED [INFO] CXFLogging ......................................... SKIPPED [INFO] mso-sdnc-adapter ................................... SKIPPED [INFO] mso-requests-db-adapter ............................ SKIPPED [INFO] mso-catalog-db-adapter ............................. SKIPPED [INFO] mso-vfc-adapter .................................... SKIPPED [INFO] mso-openstack-adapters ............................. SKIPPED [INFO] MSO VNFM Adapter ................................... SKIPPED [INFO] mso-vnfm-adapter-api ............................... SKIPPED [INFO] mso-vnfm-adapter-ext-clients ....................... SKIPPED [INFO] mso-vnfm-etsi-adapter .............................. SKIPPED [INFO] mso-ve-vnfm-adapter ................................ SKIPPED [INFO] BPMN Subsystem ..................................... SKIPPED [INFO] MSOCoreBPMN ........................................ SKIPPED [INFO] MSOCommonBPMN ...................................... SKIPPED [INFO] so-appc-orchestrator ............................... SKIPPED [INFO] asdc-controller .................................... SKIPPED [INFO] so-bpmn-infrastructure-common ...................... SKIPPED [INFO] so-bpmn-tasks ...................................... SKIPPED [INFO] so-bpmn-building-blocks ............................ SKIPPED [INFO] so-bpmn-infrastructure-flows ....................... SKIPPED [INFO] mso-infrastructure-bpmn ............................ SKIPPED [INFO] so-monitoring ...................................... SKIPPED [INFO] so-monitoring-ui ................................... SKIPPED [INFO] so-monitoring-handler .............................. SKIPPED [INFO] so-monitoring-service .............................. SKIPPED [INFO] MSO Packages ....................................... SKIPPED [INFO] SO REST Simulator .................................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:55 min [INFO] Finished at: 2020-02-06T10:59:56+01:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project common: Could not resolve dependencies for project org.onap.so:common:jar:1.4.0-SNAPSHOT: Failed to collect dependencies at org.onap.aai.schema-service:aai-schema:jar:1.6.2-SNAPSHOT: Failed to read artifact descriptor for org.onap.aai.schema-service:aai-schema:jar:1.6.2-SNAPSHOT: Could not transfer artifact org.onap.aai.schema-service:aai-schema:pom:1.6.2-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/aai/schema-service/aai-schema/1.6.2-SNAPSHOT/aai-schema-1.6.2-SNAPSHOT.pom* *. Return code is: 400 , ReasonPhrase:Repository version policy: RELEASE does not allow version: 1.6.2-SNAPSHOT. -> [Help 1]* *org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project common: Could not resolve dependencies for project org.onap.so:common:jar:1.4.0-SNAPSHOT: Failed to collect dependencies at org.onap.aai.schema-service:aai-schema:jar:1.6.2-SNAPSHOT * How Can I solve this issue? Thanks, Aniello Paolo Malinconico -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19933): https://lists.onap.org/g/onap-discuss/message/19933 Mute This Topic: https://lists.onap.org/mt/71019479/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
