From 294187e476b025d64d30bfc160fa61078bcc056e Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 14 Aug 2024 10:26:52 +0200 Subject: [PATCH] Polishing. Update application-local.template, reformat properties. See #92 --- application-local.template | 12 +++++++----- src/main/resources/application.properties | 4 +++- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/application-local.template b/application-local.template index 370db39..f6ca8f6 100644 --- a/application-local.template +++ b/application-local.template @@ -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= diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index f066720..7df5041 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -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