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-xpp3 Show documentation
Show all versions of modello-plugin-xpp3 Show documentation
Modello XPP3 Plugin generates XML readers and writers based on XPP3 API (XML Pull Parser).
<component-set> <components> <component> <role>org.codehaus.modello.plugin.ModelloGenerator</role> <role-hint>xpp3-reader</role-hint> <implementation>org.codehaus.modello.plugin.xpp3.Xpp3ReaderGenerator</implementation> <instantiation-strategy>per-lookup</instantiation-strategy> </component> <component> <role>org.codehaus.modello.plugin.ModelloGenerator</role> <role-hint>xpp3-extended-reader</role-hint> <implementation>org.codehaus.modello.plugin.xpp3.Xpp3ExtendedReaderGenerator</implementation> <instantiation-strategy>per-lookup</instantiation-strategy> </component> <component> <role>org.codehaus.modello.plugin.ModelloGenerator</role> <role-hint>xpp3-writer</role-hint> <implementation>org.codehaus.modello.plugin.xpp3.Xpp3WriterGenerator</implementation> <instantiation-strategy>per-lookup</instantiation-strategy> </component> </components> </component-set>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy