Uses of Class
io.helidon.build.util.Maven.Builder
-
-
Uses of Maven.Builder in io.helidon.build.util
Methods in io.helidon.build.util that return Maven.Builder Modifier and Type Method Description static Maven.BuilderMaven. builder()Returns a new builder.Maven.BuilderMaven.Builder. globalSettingsFile(Path globalSettingsFile)Sets the path to the globalsettings.xmlfile.Maven.BuilderMaven.Builder. localRepositoryDir(Path localRepositoryDir)Sets the path to the local repository.Maven.BuilderMaven.Builder. mavenHome(Path mavenHome)Sets the path to the maven install directory.Maven.BuilderMaven.Builder. offline(boolean offline)Sets offline mode.Maven.BuilderMaven.Builder. userSettingsFile(Path userSettingsFile)Sets the path to the usersettings.xmlfile.
-