Intellij IDEA maven clean失败

  1. [INFO] Scanning for projects...  
  2. [INFO]   
  3. [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1  
  4. [INFO]   
  5. [INFO] ------------------------------------------------------------------------  
  6. [INFO] Building vn-wl-dxc 1.0.0-SNAPSHOT  
  7. [INFO] ------------------------------------------------------------------------  
  8. [INFO]   
  9. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ vn-wl-dxc ---  
  10. [INFO] Deleting D:\workspase3\yx-jc-ent\vn-wl-al\vn-wl-dxc\target  
  11. [INFO] ------------------------------------------------------------------------  
  12. [INFO] BUILD FAILURE  
  13. [INFO] ------------------------------------------------------------------------  
  14. [INFO] Total time: 1.586 s  
  15. [INFO] Finished at: 2014-11-22T10:24:56+08:00  
  16. [INFO] Final Memory: 7M/123M  
  17. [INFO] ------------------------------------------------------------------------  
  18. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean) on project vn-wl-dxc: Failed to clean project: Failed to delete D:\workspase3\yx-jc-ent\vn-wl-al\vn-wl-dxc\target\vn-wl-dxc\logs\vn-wl-dxc-bp.log -> [Help 1]  
  19. [ERROR]   
  20. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.  
  21. [ERROR] Re-run Maven using the -X switch to enable full debug logging.  
  22. [ERROR]   
  23. [ERROR] For more information about the errors and possible solutions, please read the following articles:  
  24. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException  
  25. Process finished with exit code 1  



猜你喜欢

转载自blog.csdn.net/wd521521/article/details/80307028