META-INF.plexus.components.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of modello-plugin-snakeyaml Show documentation
Show all versions of modello-plugin-snakeyaml Show documentation
Modello SnakeYaml Plugin generates YAML readers and writers based on SnakeYaml Streaming APIs, plus reader delegates to be able to read
multiple model versions.
<component-set> <components> <component> <role>org.codehaus.modello.plugin.ModelloGenerator</role> <role-hint>snakeyaml-reader</role-hint> <implementation>org.codehaus.modello.plugin.snakeyaml.SnakeYamlReaderGenerator</implementation> <instantiation-strategy>per-lookup</instantiation-strategy> </component> <component> <role>org.codehaus.modello.plugin.ModelloGenerator</role> <role-hint>snakeyaml-writer</role-hint> <implementation>org.codehaus.modello.plugin.snakeyaml.SnakeYamlWriterGenerator</implementation> <instantiation-strategy>per-lookup</instantiation-strategy> </component> <component> <role>org.codehaus.modello.plugin.snakeyaml.SnakeYamlSerializerGenerator</role> <role-hint>snakeyaml-serializer</role-hint> <implementation>org.codehaus.modello.plugin.snakeyaml.SnakeYamlSerializerGenerator</implementation> <instantiation-strategy>per-lookup</instantiation-strategy> </component> </components> </component-set>