summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dmi-service/pom.xml2
-rw-r--r--dmi-stub/pom.xml2
-rw-r--r--pom.xml5
3 files changed, 4 insertions, 5 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>
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>
diff --git a/pom.xml b/pom.xml
index 56ab8af6..b40beb84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>