Advertisement
TobNil

Untitled

Mar 11th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. C:\Workspace_Eclipse\test\HibernateExample>mvn clean package
  2. [INFO] Scanning for projects...
  3. [INFO]
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Building SpringExample 1.0-SNAPSHOT
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO]
  8. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ SpringExample ---
  9. [INFO]
  10. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ SpringExample ---
  11. [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
  12. [INFO] ------------------------------------------------------------------------
  13. [INFO] BUILD FAILURE
  14. [INFO] ------------------------------------------------------------------------
  15. [INFO] Total time: 0.363 s
  16. [INFO] Finished at: 2016-03-11T13:23:50+01:00
  17. [INFO] Final Memory: 5M/15M
  18. [INFO] ------------------------------------------------------------------------
  19. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:2.6:resources (default-resources) on project SpringExample: Cannot create resource output directory: C:\Workspace_Eclipse\test\HibernateExample\target\classes -> [Help 1]
  20. [ERROR]
  21. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  22. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  23. [ERROR]
  24. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  25. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  26.  
  27. C:\Workspace_Eclipse\test\HibernateExample>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement