Fix parent release build 68/82168/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Wed, 13 Mar 2019 19:42:49 +0000 (15:42 -0400)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Wed, 13 Mar 2019 19:42:49 +0000 (15:42 -0400)
Replaced maven properties with static values in nexus staging
profile settings, which for some reason were not using
maven properties settings properly.

Change-Id: I8f8df8aedadb1da1612c9cecb16110257f4d493f
Issue-ID: CCSDK-1155
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
odlparent/binding-parent/pom.xml
odlparent/bundle-parent/pom.xml
odlparent/feature-repo-parent/pom.xml
odlparent/mdsal-it-parent/pom.xml
odlparent/odlparent-lite/pom.xml
odlparent/odlparent/pom.xml
odlparent/setup/src/main/resources/pom-template.xml
odlparent/single-feature-parent/pom.xml
pom.xml
springboot/springboot1/pom.xml
springboot/springboot2/pom.xml

index 4c804b4..1f3fec4 100644 (file)
                                                <extensions>true</extensions>
                                                <configuration>
                                                        <nexusUrl>https://nexus.onap.org</nexusUrl>
-                                                       <stagingProfileId></stagingProfileId>
-                                                       <serverId>ecomp-releases</serverId>
+                                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
+                                                       <serverId>ecomp-staging</serverId>
                                                </configuration>
                                        </plugin>
                                </plugins>
index 915a9a5..31d374d 100644 (file)
                                                <extensions>true</extensions>
                                                <configuration>
                                                        <nexusUrl>https://nexus.onap.org</nexusUrl>
-                                                       <stagingProfileId></stagingProfileId>
-                                                       <serverId>ecomp-releases</serverId>
+                                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
+                                                       <serverId>ecomp-staging</serverId>
                                                </configuration>
                                        </plugin>
                                </plugins>
index 0e913d1..0344be1 100644 (file)
                                                <extensions>true</extensions>
                                                <configuration>
                                                        <nexusUrl>https://nexus.onap.org</nexusUrl>
-                                                       <stagingProfileId></stagingProfileId>
-                                                       <serverId>ecomp-releases</serverId>
+                                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
+                                                       <serverId>ecomp-staging</serverId>
                                                </configuration>
                                        </plugin>
                                </plugins>
index 403058b..887a5cf 100644 (file)
                                                <extensions>true</extensions>
                                                <configuration>
                                                        <nexusUrl>https://nexus.onap.org</nexusUrl>
-                                                       <stagingProfileId></stagingProfileId>
-                                                       <serverId>ecomp-releases</serverId>
+                                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
+                                                       <serverId>ecomp-staging</serverId>
                                                </configuration>
                                        </plugin>
                                </plugins>
index 45b663a..0f714ea 100644 (file)
                                                <extensions>true</extensions>
                                                <configuration>
                                                        <nexusUrl>https://nexus.onap.org</nexusUrl>
-                                                       <stagingProfileId></stagingProfileId>
-                                                       <serverId>ecomp-releases</serverId>
+                                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
+                                                       <serverId>ecomp-staging</serverId>
                                                </configuration>
                                        </plugin>
                                </plugins>
index a86c2fb..99e7f61 100644 (file)
                                                <extensions>true</extensions>
                                                <configuration>
                                                        <nexusUrl>https://nexus.onap.org</nexusUrl>
-                                                       <stagingProfileId></stagingProfileId>
-                                                       <serverId>ecomp-releases</serverId>
+                                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
+                                                       <serverId>ecomp-staging</serverId>
                                                </configuration>
                                        </plugin>
                                </plugins>
index d9b3433..8038fa7 100755 (executable)
                                                <extensions>true</extensions>
                                                <configuration>
                                                        <nexusUrl>https://${onap.nexus.host}</nexusUrl>
-                                                       <stagingProfileId>${onap.nexus.staging.profile-id}</stagingProfileId>
-                                                       <serverId>${onap.nexus.staging.server-id}</serverId>
+                                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
+                                                       <serverId>ecomp-staging</serverId>
                                                </configuration>
                                        </plugin>
                                </plugins>
index 1c50cd2..71877d4 100644 (file)
                                                <extensions>true</extensions>
                                                <configuration>
                                                        <nexusUrl>https://nexus.onap.org</nexusUrl>
-                                                       <stagingProfileId></stagingProfileId>
-                                                       <serverId>ecomp-releases</serverId>
+                                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
+                                                       <serverId>ecomp-staging</serverId>
                                                </configuration>
                                        </plugin>
                                </plugins>
diff --git a/pom.xml b/pom.xml
index 05678e6..dcfca79 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -45,8 +45,8 @@
                                                <extensions>true</extensions>
                                                <configuration>
                                                        <nexusUrl>https://${onap.nexus.host}</nexusUrl>
-                                                       <stagingProfileId>${onap.nexus.staging.profile-id}</stagingProfileId>
-                                                       <serverId>${onap.nexus.staging.server-id}</serverId>
+                                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
+                                                       <serverId>ecomp-staging</serverId>
                                                </configuration>
                                        </plugin>
                                </plugins>
index 3d5cf6f..8900194 100755 (executable)
                                                <extensions>true</extensions>
                                                <configuration>
                                                        <nexusUrl>https://${onap.nexus.host}</nexusUrl>
-                                                       <stagingProfileId>${onap.nexus.staging.profile-id}</stagingProfileId>
-                                                       <serverId>${onap.nexus.staging.server-id}</serverId>
+                                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
+                                                       <serverId>ecomp-staging</serverId>
                                                </configuration>
                                        </plugin>
                                </plugins>
index a6d64be..8e2533b 100755 (executable)
                                                <extensions>true</extensions>
                                                <configuration>
                                                        <nexusUrl>https://${onap.nexus.host}</nexusUrl>
-                                                       <stagingProfileId>${onap.nexus.staging.profile-id}</stagingProfileId>
-                                                       <serverId>${onap.nexus.staging.server-id}</serverId>
+                                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
+                                                       <serverId>ecomp-staging</serverId>
                                                </configuration>
                                        </plugin>
                                </plugins>