Uses of Class
io.helidon.build.dev.maven.MavenGoal
-
Packages that use MavenGoal Package Description io.helidon.build.dev.maven Helidon build maven. -
-
Uses of MavenGoal in io.helidon.build.dev.maven
Methods in io.helidon.build.dev.maven that return MavenGoal Modifier and Type Method Description static MavenGoalMavenGoal. create(String pluginGroupId, String pluginArtifactId, String goalName, String executionId, MavenEnvironment environment)Returns a new instance.Methods in io.helidon.build.dev.maven that return types with arguments of type MavenGoal Modifier and Type Method Description List<MavenGoal>DevLoopBuildConfig.IncrementalBuildConfig.CustomDirectoryConfig. goals()Returns the resolved goals.List<MavenGoal>DevLoopBuildConfig.IncrementalBuildConfig. javaSourceGoals()Returns the resolved Java source goals.List<MavenGoal>MavenGoalReferenceResolver. resolve(String reference, List<MavenGoal> goals)Resolve a reference.List<MavenGoal>MavenGoalReferenceResolver. resolve(List<String> references, List<MavenGoal> goals)Resolve a list of references.List<MavenGoal>DevLoopBuildConfig.IncrementalBuildConfig. resourceGoals()Returns the resolved resource goals.Method parameters in io.helidon.build.dev.maven with type arguments of type MavenGoal Modifier and Type Method Description List<MavenGoal>MavenGoalReferenceResolver. resolve(String reference, List<MavenGoal> goals)Resolve a reference.
-