I have a multiproject project with one of its modules being a web application and the others being jars. When I run "maven multiproject:deploy" on the root of my project, "artefact:deploy" is called on each subproject but my web application is deployed as a jar instead of a war. Is there a way to specify somewhere that this subproject is a war or do I have to create a custom goal in maven.xml as it is demonstrated in Maven Developer Notebook for zip's ?
-- Sébastien Arbogast The Epseelon Project : http://www.epseelon.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]