Make a "project" per component - jars, wars, ears. Then use the standard dependency mechanism on the jars and wars needed by the ear projects.
-----Original Message----- From: Nathan Coast [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 3:56 AM To: Maven Users List Subject: shared web components Hi, Is there a plugin for M1.1 or M2 which handles artifacts that may be used by more than one webapp. e.g. I may have a project that contains web artifacts: jsps, css, html, images, js, etc. May also contain java classes, tlds etc. I wish to use these components within other webapps. When including within other webapps, the web artifacts would be copied to the target webapp directory and any classes could be included in a jar within the WEB-INF/lib directory. Does such a plugin exist? or is there one in the pipeline? The functionality is a more generalised version of the maven-struts-module-plugin developed to include pre-built struts-modules within other struts webapps. http://www.codeczar.com/products/maven-struts-module-plugin/index.html cheers Nathan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
