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 plugin-repeater-maven-plugin Show documentation
Show all versions of plugin-repeater-maven-plugin Show documentation
A Maven plugin that repeats a plugin while replacing placeholder variables. Used to reduce duplication within the POM.
<?xml version="1.0" encoding="UTF-8"?> <component-set> <components> <component> <role>org.codehaus.plexus.component.configurator.ComponentConfigurator</role> <role-hint>custom-basic</role-hint> <implementation>com.nlocketz.plugins.RepetitionComponentConfigurator</implementation> </component> </components> </component-set>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy