2010/9/10 Claude Brisson <cla...@renegat.net>:
> Webapps usually gather all their dependencies in WEB-INF/lib. Is there any
> easy way to ask maven to copy somewhere all needed jars, or at least give
> their location in maven cache? Otherwise, this should also be documented.

Yep, simple use the default scope (i.e. "compile") or, at least
"runtime" for the dependency.

> By the way, in which config file can one change the version number of a
> dependancy?

pom.xml, obviously. It's everything there.

> In the tools subprojects, we had very handy "start.showcase.webapp" and
> "stop.showcase.webapp" that would start/stop the showcase webapp using Jetty
> on the configured port. Is there any way to do it using maven?

mvn cargo:start
to start the application in a Jetty environment.

Antonio

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

Reply via email to