I have a simple war project and I want to extend it by branding it for each of our customers. The "branded" projects is essentially the same code as the main project with slightly over-ridden web content (jsps and images).
What is the simplest way to do this in Maven? I was thinking of making a seperate project for each "brand" and having ant update the main project's war file with the over-ridden web content. How would one do this effectively? -Tim --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
