I may be wrong but isn't the dependencies element meant for things you need to *build* your project. Wouldn't the build/resource element be appropriate for tlds?
Sri -----Original Message----- From: Emmanuel Boudrant [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 12:16 PM To: [EMAIL PROTECTED] Subject: Struts TLDs dependencies Hi, I've got a struts application described by maven, in my dependencies I add all the struts 1.1 TLDS. When I build the war (maven war), maven copy all the TLDs in my webapp but it's keeping the version suffix (struts-html-1.1.tld). How can I tell maven to remove the version suffix in my webapp structure (WEB_INF/tld/*) ? Here the declaration : <dependency> <groupId>struts</groupId> <artifactId>struts-nested</artifactId> <version>1.1</version> <type>tld</type> <properties> <war.bundle>true</war.bundle> </properties> </dependency> Thx, -emmanuel --------------------------------------------------------------------- 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]
