Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a j2ee-webapp which can be extended by different modules (plugins). These modules contain jsp's as well as .class and resource files.

What is the best way to package such a module ?

share|improve this question
Are you using a thing like OSGI ? What do you expect as a structure to use such a module? – khmarbaise Apr 11 '11 at 13:17
No, the webapp has a maven-webapp structure. Maybe the module should look similar to this. – o-richie-nal Apr 11 '11 at 14:12
Ok means a simple web-app structure so you should handle it as a usual maven-web-app build. – khmarbaise Apr 11 '11 at 14:19
But it is only a module which depends on the core app. So it should not be possible to deploy this module as standalone app – o-richie-nal Apr 11 '11 at 14:43

1 Answer

up vote 0 down vote accepted

Take a look at war overlays: http://maven.apache.org/plugins/maven-war-plugin/overlays.html

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.