1
0

[HUDI-527] scalastyle-maven-plugin moved to pluginManagement as it is only used in hoodie-spark and hoodie-cli modules.

This fixes compile warnings as well as unnecessary plugin invocation for most of the modules which do not have scala code.
This commit is contained in:
Prashant Wason
2020-01-13 11:38:59 -08:00
committed by n3nash
parent baa6b5e889
commit 0a07752dc0
3 changed files with 34 additions and 23 deletions

View File

@@ -110,6 +110,13 @@
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.scalastyle</groupId>
<artifactId>scalastyle-maven-plugin</artifactId>
<configuration>
<includeTestSourceDirectory>false</includeTestSourceDirectory>
</configuration>
</plugin>
</plugins>
</build>