You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "leonardo." <le...@gmail.com> on 2009/09/15 13:58:03 UTC

Create 2 .jars using one project.

Hi all,

I would like to know if exists some example showing how to create 2 .jars
using the same project.
my problems is i want to remove from one jar one tld file...

Example :
JAR1 - test1.tld,test2.tld
JAR2 - test1.tld


Thanks!