summaryrefslogtreecommitdiffstats
path: root/dmi-stub
diff options
context:
space:
mode:
authorsourabh_sourabh <sourabh.sourabh@est.tech>2024-11-29 16:02:35 +0000
committersourabh_sourabh <sourabh.sourabh@est.tech>2024-11-29 16:02:35 +0000
commit3f72be5887883eb0a06f52a4f6dce395ac1b1eba (patch)
tree3be0a8fcdc83259f337653e829ce82c4d3be78ee /dmi-stub
parent0e0e352ac7eec4f5e0b5e42b5d42927c7639f078 (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-stub')
-rw-r--r--dmi-stub/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmi-stub/pom.xml b/dmi-stub/pom.xml
index c7100142..e4ad6c45 100644
--- a/dmi-stub/pom.xml
+++ b/dmi-stub/pom.xml
@@ -31,7 +31,7 @@
<properties>
- <checkstyle.config.location>../</checkstyle.config.location>
+ <checkstyle.config.location>${project.basedir}</checkstyle.config.location>
<jacoco.skip>true</jacoco.skip>
<java.version>17</java.version>
<maven.compiler.release>17</maven.compiler.release>