Files
spring-data-dev-tools/release-tools/application-local.template
Oliver Gierke e62c76b167 #16 - Added Maven Central distribution
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.
2016-03-31 18:45:46 +02:00

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