From: adheli.tavares Date: Fri, 12 Dec 2025 11:30:18 +0000 (+0000) Subject: Fix the distributionManagement tag to be on root pom.xml X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;p=policy%2Fclamp.git Fix the distributionManagement tag to be on root pom.xml - distributionManagement tag must be declared in root pom.xml so maven can find where to deploy the artifacts. Issue-ID: POLICY-5494 Change-Id: Id69cd334a7cd282c15a74147061e299e1f3d3b4e Signed-off-by: adheli.tavares --- diff --git a/clamp-parent/onap-java-formatter.xml b/clamp-parent/onap-java-formatter.xml new file mode 100644 index 000000000..1dd9de63c --- /dev/null +++ b/clamp-parent/onap-java-formatter.xml @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/clamp-parent/pom.xml b/clamp-parent/pom.xml index 7b1e7c7d7..3170f31dd 100644 --- a/clamp-parent/pom.xml +++ b/clamp-parent/pom.xml @@ -43,17 +43,6 @@ dependencies - - - ecomp-releases - ${onap.nexus.url}/content/repositories/releases - - - ecomp-snapshots - ${onap.nexus.url}/content/repositories/snapshots - - - diff --git a/pom.xml b/pom.xml index e6667a391..e0f6b530c 100644 --- a/pom.xml +++ b/pom.xml @@ -61,4 +61,15 @@ participant + + + ecomp-releases + ${onap.nexus.url}/content/repositories/releases + + + ecomp-snapshots + ${onap.nexus.url}/content/repositories/snapshots + + + diff --git a/settings.xml b/settings.xml index 39ff52d95..5573a553d 100644 --- a/settings.xml +++ b/settings.xml @@ -17,158 +17,160 @@ limitations under the License. --> + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> - - - onap-settings - - https://nexus.onap.org - https://nexus.onap.org/content/sites/raw - https://nexus.onap.org/service/local/repositories/raw/content - ecomp-raw + + + onap-settings + + https://nexus.onap.org + https://nexus.onap.org/content/sites/raw + + https://nexus.onap.org/service/local/repositories/raw/content + + ecomp-raw - - nexus3.onap.org:10003 - nexus3.onap.org:10002 - nexus3.onap.org:10001 - nexus3.onap.org:10003 - - - - onap-snapshots - - - onap-snapshots - onap-snapshots - https://nexus.onap.org/content/repositories/snapshots/ - - false - - - true - - - - - - onap-snapshots - onap-snapshots - https://nexus.onap.org/content/repositories/snapshots/ - - false - - - true - - - - - - onap-releases - - - onap-releases - onap-releases - https://nexus.onap.org/content/repositories/releases/ - - true - - - false - - - - - - onap-releases - onap-releases - https://nexus.onap.org/content/repositories/releases/ - - true - - - false - - - - - - onap-public - - - central - https://repo1.maven.org/maven2/ - - - onap-public - onap-public - https://nexus.onap.org/content/repositories/public/ - - true - - - false - - - - - - central - https://repo1.maven.org/maven2/ - - - onap-public - onap-public - https://nexus.onap.org/content/repositories/public/ - - true - - - false - - - - - - - local-public - - - local-public - local-public - http://nexus-proxy:8081/nexus/content/repositories/public/ - - true - - - false - - - - - - local-public - local-public - http://nexus-proxy:8081/nexus/content/repositories/public/ - - true - - - false - - - - - + + nexus3.onap.org:10003 + nexus3.onap.org:10002 + nexus3.onap.org:10001 + nexus3.onap.org:10003 + + + + onap-snapshots + + + onap-snapshots + onap-snapshots + https://nexus.onap.org/content/repositories/snapshots/ + + false + + + true + + + + + + onap-snapshots + onap-snapshots + https://nexus.onap.org/content/repositories/snapshots/ + + false + + + true + + + + + + onap-releases + + + onap-releases + onap-releases + https://nexus.onap.org/content/repositories/releases/ + + true + + + false + + + + + + onap-releases + onap-releases + https://nexus.onap.org/content/repositories/releases/ + + true + + + false + + + + + + onap-public + + + central + https://repo1.maven.org/maven2/ + + + onap-public + onap-public + https://nexus.onap.org/content/repositories/public/ + + true + + + false + + + + + + central + https://repo1.maven.org/maven2/ + + + onap-public + onap-public + https://nexus.onap.org/content/repositories/public/ + + true + + + false + + + + + + + local-public + + + local-public + local-public + http://nexus-proxy:8081/nexus/content/repositories/public/ + + true + + + false + + + + + + local-public + local-public + http://nexus-proxy:8081/nexus/content/repositories/public/ + + true + + + false + + + + + - - onap-settings - onap-snapshots - onap-releases - onap-public - - + + onap-settings + onap-snapshots + onap-releases + onap-public + +