Uses of Class
io.spring.initializr.generator.buildsystem.maven.MavenBuildSettings.Builder
Packages that use MavenBuildSettings.Builder
-
Uses of MavenBuildSettings.Builder in io.spring.initializr.generator.buildsystem.maven
Methods in io.spring.initializr.generator.buildsystem.maven that return MavenBuildSettings.BuilderModifier and TypeMethodDescriptionMavenBuildSettings.Builder.coordinates
(String groupId, String artifactId) Set the coordinates of the project.MavenBuildSettings.Builder.defaultGoal
(String defaultGoal) Set the default goal or phase to execute if none is given.MavenBuildSettings.Builder.description
(String description) Set a human readable description of the project.MavenBuildSettings.Builder.developers
(MavenDeveloper... developers) Set the developers of the project.Set the name of the bundled project when it is finally built.MavenBuildSettings.Builder.licenses
(MavenLicense... licenses) Set the licenses of the project.Set the name of the project.Set the packaging of the project.Set the coordinates of the parent, to be resolved against the repository.MavenBuildSettings.Builder.parent
(String groupId, String artifactId, String version, String relativePath) Set the coordinates of the parent and its relative path.MavenBuildSettings.Builder.scm
(Consumer<MavenScm.Builder> scm) Customize thescm
section using the specified consumer.MavenBuild.settings()
MavenBuildSettings.Builder.sourceDirectory
(String sourceDirectory) Set the the location of main source code.MavenBuildSettings.Builder.testSourceDirectory
(String testSourceDirectory) Set the the location of test source code.Constructors in io.spring.initializr.generator.buildsystem.maven with parameters of type MavenBuildSettings.Builder