Question

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.

Was it helpful?

Solution

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.

OTHER TIPS

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}

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top