Good day to you, Sebastiaen, I don't think there's a documentation about it. But you can check out the code at [1]. Or rather, checkout the modello descriptor (maven.mdo).
Maven uses modello (a codehaus project...see [2]) in several places, one of which is the maven-model. The modello descriptor file would be fed into the modello-maven-plugin and it will then auto-generate java files: the model files (representing a xml model/element), and the Xpp3 readers and writers. However, I don't think there's much documentation about the Modello Project. But don't worry. The modello descriptor is not that hard to "reverse". Cheers, Franz Sebastien Brunot wrote: > > Hi, > > Where can i find reference documentation regarding the mapping of maven > model object into XML (for mojo parameters) ? > > Thanks for your help, > > Sebastien > > -- View this message in context: http://www.nabble.com/Model-object-XML-representation-tf2606656s177.html#a7274642 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
