From 9de3ce07e6b287c48c2c2d52a84534ed48932579 Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Fri, 4 Aug 2017 12:15:51 -0400 Subject: Failed to deploy so artifacts in nexus (again) There are Linux Foundation rules (enforced by nexus) that I still don't really understand. I'm convinced this is absolutely true: The groupId of every artifact in a project MUST begin with: org.openecomp. --or-- org.onap. The top-level artifact is no exception. So for example, this is NOT allowed: org.openecomp so Here's what I'm trying now. The top level pom will contain: org.openecomp.so so-parent Child modules will contain: org.openecomp.so so-parent 1.1.0-SNAPSHOT org.openecomp.so some-child-artifact Note that the groupId for the direct child module will be the same as the groupId for its parent. Issue: SO-21 Change-Id: I0d3cd2eb7a1883e23e3c0878ee7fa3dd4a7d55b2 Signed-off-by: Rob Daugherty --- adapters/mso-vnf-adapter/pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'adapters/mso-vnf-adapter') diff --git a/adapters/mso-vnf-adapter/pom.xml b/adapters/mso-vnf-adapter/pom.xml index 3ccb49b70c..ba0c87ab5e 100644 --- a/adapters/mso-vnf-adapter/pom.xml +++ b/adapters/mso-vnf-adapter/pom.xml @@ -2,11 +2,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.openecomp.so.framework + org.openecomp.so adapters 1.1.0-SNAPSHOT - org.openecomp.so.framework.adapters + org.openecomp.so.adapters mso-vnf-adapter war mso-vnf-adapter @@ -56,7 +56,7 @@ - org.openecomp.so.framework.adapters + org.openecomp.so.adapters mso-adapter-utils ${project.version} @@ -107,17 +107,17 @@ - org.openecomp.so.framework.adapters + org.openecomp.so.adapters mso-adapter-utils ${project.version} - org.openecomp.so.framework.adapters + org.openecomp.so.adapters mso-adapters-rest-interface ${project.version} - org.openecomp.so.framework.adapters + org.openecomp.so.adapters mso-vnf-adapter-async-client ${project.version} @@ -140,13 +140,13 @@ provided - org.openecomp.so.framework + org.openecomp.so status-control ${project.version} - + -- cgit 1.2.3-korg