Deployment plan should be modularized
What is the best ways to modularized deployment plan ?
For each module we could generated its deployment plans with the jbuilding plugin: it's what I did with some deployment plans (see revisions from 21803 to 21811).
Where could we put deployment plans which have no associated module ?
For example: {noformat} jotm org.ow2.jotm jotm-core ${jotm.version} {noformat}
An other issue is that we still need to have deployment plans description in the current assembly in order to put bundles in the appropriate directories of a JOnAS assembly ($JONAS_ROOT/repositories/org/ow2/jonas/...).
Maybe we could modify the maven jbuilding plugin to do the trick (if we want to do that both with the current assembly system and with the addon assembly system).
Maybe we could wait in order to manage only one system (the addon system) when the next version of JOnAS will be tag.