Re: [m2] Need to put dependencies into target for jar module

2007-08-17 Thread Tim Kettler
Hi, have a look at the maven-dependency-plugin and its copy-dependencies mojo [1]. If the sole purpose of your ant task is to package your module classes in a jar together with its dependencies you can do this without ant altogether using the assembly-plugin [2]. -Tim [1] http://maven.apach

[m2] Need to put dependencies into target for jar module

2007-08-17 Thread Mick Knutson
OK, I have several dependencies for my jar module like: com.stc stc javax jms Now, I have an ant task that is called from my ant-run plugin, that needs to include those dependencies into its jar archive. So when