Actualy, I use maven for generate different wars in the same project.
All this wars use same classes and jars but the webapp file could be
different (align center, align left ...)
So I have differents directory to generate my webapp under src :
src/webapp-common : all common jsp/html/configuration files
src/webapp1 : all specific jsp/html/configuration files
for webapp1
src/webapp2 : all specific jsp/html/configuration files
for webapp2
...
To generate the war I use a goal which copy the common in src/webapp and
then copy the specific webapp too (replacing and adding some file). And
then call war goal
I think it is not a realy good method and I want to use subproject which
use the webapp file of the father project.
project-common
project1 : generate a war for the webapp1
project2 : generate a war for the webapp2
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]