Failed to deploy so artifacts in nexus 01/6501/1
authorRob Daugherty <rd472p@att.com>
Tue, 1 Aug 2017 15:56:58 +0000 (11:56 -0400)
committerRob Daugherty <rd472p@att.com>
Tue, 1 Aug 2017 16:01:37 +0000 (12:01 -0400)
commit8047b7cc808079539dc18de940cf22b66023a9f7
tree459eceb9853e393ea6fd9fff88bceb282096f09e
parent2c5310ad100fab7a368bb7572b64a0231ff843d2
Failed to deploy so artifacts in nexus

More problems encountered since mso repos were renamed.

We now have found that this declaration in the top-level so pom
causes the deploy to fail with a 403 Forbidden error:

        <groupId>org.openecomp</groupId>
        <artifactId>so</artifactId>

We are changing this to:

        <groupId>org.openecomp.so</groupId>
        <artifactId>framework</artifactId>

Issue: SO-21
Change-Id: I4e21d689c73c5071bde725127bb81482ce3d91f9
Signed-off-by: Rob Daugherty <rd472p@att.com>
33 files changed:
adapters/mso-adapter-utils/pom.xml
adapters/mso-adapters-rest-interface/pom.xml
adapters/mso-catalog-db-adapter/pom.xml
adapters/mso-network-adapter-async-client/pom.xml
adapters/mso-network-adapter/pom.xml
adapters/mso-requests-db-adapter/pom.xml
adapters/mso-sdnc-adapter/pom.xml
adapters/mso-tenant-adapter/pom.xml
adapters/mso-vnf-adapter-async-client/pom.xml
adapters/mso-vnf-adapter/pom.xml
adapters/mso-workflow-message-adapter/pom.xml
adapters/pom.xml
asdc-controller/pom.xml
bpmn/MSOCockpit/pom.xml
bpmn/MSOCommonBPMN/pom.xml
bpmn/MSOCoreBPMN/pom.xml
bpmn/MSOInfrastructureBPMN/pom.xml
bpmn/MSOMockServer/pom.xml
bpmn/MSORESTClient/pom.xml
bpmn/MSOURN-plugin/pom.xml
bpmn/pom.xml
common/pom.xml
mso-api-handlers/mso-api-handler-common/pom.xml
mso-api-handlers/mso-api-handler-infra/pom.xml
mso-api-handlers/mso-requests-db/pom.xml
mso-api-handlers/pom.xml
mso-catalog-db/pom.xml
packages/arquillian-unit-tests/pom.xml
packages/deliveries/pom.xml
packages/docker/pom.xml
packages/pom.xml
pom.xml
status-control/pom.xml