How to proceed with ear build in maven2?

不想你离开。 提交于 2019-12-11 01:27:56

问题


I very new to maven2. Till yesterday i was successful in building war from maven2. My next target is to build ear file for a war file including few of jar files as well.

Can you please help with that. I would be greatly thankful.

Regards Gnash-85


回答1:


The official documentation of the Maven EAR plugin and in particular the section about EAR Modules, the examples and the Usage page should be the reference. But you might find Because I always forget how to use maven-ear-plugin an easier starting point.

If you have a more specific problem, please make the question more specific.



来源:https://stackoverflow.com/questions/3369153/how-to-proceed-with-ear-build-in-maven2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!