dependency:copy with resolve, or dependency:copy-dependencies with specified artifact

2010-07-22 Thread Tom
I'm converting an applet project to use Maven. This means I have a applet artifact which uses all kinds of other Swing related libraries and the actual WAR artifact. There also is a shared artifact that both use to communicate with each other. The applet is compiled with Java 1.6, the WAR

Re: dependency:copy with resolve, or dependency:copy-dependencies with specified artifact

2010-07-22 Thread Jörg Schaible
Hi Tom, Tom wrote: I'm converting an applet project to use Maven. This means I have a applet artifact which uses all kinds of other Swing related libraries and the actual WAR artifact. There also is a shared artifact that both use to communicate with each other. The applet is compiled

Re: dependency:copy with resolve, or dependency:copy-dependencies with specified artifact

2010-07-22 Thread Brian Fox
copy-dependencies has filters you can use to filter on scope, group, artifact etc On Thu, Jul 22, 2010 at 6:03 AM, Tom t...@tbee.org wrote: I'm converting an applet project to use Maven. This means I have a applet artifact which uses all kinds of other Swing related libraries and the actual