> -----Original Message-----
> From: Marcin Maciukiewicz [mailto:[EMAIL PROTECTED]
> Sent: Monday, August 02, 2004 10:27 AM
> To: Maven Users List
> Subject: Re: artifact for jsp taglib: bug? bad practice? or what?
>
>
>  > most appropriate solution is to relay on tld discovery
>  > mechanism built-in into container
>
> yeap... that's also the way:)
>
> I have better idea than renaming tld... on taglib jar I'll set property
> "tld-filename" handled by my maven.xml... damn in that case I'll loose
> maven's dependency check ... argggghhhh>:(
>
> anyway.. I assume also that there is no support for placing tld's in
> webapp structure in any goal?

Add the following to your tld dependency:

    <properties>
      <war.bundle>true</war.bundle>
    </properties>

This will place the tld in ${maven.war.tld.dir}.  See
http://maven.apache.org/reference/plugins/war/properties.html.

>
> --
> Marcin Maciukiewicz
> [EMAIL PROTECTED]
>
>
>
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to