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]
