Introduced properties for GPG plugin and forward them to the execution of the release build. Public release versions now trigger the "central" profile being used which will enable the Nexus repository distribution. Renamed GitCommands.checkout(…) to update(…). Made sure that project release build execution now also authenticates with Artifactory beforehand.
18 lines
271 B
Plaintext
18 lines
271 B
Plaintext
# Git
|
|
git.username=
|
|
git.author=
|
|
git.email=
|
|
git.password=
|
|
|
|
# Maven
|
|
maven.mavenHome=
|
|
|
|
# Deployment
|
|
deployment.repository-prefix=
|
|
deployment.password=
|
|
deployment.api-key=
|
|
|
|
# GPG
|
|
deployment.gpg.keyname=
|
|
deployment.gpg.password=
|
|
# deployment.gpg.executable=/usr/local/bin/gpg2 |