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

2007-08-18 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]

[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: dependency groupIdcom.stc/groupId artifactIdstc/artifactId /dependency dependency groupIdjavax/groupId artifactIdjms/artifactId /dependency Now, I have an ant