Hi everyone, I am newly to spark, and try to package the spark-core for some modification. I use IDEA to package the spark-core_2.10 of spark 1.1.1. When encounter the following error, I check the website http://www.scalastyle.org/maven.html, and its suggest configuration is to modify the spark-parent.pom and add a ${basedir}to the <configLocation> and <outputFile> of scalastyle-maven-plugin, but it doesn't work. I solve this error by cocpy the config file to core directory, but, is there any other better solution?
[ERROR] Failed to execute goal org.scalastyle:scalastyle-maven-plugin:0.4.0:check (default) on project spark-core_2.10: Failed during scalastyle execution: Unable to find configuration file at location scalastyle-config.xml -> [Help 1] [ERROR]