Hmm, what if I need to copy dependencies (using maven-dependency-plugin) ONLY when executing a tomcat:*-goal, and not during any of the maven phases?
On Tue, Jun 10, 2008 at 1:22 PM, <[EMAIL PROTECTED]> wrote: > On Tue, 10 Jun 2008, Peter Odéus wrote: > >> Hi, >> >> is there a way to copy needed dependency jars to tomcat's common/lib >> during tomcat:deploy? > > You could try the dependency plugin: > http://maven.apache.org/plugins/maven-dependency-plugin/ > > > > -- > David J. M. Karlsen - +47 90 68 22 43 > http://www.davidkarlsen.com > http://mp3.davidkarlsen.com > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
