开发者

eclipse maven plugin problem

开发者 https://www.devze.com 2023-03-04 03:50 出处:网络
I try to build project from eclipse with maven and it tells me Build errors; org.apache.maven.lifecycle.Lifecycl开发者_JAVA技巧eExecutionException: Failed to execute goal org.apache.maven.plugins:mav

I try to build project from eclipse with maven and it tells me

Build errors; org.apache.maven.lifecycle.Lifecycl开发者_JAVA技巧eExecutionException: Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources (default-resources) on project sceneExplorer: Execution default-resources of goal org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources failed.

but if I build project from command line all goes perfect all resources are copied and no errors are thrown command line and eclipse use the same maven installation and settings.xml file

why does it happen?


heh, problem was in synchronization with file system, I have refreshed project in project explorer and problem has gone

0

精彩评论

暂无评论...
验证码 换一张
取 消