On 03/08/2009 05:19 PM, Prag wrote:

I have a dev machine and a server machine running Tomcat. When Maven creates
a WAR on the dev machine, it has to be transferred to the server, which
takes some time due to all the libraries in the WAR.
> Is there a way to decrease this time? Maybe there somehow is a way to let
Maven manage the library depencencies on Tomcat so that not all libraries
have to be transferred every time?

You could place your dependencies in the Tomcat lib folder and use the provided scope.

> Possibly using other tools?

An embedded container would be faster. The tomcat-maven-plugin and maven-jetty-plugin have both a run goal, which doesn't need any packaging.

Best regards,
 Markus

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to