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

Loading…
Cancel
Save