| Package | Description |
|---|---|
| io.spring.initializr.generator.buildsystem.maven |
Maven build system.
|
| Modifier and Type | Method and Description |
|---|---|
MavenScm.Builder |
MavenScm.Builder.connection(String connection)
Specify the source control management system URL that describes the repository
and how to connect to the repository.
|
MavenScm.Builder |
MavenScm.Builder.developerConnection(String developerConnection)
Specify the source control management system URL for developers that describes
the repository and how to connect to the repository.
|
MavenScm.Builder |
MavenScm.Builder.tag(String tag)
Specify the tag of current code.
|
MavenScm.Builder |
MavenScm.Builder.url(String url)
Specify the URL to the project's browsable SCM repository.
|
| Modifier and Type | Method and Description |
|---|---|
MavenBuildSettings.Builder |
MavenBuildSettings.Builder.scm(Consumer<MavenScm.Builder> scm)
Customize the
scm section using the specified consumer. |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.