diff options
author | sourabh_sourabh <sourabh.sourabh@est.tech> | 2024-11-18 15:41:26 +0000 |
---|---|---|
committer | sourabh_sourabh <sourabh.sourabh@est.tech> | 2024-11-18 15:41:26 +0000 |
commit | d31e277e0733fbc24b39d48cba3c340cb3ba6885 (patch) | |
tree | 9fb5dd4a3bec027b3e645b4985f96f26f7a0acf7 /dmi-stub/dmi-plugin-demo-and-csit-stub-app | |
parent | d7ed9f097252d2dcdcf504fd45bc1e7280b61d4c (diff) |
Fix for DMI Merge job to address HTTP 403 issue while uploading dmi jar to nexus3.onap.org
Issue-ID: CPS-2499
Change-Id: Iba0141c5d1d51712ae2a17b7ffb1daeb2cdc19db
Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
Diffstat (limited to 'dmi-stub/dmi-plugin-demo-and-csit-stub-app')
-rw-r--r-- | dmi-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmi-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml b/dmi-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml index ca214065..66a12119 100644 --- a/dmi-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml +++ b/dmi-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml @@ -109,7 +109,7 @@ <profiles> <profile> - <id>docker</id> + <id>stub-docker</id> <activation> <activeByDefault>true</activeByDefault> </activation> |