On Tue, 13 Jul 2004 13:01:05 -0500, Joe Germuska wrote: >�struts-apps would not map to a single Maven artifact, I don't >�think. Not if it maps to all of: ���struts-blank.war ���struts- >�documentation.war ���struts-examples.war ���struts-mailreader.war � >��tiles-documentation.war
True. Kinda of the exception that proves the rule. :) The "outer" portion of struts-documentation would become struts-site. Most of the userGuide portion would be rolled into struts-core, except for parts that pertain to the taglibs, which would rolled into that subproject instead. struts-blank, struts-examples, struts-mailreader, and tiles-documentation (or maybe tiles-examples), would all be subprojects of the struts-apps master project, and so, yes, struts-apps would produce multiple WAR artifacts. But there would be one for every directory immediately below struts-apps. ./struts/apps/blank ./struts/apps/examples ./struts/apps/mailreader ./struts/apps/tiles-examples -Ted. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
