<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>
<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>
<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>
<!-- 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 -->
</artifactItem>
</artifactItems>
</configuration>
- <inherited>false</inherited>
+ <inherited>true</inherited>
</execution>
</executions>
</plugin>