Filed as http://jira.codehaus.org/browse/MNG-2141
On 3/10/06, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > > Sounds interesting. Could you please file something in Jira so that we > track your suggestion? > > Regards, > Stéphane > > On 3/10/06, Konstantin Polyzois <[EMAIL PROTECTED]> wrote: > > We are using maven to build some war and ear files for weblogic. To > catch > > errors early we aree precompiling the ears and wars using a inhouse > written > > weblogic.appc plugin. Two things are a bit annoying :-) > > > > 1 The ear and war plugin always overwrites each file, I have tracked > this > > behaviuor to a org.codehaus.plexus.util.FileUtils class. Is it possible > to > > change the behaviuor of this class (add another method) that uses > timestamps > > a la Ant? > > > > 2 There would be nice with a phase between 'test' and 'package' where > the > > war/ear would be exploded. Maybe 'mvn assemble'? Then I could call my > plugin > > in that phase and the package would basically just jar the thing > together. > > It would also make development quicker because you could use 'mvn > assemble' > > to deploy your ear/war in an exploded state in your > > appserver/servletcontainer. > > > > /Konstantin > > > > > > > -- > .::You're welcome ::. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
