Extra phase 'assemble' used for ear/war and copy without overwrite 
-------------------------------------------------------------------

         Key: MNG-2141
         URL: http://jira.codehaus.org/browse/MNG-2141
     Project: Maven 2
        Type: Improvement

    Reporter: Konstntin Polyzois
    Priority: Minor


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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to