Refactor rc-open/close to return a StagingRepository. Include open/close steps in the actual release to avoid additional steps and to retain the repository identifier. Simplify command line conditionals, avoid log parsing and return log contents directly. Reformat Jenkins files.
34 lines
855 B
Plaintext
34 lines
855 B
Plaintext
# Git
|
|
git.username=
|
|
git.author=
|
|
git.email=
|
|
git.password=
|
|
github.api.url=https://api.github.com
|
|
|
|
# IO
|
|
|
|
# Optionally set the JavaHome path used for exeuting maven goals (eg. /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/)
|
|
# If the property does not exist, is empty or points to an invalid directory the OS default JavaHome will be used.
|
|
#io.javaHome=
|
|
|
|
# Maven
|
|
maven.mavenHome=
|
|
maven.console-logger=false
|
|
maven.parallelize=true
|
|
|
|
# Deployment
|
|
# Must be always the encrypted password taken from the Artifactory GUI/Profile view
|
|
deployment.username=
|
|
deployment.password=
|
|
deployment.api-key=
|
|
deployment.maven-central.staging-profile-id=
|
|
|
|
# GPG
|
|
gpg.keyname=
|
|
gpg.passphrase=
|
|
gpg.executable=/usr/local/bin/gpg2
|
|
|
|
# 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.
|
|
sagan.key=
|