this has to do with what's in your WAR, perhaps analyze what dependencies its using, and where they are coming from Maven is just like any other program; you can throw hardware at it to speed it up
On Thu, Jun 24, 2010 at 4:41 PM, Rajasekar Karthik <karthik...@gmail.com>wrote: > Hi, > How can Maven's package of war be speed up? > Currently, it is extremely slow - around 7 minutes or more. > > I even set the following options > -DMAVEN_OPTS="-Xms64m –Xmx512m" > (higher Xmx to see if it will increase speed - but, it does not) > > Other options being set and command (invoked through NetBeans) > mvn.bat -Dnetbeans.deploy=true -Dnetbeans.execution=true > -DMAVEN_OPTS=-Xms64m –Xmx512m package > > -- > Best Regards, > Rajasekar Karthik > karthik...@gmail.com >