jon-wei opened a new issue #6392: forbidden-api check prevents building 
individual modules
URL: https://github.com/apache/incubator-druid/issues/6392
 
 
   After #6371 was merged I am no longer able to build individual druid modules 
like 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
   ```

----------------------------------------------------------------
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]

Reply via email to