Will the was6 plugin for maven work with WAS 7

北慕城南 提交于 2019-12-11 03:21:31

问题


From what I can find there is no specific maven plugin for WAS 7, so I am wondering if the was6-maven-plugin will work with the newer version of the server.


回答1:


I asked IBM the same very questions: officialy yes, in reality the Jar Hell will give you some problems.. If I were you I would dimension a couple of days for issue resolution.




回答2:


was6-maven-plugin works for me on WAS7 without problems but you have to hack when you want to deploy multiple EARs from one Maven module.

You don't have an option to deploy multiple EARs as in Geronimo plugin where you could specify multiple artifactIds.

was6-maven-plugin has earFile that defaults to ${project.artifact.file}



来源:https://stackoverflow.com/questions/3918407/will-the-was6-plugin-for-maven-work-with-was-7

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