From 05e84712386ee018e6fca7e270ed2fa14fa53b80 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sat, 6 May 2017 17:08:47 -0700 Subject: [PATCH 1/5] =?UTF-8?q?Updated=20pom=20to=20use=20=E2=80=98nexus?= =?UTF-8?q?=E2=80=99=20as=20server=20id=20for=20distributionManagment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 81489fcab..b7fa227a4 100644 --- a/pom.xml +++ b/pom.xml @@ -420,11 +420,11 @@ - snapshots + nexus http://localhost:8081/nexus/content/repositories/snapshots - deployment + nexus http://localhost:8081/nexus/content/repositories/releases From b381b531e021e12c6a47fe12d650f3f974298583 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sat, 6 May 2017 17:33:34 -0700 Subject: [PATCH 2/5] Updated URL --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b7fa227a4..1dffc57a0 100644 --- a/pom.xml +++ b/pom.xml @@ -421,11 +421,11 @@ nexus - http://localhost:8081/nexus/content/repositories/snapshots + http://nexus:8081/nexus/content/repositories/snapshots nexus - http://localhost:8081/nexus/content/repositories/releases + http://nexus:8081/nexus/content/repositories/releases From 4d6d9746b11b28acee4519eb081df3f9db3d310f Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sat, 6 May 2017 18:53:30 -0700 Subject: [PATCH 3/5] comment out sonar properties --- sonar-project.properties | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/sonar-project.properties b/sonar-project.properties index d84ed7c2d..3386bcde4 100755 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,13 +1,14 @@ -# Required metadata -sonar.projectKey=java-sonar-runner-simple -sonar.projectName=Simple Java project analyzed with the SonarQube Runner -sonar.projectVersion=1.0 - -# Comma-separated paths to directories with sources (required) -sonar.sources=src - -# Language -sonar.language=java - -# Encoding of the source files -sonar.sourceEncoding=UTF-8 \ No newline at end of file +## Required metadata +#sonar.projectKey=java-sonar-runner-simple +#sonar.hostName= +#sonar.projectName=petclinic +#sonar.projectVersion=1.0 +# +## Comma-separated paths to directories with sources (required) +#sonar.sources=src +# +## Language +#sonar.language=java +# +## Encoding of the source files +#sonar.sourceEncoding=UTF-8 From e3b3990b9bfac8a478230f768f0f2c15fafad4a2 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sat, 6 May 2017 18:59:06 -0700 Subject: [PATCH 4/5] put back sonar properties --- sonar-project.properties | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/sonar-project.properties b/sonar-project.properties index 3386bcde4..eabcba483 100755 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,14 +1,13 @@ ## Required metadata -#sonar.projectKey=java-sonar-runner-simple -#sonar.hostName= -#sonar.projectName=petclinic -#sonar.projectVersion=1.0 -# -## Comma-separated paths to directories with sources (required) -#sonar.sources=src -# -## Language -#sonar.language=java -# -## Encoding of the source files -#sonar.sourceEncoding=UTF-8 +sonar.projectKey=petclinic +sonar.projectName=petclinic +sonar.projectVersion=1.0 + +# Comma-separated paths to directories with sources (required) +sonar.sources=src + +# Language +sonar.language=java + +# Encoding of the source files +sonar.sourceEncoding=UTF-8 From 4283f13c3951aeeee24622445b305bcea5ac7083 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Mon, 8 May 2017 10:23:18 -0700 Subject: [PATCH 5/5] separate IDs for snapshots, releases --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1dffc57a0..535de1d66 100644 --- a/pom.xml +++ b/pom.xml @@ -420,11 +420,11 @@ - nexus + snapshots http://nexus:8081/nexus/content/repositories/snapshots - nexus + releases http://nexus:8081/nexus/content/repositories/releases