Details
Description
I tried to install Apache Atlas according the Official guide, and typed "export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=256m" && mvn clean install".
But the terminal showed that
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process (default) on project apache-atlas: Error finding remote resources manifests: /usr/local/atlas/target/maven-shared-archive-resources/META-INF/NOTICE (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
I also typed "mvn clean" first, it would be OK, but then I typed "mvn install" or "mvn install -U", it would still show Error.
Please help me.