Why do we want to merge the model (xyz) with the model processing code (xyz-xml)? For simple extensions, it's fine to have the model and model-xml in the same maven module, but complex ones, such as assembly-xml, implementation-java-xml, I would rather leave them as separate modules. The model module can be used independent of the model-xml.
Can you explain a bit the benefit to have them merged into one? Thanks, Raymond From: ant elder Sent: Tuesday, April 21, 2009 5:35 AM To: [email protected] Subject: Merging model and model-xml modules into one I think we've consensus now that instead of having three maven modules (model/model-xml/model-runtime) its ok to have the model and model-xml in a single module, but we've still some model-xml modules in 2.x so i'd like to merge them into the associated model module. Please say if you've any objections. ...ant
