Uses of Class
io.helidon.build.dev.maven.MavenGoalExecutor.Builder
-
Packages that use MavenGoalExecutor.Builder Package Description io.helidon.build.dev.maven Helidon build maven. -
-
Uses of MavenGoalExecutor.Builder in io.helidon.build.dev.maven
Methods in io.helidon.build.dev.maven that return MavenGoalExecutor.Builder Modifier and Type Method Description static MavenGoalExecutor.BuilderMavenGoalExecutor. builder()Returns a new builder.MavenGoalExecutor.BuilderMavenGoalExecutor.Builder. goal(MavenGoalExecutor.Goal goal)Sets the goal.MavenGoalExecutor.BuilderMavenGoalExecutor.Builder. mavenProject(org.apache.maven.project.MavenProject mavenProject)Sets the maven project.MavenGoalExecutor.BuilderMavenGoalExecutor.Builder. mavenSession(org.apache.maven.execution.MavenSession mavenSession)Sets the maven session.MavenGoalExecutor.BuilderMavenGoalExecutor.Builder. pluginManager(org.apache.maven.plugin.BuildPluginManager pluginManager)Sets the plugin manager.
-