Uses of Class
org.sonatype.maven.polyglot.java.dsl.PluginExecutionBuilder
-
Packages that use PluginExecutionBuilder Package Description org.sonatype.maven.polyglot.java.dsl -
-
Uses of PluginExecutionBuilder in org.sonatype.maven.polyglot.java.dsl
Subclasses of PluginExecutionBuilder in org.sonatype.maven.polyglot.java.dsl Modifier and Type Class Description static class
PluginExecutionBuilder.WrapperPluginExecutionBuilder
Methods in org.sonatype.maven.polyglot.java.dsl that return PluginExecutionBuilder Modifier and Type Method Description PluginExecutionBuilder
PluginExecutionBuilder. configuration(org.codehaus.plexus.util.xml.Xpp3Dom configuration)
default PluginExecutionBuilder
PluginFactory. execution(String id)
default PluginExecutionBuilder
PluginFactory. execution(String phase, int priority)
default PluginExecutionBuilder
PluginFactory. execution(String id, String phase)
default PluginExecutionBuilder
PluginFactory. execution(String id, String phase, int priority)
PluginExecutionBuilder
PluginExecutionBuilder. goals(String... goals)
PluginExecutionBuilder
PluginExecutionBuilder. inherited(boolean inherited)
PluginExecutionBuilder
PluginExecutionBuilder. phase(String phase)
PluginExecutionBuilder
PluginExecutionBuilder. priority(int priority)
Methods in org.sonatype.maven.polyglot.java.dsl with parameters of type PluginExecutionBuilder Modifier and Type Method Description PluginBuilder
PluginBuilder. executions(PluginExecutionBuilder... builders)
-