Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. apt-get update && apt-get install maven
  2.  
  3. [INFO] Scanning for projects...
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Reactor Build Order:
  6. [INFO]
  7. [INFO] Mahout Build Tools
  8. [INFO] Apache Mahout
  9. [INFO] Mahout Math
  10. [INFO] Mahout MapReduce Legacy
  11. [INFO] Mahout Integration
  12. [INFO] Mahout Examples
  13. [INFO] Mahout Release Package
  14. [INFO] Mahout Math/Scala wrappers
  15. [INFO] Mahout Spark bindings
  16. [INFO] Mahout Spark bindings shell
  17. [INFO]
  18. [INFO] ------------------------------------------------------------------------
  19. [INFO] Building Mahout Build Tools 1.0-SNAPSHOT
  20. [INFO] ------------------------------------------------------------------------
  21. [INFO]
  22. [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ mahout-buildtools ---
  23. [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
  24. [INFO] Setting property: velocimacro.messages.on => 'false'.
  25. [INFO] Setting property: resource.loader => 'classpath'.
  26. [INFO] Setting property: resource.manager.logwhenfound => 'false'.
  27. [INFO] ------------------------------------------------------------------------
  28. [INFO] Reactor Summary:
  29. [INFO]
  30. [INFO] Mahout Build Tools ................................ FAILURE [1.607s]
  31. [INFO] Apache Mahout ..................................... SKIPPED
  32. [INFO] Mahout Math ....................................... SKIPPED
  33. [INFO] Mahout MapReduce Legacy ........................... SKIPPED
  34. [INFO] Mahout Integration ................................ SKIPPED
  35. [INFO] Mahout Examples ................................... SKIPPED
  36. [INFO] Mahout Release Package ............................ SKIPPED
  37. [INFO] Mahout Math/Scala wrappers ........................ SKIPPED
  38. [INFO] Mahout Spark bindings ............................. SKIPPED
  39. [INFO] Mahout Spark bindings shell ....................... SKIPPED
  40. [INFO] ------------------------------------------------------------------------
  41. [INFO] BUILD FAILURE
  42. [INFO] ------------------------------------------------------------------------
  43. [INFO] Total time: 2.465s
  44. [INFO] Finished at: Fri Oct 31 11:26:23 IST 2014
  45. [INFO] Final Memory: 12M/109M
  46. [INFO] ------------------------------------------------------------------------
  47. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.1:process (default) on project mahout-buildtools: Error finding remote resources manifests: /opt/mahout_trunk/buildtools/target/maven-shared-archive-resources/META-INF/NOTICE (No such file or directory) -> [Help 1]
  48. [ERROR]
  49. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  50. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  51. [ERROR]
  52. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  53. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement