>> Unless I've misunderstood you, the standard maven-dependency-plugin >> does >> what you want: >> http://maven.apache.org/plugins/maven-dependency-plugin/ >> >> See the "dependency-copy" goal in particular. >> > [cwb] this is not really sufficient. We want >1) to use <dependency> elements, so that the dependency is clearly >expressed in the POM (rather than buried in the plugin config) >2) to have the artifact copied to the local repo (for reuse) AND to >target/classes
Use dependency:copy-dependencies instead. This will copy all dependencies of the current project, but you can filter it down to a specific artifact that you want. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
