diff options
author | 2024-11-29 16:02:35 +0000 | |
---|---|---|
committer | 2024-11-29 16:02:35 +0000 | |
commit | 3f72be5887883eb0a06f52a4f6dce395ac1b1eba (patch) | |
tree | 3be0a8fcdc83259f337653e829ce82c4d3be78ee /pom.xml | |
parent | 0e0e352ac7eec4f5e0b5e42b5d42927c7639f078 (diff) |
[DMI] Fix for dmi stage-release job
- Used dmi group as static value.
- Made mvn dependency plugin inherited true explicitly.
Issue-ID: CPS-2470
Change-Id: Ia7a5f644b13c4f219cf45deaef52b595656bc3ee
Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -35,7 +35,7 @@ <module>dmi-stub</module> </modules> - <groupId>${dmi.groupId}</groupId> + <groupId>org.onap.cps.ncmp-dmi-plugin</groupId> <artifactId>ncmp-dmi-plugin</artifactId> <version>1.6.0-SNAPSHOT</version> <name>ncmp-dmi-plugin</name> @@ -53,7 +53,6 @@ <!-- Project Versioning and Timestamp --> <cps.groupId>org.onap.cps</cps.groupId> <cps.version>3.5.5</cps.version> - <dmi.groupId>org.onap.cps.ncmp-dmi-plugin</dmi.groupId> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> <!-- Code Quality and Dependency Management --> @@ -100,7 +99,7 @@ </artifactItem> </artifactItems> </configuration> - <inherited>false</inherited> + <inherited>true</inherited> </execution> </executions> </plugin> |