On 16/09/05, Brett Porter <[EMAIL PROTECTED]> wrote: > The WAR plugin isn't released yet, so we may still get a chance to allow > it to do both (ie, exploded also wars it up). Is that useful?
Phew, that was a close one ;) I basically need the functionality from before Kenney's commit, i.e. - // if ( !"exploded".equals( mode ) ) + if ( !"exploded".equals( mode ) ) So both mode="war" and mode="exploded" arrange the exploded war in target/finalName, but *only* mode="war" will war up the files into target/finalName.war. I understand what Kenney wanted to fix (missing war on m2 install with mode != "war"), but I feel that error message is better than losing this functionality. > Regardless, a new release can be made at any time - no more tying > plugins to m2 releases. Great, that's good news. Cheers, Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
