You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by narayan dhumale <sh...@rediffmail.com> on 2006/07/05 11:29:24 UTC

How to reduce build & deploy time???

  
Hi,
I am using Maven 2.0.3 for building my project.In this project there are multiple projects which builds after based on which my project builds(using jar's of them).Now .war file which i build is packed in the .ear file made finally.
Every time i have to build the whole project in order to see the changes,
Can some tell me how to reduce this by some way or other??

Please guide...