You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Sebastien Brunot <sb...@ilog.fr> on 2006/11/10 10:26:40 UTC

Model object XML representation

Hi,
 
Where can i find reference documentation regarding the mapping of maven
model object into XML (for mojo parameters) ?
 
Thanks for your help,
 
Sebastien 

Re: Model object XML representation

Posted by franz see <fr...@gmail.com>.
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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org