Ok, for others, I finally figured this out. You cannot have both a tld and a jar with the same artifactId and groupId. When I did it only picked up the jar. When I changed the artifactId to be unique, it picked up both.
Brian N. Burridge On Fri, 2004-01-30 at 13:06, Brian Burridge wrote: > What am I missing...I'm sure its something simple. > > I have my repository setup like this: > -repository > -xtags > -jars > -tlds > > My tld is in the tlds directory, and this is my dependency markup in > project.xml. > > <dependency> > <groupId>xtags</groupId> > <artifactId>xtags</artifactId> > <type>tld</type> > <properties> > <war.bundle>true</war.bundle> > </properties> > <version>1.0</version> > </dependency> > > > But, when I build the war, it doesn't copy the tld into it. > > Brian N. Burridge > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]