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