Fix POMs for the updated build/release process
Fix POMs following project relocations and apply CI friendly Maven conventions. See gh-9316
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
<property name="processJavadoc" value="true" />
|
||||
</module>
|
||||
<module name="com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck">
|
||||
<property name="file" value="${main.basedir}/spring-boot-parent/src/checkstyle/import-control.xml" />
|
||||
<property name="file" value="${main.basedir}/spring-boot-project/spring-boot-parent/src/checkstyle/import-control.xml" />
|
||||
<property name="path" value="^.*[\\/]src[\\/]main[\\/].*$" />
|
||||
</module>
|
||||
<module name="com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck">
|
||||
|
||||
Reference in New Issue
Block a user