> with the maven-dependency-plugin I can copy the dependencies in some output > directory. But how can I copy some dependencies to directory libs/ and > different dependencies in the directory plugins/ ?
Realistically you should be using the assembly plugin for the construction of "non-standard" artifact directory structures such as what you require, and not the dependency plugin. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
