I'm not entirely sure I know what you are asking, but I'd expect: - create JAR file as usual - install/deploy using tasks
- depend on jar file with a filesetId - incorporate fileset in war at WEB-INF/lib with a flatten mapper - install/deploy using tasks is this what you needed to do? - Brett On 10/1/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Can anyone give me advice on handling multiple artifact projects? > Basically, scenarios like this: > > .war file + .jar file (the jar file is an api, perhaps a web service) > > .ear file + .war file > > .jar file + .tld file > > I'm using the maven 2.0 tasks from ant, and using ANT to build my > artifacts and calling the > <artifact:install> and <artifact:deploy> tasks to actually push them to > the local and remote > repositories. > > --------------------- > Matthew Inger > Fiberlink Communications Corp > 215-664-1723 > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
