> -----Original Message----- > From: Janne Kario [mailto:[EMAIL PROTECTED] > Sent: Saturday, November 01, 2003 2:15 PM > To: [EMAIL PROTECTED] > Subject: Taglibs project > > > Hi, > > I'm about to start a taglib-project which produces 2 artifacts (jar + > tld). The pure maven way would be to set up 2 subprojects - one for > each artifact. However, it seems a bit overkill to have a separate > subproject for a single file (tld).
>Is there any way that this > (producing and deploying multiple artifacts to repository) can be > accomplished using only one project. Perhaps some project specific goal > in maven.xml that uses the artifact plugin? > I find it quite normal that one project can "emit" two or more artifacts (e.g tag lib jar, tld files, javadoc, pom ) Take a look at POM plugin as a reference how to use artifact plugin (you can use this taglib in your maven.xml file) Michal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
