![JAR search and dependency download from the Maven repository](/logo.png)
shiver.me.timbers.plugins.invoker.multi.MultiInvokerConfigurationBuilderFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of multi-invoker-maven-plugin Show documentation
Show all versions of multi-invoker-maven-plugin Show documentation
This plugin can be used to invoke the current maven project multiple times with different profiles or
properties.
The newest version!
package shiver.me.timbers.plugins.invoker.multi;
/**
* @author Karl Bennett
*/
interface MultiInvokerConfigurationBuilderFactory {
MultiInvokerConfigurationBuilder createWith(MultiInvokerConfiguration configuration);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy