I am not sure but I think what you are looking for is war:inplace although I have never tried it. http://maven.apache.org/plugins/maven-war-plugin/inplace-mojo.html
On 2/19/06, Brian E. Fox <[EMAIL PROTECTED]> wrote: > This exploded archive is where the war plugin assembles the war before > zipping it up. It's just a normal product of the war creation. If you > really need it gone for some reason, use the ant plugin to delete the > folder in the package phase. (pom defined plugins run after the > lifecycle ones so calling in the package phase will still cause it to > run after war) > > -----Original Message----- > From: Szczepan Faber [mailto:[EMAIL PROTECTED] > Sent: Sunday, February 19, 2006 6:38 PM > To: [email protected] > Subject: how to prevent from creating exploded archive? > > How to prevent from creating exploded archive in war:war goal (I want > only war to appear in target) ? > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Alexandre Poitras Québec, Canada --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
