On Tue, Jun 10, 2008 at 9:18 AM, Gary VanMatre <[EMAIL PROTECTED]> wrote: > >> >> I see their is are profiles for jdk 1.4, 1.5, and 1.6. 1.4 is for >> Servlet v 2.4 where as 1.5 and 1.6 are for Servlet v2.5. Based on this >> I see 2 distributions, one for JSF 1.1 (profile = shale-test-jdk14) and >> one for JSF 1.2 ( profile = shale-test-jdk15) >> > > Yeah, sounds like that's the ticket but it's the first I've heard of > classifiers. Maybe one of our maven mavens could give some pointers on how > to configure a dual deployment. Do you think we would need two maven > projects? > > Any other apache projects doing this that we could borrow snippets?
I would think profiles would do everything we need. Is there a maven thing called a "classifier" that goes beyond profiles (i.e. combining profiles or something)? Greg