diff options
author | 2024-11-29 16:02:35 +0000 | |
---|---|---|
committer | 2024-11-29 16:02:35 +0000 | |
commit | 3f72be5887883eb0a06f52a4f6dce395ac1b1eba (patch) | |
tree | 3be0a8fcdc83259f337653e829ce82c4d3be78ee /dmi-service | |
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 'dmi-service')
-rw-r--r-- | dmi-service/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmi-service/pom.xml b/dmi-service/pom.xml index e219ebed..5a4b6169 100644 --- a/dmi-service/pom.xml +++ b/dmi-service/pom.xml @@ -38,7 +38,7 @@ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <!-- Checkstyle Configuration --> - <checkstyle.config.location>${project.parent.basedir}</checkstyle.config.location> + <checkstyle.config.location>${project.basedir}</checkstyle.config.location> <!-- Global properties for version management --> <bug.pattern.version>1.5.0</bug.pattern.version> |