You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Tom Bostelmann <tb...@qpass.com> on 2005/01/07 10:35:40 UTC

How do I 'install' tld that I create?

How do you get tld's that you create into the repository?  I understand
how to create dependencies to them, however, we're creating a few of
them and I'm wondering if they should have their own project since
maven, as a rule, wants projects to output only one artifact.


Re: How do I 'install' tld that I create?

Posted by Brett Porter <br...@gmail.com>.
I think the tlds are different, and should go along side the JAR that
contains their code. Actually, they should be bundled inside it so
that servlet 2.3 containers can discover tham automatically.

There is no tld plugin, so you can use the <artifact:deploy /> jelly
tag in your maven.xml (see jar:deploy for an example) to upload them.

Cheers,
Brett


On Fri, 7 Jan 2005 01:35:40 -0800, Tom Bostelmann <tb...@qpass.com> wrote:
> How do you get tld's that you create into the repository?  I understand
> how to create dependencies to them, however, we're creating a few of
> them and I'm wondering if they should have their own project since
> maven, as a rule, wants projects to output only one artifact.
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org