@QiuMM With this PR I am no longer able to build individual druid modules, e.g. druid-server:
``` cd server mvn clean && mvn install -DskipTests=true ``` ``` [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 15.322 s [INFO] Finished at: 2018-09-26T16:42:00-07:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal de.thetaphi:forbiddenapis:2.3:check (compile) on project druid-server: IO problem while reading files with API signatures.: /Users/jw/jw_repo/druid/server/codestyle/joda-time-forbidden-apis.txt (No such file or directory) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException ``` [ Full content available at: https://github.com/apache/incubator-druid/pull/6371 ] This message was relayed via gitbox.apache.org for [email protected]
