southernriver commented on issue #23480: [Spark-26557][build] The configuration of maven-checkstyle-plugin is error for mvn install URL: https://github.com/apache/spark/pull/23480#issuecomment-451870877 Yes, update the plugin version is pretty good. Plugin version depended on different maven version. Maybe we should maintain unity for Spark. For branch-2.2 or branch-2.3,the configuration has two expression like this: ` <sourceDirectories>${basedir}/src/main/java,${basedir}/src/main/scala</sourceDirectories> <testSourceDirectory>${basedir}/src/test/java</testSourceDirectory>` But the for the branch of master, the latest version maven-checkstyle-plugin 3.0.0 has been introduced,and the writing style is unified.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
