Add repo in Nordix for temporary jar 75/6375/2
authorelinuxhenrik <henrik.b.andersson@est.tech>
Tue, 22 Jun 2021 12:16:21 +0000 (14:16 +0200)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Tue, 22 Jun 2021 12:59:21 +0000 (14:59 +0200)
The policy-clamp-participant-impl-kubernetes from
org.onap.policy.clamp.participant has not been released in ONAP but is
needed for the D release of the Helm Manager. To be able to release the
Helm Manager the jar will be temporarily stored in a repo in Nordix.

Issue-ID: NONRTRIC-547
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: Ifefe76e4c72940bb1caee4cc0bd623b6fb810959

helm-manager/pom.xml

index 7de3d17..4a660ce 100644 (file)
             <name>onap-snapshots</name>
             <url>https://nexus.onap.org/content/repositories/snapshots/</url>
         </repository>
+        <repository>
+            <id>nordix</id>
+            <name>39bf7eabe020-releases</name>
+            <url>https://artifactory.nordix.org/artifactory/onap-policy-clamp-participant-maven-local</url>
+        </repository>
     </repositories>
     <properties>
         <!-- Update this when a new version of the dependency jar shall be included -->
-        <policy-clamp-participant-impl-kubernetes.version>6.1.2-SNAPSHOT</policy-clamp-participant-impl-kubernetes.version>
+        <policy-clamp-participant-impl-kubernetes.version>6.1.2</policy-clamp-participant-impl-kubernetes.version>
         <docker-maven-plugin.version>0.36.0</docker-maven-plugin.version>
-        <maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version>
     </properties>
     <dependencies>
         <dependency>
@@ -70,7 +74,6 @@
                 <!-- Make the jar file of the dependency available as a file for inclusion in the docker image-->
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-dependency-plugin</artifactId>
-                <version>${maven-dependency-plugin.version}</version>
                 <executions>
                 <execution>
                     <id>copy</id>