David Jencks wrote:
I think you should have app server specific assembly modules, each with the appropriate dependencies for that app server.When you say modules, I think you mean what I understand to be maven projects
thanks david jencks
For example, under jetspeed-2 root, we might have:
/assembly-modules
- tomcat-4
- tomcat-5
- jboss
- weblogicetc.
and to build the war file for a specific app server, simply cd to the appropriate directory and type maven war or maven quickStart
Is that roughly what you are proposing?
If so, I definately like it
It would also help in that we don't need to modify properties to build for one app server or another
And all app server specific resources could be moved into their respective projects (modules)
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
