-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Description
I'm getting the following compilation errors trying to build the book's project code.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project common: Compilation failure
[ERROR] /home/hadoop-book-master/common/src/main/java/oldapi/NcdcStationMetadata.java:[7,8] error while writing oldapi.NcdcStationMetadata: could not create parent directories
[ERROR] -> [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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :common
Please let me know how to fix it.
Thanks