문제

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.

도움이 되었습니까?

해결책

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.

다른 팁

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}

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top