Thanks. I think this is just what I need. Do you know whether it is possible to build multiple artifacts from one module? E.g. a sar with some mbeans and a jar containing other code.
– tkrJan 11 '11 at 09:27
1
The idea in maven is to have one artifact per module, so I suggest adding an extra module for the jar and including it in the sar if needed
– SomatikJan 11 '11 at 10:09