[MINOR] Fixed checkstyle config to be based off Maven root-dir (requires Maven >=3.3.1 to work properly); (#4009)
Updated README
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -231,6 +231,8 @@
|
||||
<sourceDirectories>
|
||||
<sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
|
||||
</sourceDirectories>
|
||||
<!-- NOTE: This property is only available in Maven >= 3.3.1 -->
|
||||
<propertyExpansion>basedir=${maven.multiModuleProjectDirectory}</propertyExpansion>
|
||||
<excludes>**\/generated-sources\/</excludes>
|
||||
</configuration>
|
||||
<executions>
|
||||
|
||||
Reference in New Issue
Block a user