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
