Build maven project within Eclipse
I have a java project (actually it is just a wrapper for some corporate JAR files) that I would like to build using maven, in Eclipse.
Meaning, whenever the working space is being built, a maven build should be executed for this particular project.
I added a Maven Project Builder in the list of builders of that project:
No problems are detected, although, when building the work space, the following error is raised:
I am able to create a Run Configuration, and when executed, the project is built properly. But I would like an option that just build the project along with the rest of the work space...
Is there a way of achieving this?
(Not sure if this is relevant but here is the Maven Lifecycle Mapping for the project:)
链接地址: http://www.djcxy.com/p/29604.html上一篇: 在maven中爆炸但防止再次组装战争?
下一篇: 在Eclipse中构建Maven项目