Hello I have two webapps under a multi modules project, and I want to share jsps between them. Obviously I will not copy/paste files, nor use a svn:externals to host them.
I'm thinking of using an assembly to zip them as a "bundle" artifact, and use the dependencies plugin to unzip them when war files will be built. Is this the common way to share "non-classpath" resources ? Thanks laurent -- <a href="http://blog.jdeuxe.info/">http://blog.jdeuxe.info/ - Java entreprise tips & tricks</a> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
