http://maven.apache.org/plugins/maven-dependency-plugin/copy-dependencies-mojo.html#excludeTransitive
On 14 December 2010 01:35, Erwin Mueller <[email protected]> wrote: > Hello, > > Can I exclude test dependencies in the maven-dependency-plugin? I'm > using this plugin to copy all dependencies to a specific directory so the > izpack plugin can package them into an installation application. However, it > seems the dependency plugin is also copying the test dependencies of the > project, like junit, fest-swing-junit, etc. I like to exclude them without to > specify each dependency explicit in the excludeGroupIds tag. > > Thank you, Erwin. > -- > Erwin Mueller, [email protected] > http://www.global-scaling-institute.de/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
