@@ -13,11 +13,12 @@ github.api.url=https://api.github.com
|
|||||||
|
|
||||||
# Maven
|
# Maven
|
||||||
maven.mavenHome=
|
maven.mavenHome=
|
||||||
|
maven.console-logger=false
|
||||||
maven.parallelize=true
|
maven.parallelize=true
|
||||||
|
|
||||||
# Deployment
|
# Deployment
|
||||||
deployment.repository-prefix=
|
|
||||||
# Must be always the encrypted password taken from the Artifactory GUI/Profile view
|
# Must be always the encrypted password taken from the Artifactory GUI/Profile view
|
||||||
|
deployment.username=
|
||||||
deployment.password=
|
deployment.password=
|
||||||
deployment.api-key=
|
deployment.api-key=
|
||||||
|
|
||||||
@@ -27,9 +28,9 @@ jira.password=
|
|||||||
jira.url=https://jira.spring.io
|
jira.url=https://jira.spring.io
|
||||||
|
|
||||||
# GPG
|
# GPG
|
||||||
gpg.keyname=
|
deployment.gpg.keyname=
|
||||||
gpg.password=
|
deployment.gpg.password=
|
||||||
# gpg.executable=/usr/local/bin/gpg2
|
# deployment.gpg.executable=/usr/local/bin/gpg2
|
||||||
|
|
||||||
# A GitHub token with user:email, read:user and read:org scopes.
|
# A GitHub token with user:email, read:user and read:org scopes.
|
||||||
# User needs to be part of the Spring team on GitHub as well.
|
# User needs to be part of the Spring team on GitHub as well.
|
||||||
|
|||||||
@@ -10,16 +10,17 @@
|
|||||||
Add an `application-local.properties` to the project root and add the following properties:
|
Add an `application-local.properties` to the project root and add the following properties:
|
||||||
|
|
||||||
- `git.username` - Your GitHub username.
|
- `git.username` - Your GitHub username.
|
||||||
- `git.password` - Your GitHub password or API key.
|
- `git.password` - Your GitHub Password (or API key with scopes: `public_repo, read:org, repo:status, repo_deployment, user` when using 2FA).
|
||||||
- `git.author` - Your full name (used for preparing commits).
|
- `git.author` - Your full name (used for preparing commits).
|
||||||
- `git.email` - Your email (used for preparing commits).
|
- `git.email` - Your email (used for preparing commits).
|
||||||
- `maven.mavenHome` - Pointing to the location of your Maven installation.
|
- `maven.mavenHome` - Pointing to the location of your Maven installation.
|
||||||
- `deployment.api-key` - The API key to use for artifact promotion.
|
- `deployment.username` - Your Artifactory user.
|
||||||
- `deployment.password` - The password of the deployment user (buildmaster).
|
- `deployment.api-key` - The Artifactory API key to use for artifact promotion.
|
||||||
|
- `deployment.password` - The encrypted Artifactory password..
|
||||||
- `gpg.keyname` - The GPG key name.
|
- `gpg.keyname` - The GPG key name.
|
||||||
- `gpg.password` - The password of your GPG key.
|
- `gpg.password` - The password of your GPG key.
|
||||||
- `gpg.executable` - Path to your GPG executable, typically `/usr/local/MacGPG2/bin/gpg2` or `/usr/local/bin/gpg`.
|
- `gpg.executable` - Path to your GPG executable, typically `/usr/local/MacGPG2/bin/gpg2` or `/usr/local/bin/gpg`.
|
||||||
|
- `sagan.key` - Sagan authentication token. Must be a valid GitHub token. Can be the same as `git.password` when using a GitHub token as password.
|
||||||
|
|
||||||
See `application-local.template` for details.
|
See `application-local.template` for details.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user