I have the following situation: 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? Possibly using other tools? -- View this message in context: http://www.nabble.com/Decrease-War-size%2C-to-Decrease-Deploy-time-tp22399691p22399691.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org