Split the dev-support directory by functionality (#1256)

pull/1259/head
马称 1 year ago committed by GitHub
parent d3f964fcdc
commit 7516aede87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -233,10 +233,10 @@
<applySkip>${skip.spotless.apply}</applySkip>
<java>
<eclipse>
<file>${maven.multiModuleProjectDirectory}/dev-support/hippo4j_spotless_formatter.xml</file>
<file>${maven.multiModuleProjectDirectory}/format/hippo4j_spotless_formatter.xml</file>
</eclipse>
<licenseHeader>
<file>${maven.multiModuleProjectDirectory}/dev-support/license-header</file>
<file>${maven.multiModuleProjectDirectory}/format/license-header</file>
</licenseHeader>
</java>
</configuration>
@ -254,10 +254,10 @@
<artifactId>maven-checkstyle-plugin</artifactId>
<version>${maven-checkstyle-plugin.version}</version>
<configuration>
<configLocation>${maven.multiModuleProjectDirectory}/dev-support/hippo4j_checkstyle.xml
<configLocation>${maven.multiModuleProjectDirectory}/checkstyle/hippo4j_checkstyle.xml
</configLocation>
<suppressionsLocation>
${maven.multiModuleProjectDirectory}/dev-support/hippo4j_checkstyle_suppression.xml
${maven.multiModuleProjectDirectory}/checkstyle/hippo4j_checkstyle_suppression.xml
</suppressionsLocation>
<!-- Do not scan the test directory for now -->
<includeTestSourceDirectory>false</includeTestSourceDirectory>

Loading…
Cancel
Save