Polishing.

Update application-local.template, reformat properties.

See #92
This commit is contained in:
Mark Paluch
2024-08-14 10:26:52 +02:00
parent 5548946278
commit 294187e476
2 changed files with 10 additions and 6 deletions

View File

@@ -17,11 +17,13 @@ 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=
deployment.opensource.username=
deployment.opensource.password=
deployment.opensource.api-key=
deployment.commercial.username=
deployment.commercial.password=
deployment.commercial.api-key=
# GPG
gpg.keyname=

View File

@@ -35,16 +35,18 @@ deployment.commercial.staging-repository=spring-enterprise-maven-stage-local
deployment.commercial.target-repository=spring-enterprise-maven-prod-local
deployment.commercial.distribution-repository=spring-enterprise-maven-prod-local
deployment.commercial.project=spring
# deployment.commercial.distribution-repository=
# deployment.commercial.username <- local, for build
# deployment.commercial.password <- local, for build
# deployment.commercial.api-key <- local, for promotion
github.team=christophstrobl,gregturn,jxblum,mp911de,odrotbohm,schauder,meistermeier,michael-simons,sothawo,daschl,mikereiche,davidkelly,sxhinzvc
# GPG setup
gpg.executable=/usr/local/bin/gpg2
# gpg.keyname
# gpg.passphrase
# GitHub
github.api-url=https://api.github.com
github.team=christophstrobl,gregturn,jxblum,mp911de,odrotbohm,schauder,meistermeier,michael-simons,sothawo,daschl,mikereiche,davidkelly,sxhinzvc
logging.pattern.console=%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr(%-20.20logger{19}){cyan}%clr(:){faint} %m%n%wEx