Re: Maven-dependency-plugin: type and classifier for *-test-sources.jar?

2010-11-12 Thread Andreas Sewe
Hi Justin, type = jar classifier = test-sources yes, that did the trick. Thanks :-) Andreas - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Maven-dependency-plugin: type and classifier for *-test-sources.jar?

2010-11-12 Thread Justin Edelson
type = jar classifier = test-sources HTH, Justin On Nov 12, 2010, at 9:42 AM, Andreas Sewe wrote: > Hi all, > > I need to use the maven-dependency-plugin to copy a *-test-sources.jar > artifact. Alas, I am unable to find the proper values for the artifactItem's > and . I either end up copyin

Maven-dependency-plugin: type and classifier for *-test-sources.jar?

2010-11-12 Thread Andreas Sewe
Hi all, I need to use the maven-dependency-plugin to copy a *-test-sources.jar artifact. Alas, I am unable to find the proper values for the artifactItem's and . I either end up copying *-sources-jar or *-tests.jar, but never *-test-sources.jar. :-( Can anyone please help me with this? How