Polishing.
Update application-local.template, reformat properties. See #92
This commit is contained in:
@@ -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=
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user