Re: [M2] maven-artifact-ant-2.1-SNAPSHOT-dep.jar missing files when built from scm

2006-01-30 Thread Tomislav Stojcevich
It did have the assmebly 2.1-SNAPSHOT in it's pom, however my copy of the assembly snapshot was stale. I updated and rebuilt my assembly plugin and it worked. Thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: [M2] maven-artifact-ant-2.1-SNAPSHOT-dep.jar missing files when built from scm

2006-01-30 Thread Brett Porter
You must ensure you are using a snapshot of the assembly plugin (the pom should require it, but I think it got dropped off at last release).. - Brett Tomislav Stojcevich wrote: > When I run install for this project the maven-artifact-ant.jar that > gets created has the antlib.xml and the ant task

[M2] maven-artifact-ant-2.1-SNAPSHOT-dep.jar missing files when built from scm

2006-01-30 Thread Tomislav Stojcevich
When I run install for this project the maven-artifact-ant.jar that gets created has the antlib.xml and the ant task classes in it. I run assembly:assmebly and the -dep.jar gets created but it is missing the antlib.xml and ant task classes that are in the jar that got created during the install.