Pergunta

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.

Foi útil?

Solução

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.

Outras dicas

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}

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top