Hi all guys, I recently added in current Modello development version (1.8-SNAPSHOT) support for JSON, JSON Schema and YAML generation (aside of inner Builder and static utility method generation to create objects instances) and experimented - of course! - to blindly generate the new (un)marshallers for the Maven model, when... stumbled in the plugin `configuration` element which is a DOM object. That made me unable to go ahead and stop investigating on how to become polyglot without pain using JSON and YAML formats.
If you are curious to see how the JSON-ized[1] and the YAML-ized[2] version of the POM would look alike, without installing the Modello SNAPSHOT, just follow the links. Do you have suggestion on how to plug a good support for plugin configuration element in order to still support the JSON/YAML syntax but (un)marshalling it to DOM, in order to become polyglot? Many thanks in advance, all the best! -Simo [1] https://gist.github.com/simonetripodi/5688663 [2] https://gist.github.com/simonetripodi/5702523 http://people.apache.org/~simonetripodi/ http://twitter.com/simonetripodi --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org