From 6be651e3a3a57e6396cf06a608d74c29012b920c Mon Sep 17 00:00:00 2001 From: Rakesh Recharla Date: Mon, 8 Jun 2015 18:02:52 -0700 Subject: [PATCH 1/7] Add javadoc jar --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 0fa423d..ecc467d 100644 --- a/pom.xml +++ b/pom.xml @@ -78,6 +78,18 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + From e56fb8a607020372cae73c5a29b332a6c5afc073 Mon Sep 17 00:00:00 2001 From: Mauricio Desiderio Date: Tue, 9 Jun 2015 11:12:52 -0500 Subject: [PATCH 2/7] adding logs to verify database operations duration --- dependency-reduced-pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/dependency-reduced-pom.xml b/dependency-reduced-pom.xml index 8d16b0b..4219824 100644 --- a/dependency-reduced-pom.xml +++ b/dependency-reduced-pom.xml @@ -71,6 +71,17 @@ + + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + From 09e3e290c9ac9abf7953021e26cf5d650cc1c4f5 Mon Sep 17 00:00:00 2001 From: Rakesh Recharla Date: Tue, 9 Jun 2015 15:46:48 -0700 Subject: [PATCH 3/7] Push javadocs to github --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index ecc467d..e61c5de 100644 --- a/pom.xml +++ b/pom.xml @@ -90,6 +90,19 @@ + + org.apache.maven.plugins + maven-scm-publish-plugin + 1.0-beta-2 + + ${project.build.directory}/scmpublish + Publishing javadoc for ${project.artifactId}:${project.version} + ${project.reporting.outputDirectory}/apidocs + true + scm:git:git@github.com:appirio-tech/review-microservice-javadocs.git + gh-pages + + From 50b7f50b1341e3d9748328ad42361103bbc4d9ba Mon Sep 17 00:00:00 2001 From: Rakesh Recharla Date: Tue, 9 Jun 2015 16:55:51 -0700 Subject: [PATCH 4/7] remove javadoc jar --- pom.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pom.xml b/pom.xml index e61c5de..4602822 100644 --- a/pom.xml +++ b/pom.xml @@ -78,18 +78,6 @@ - - org.apache.maven.plugins - maven-javadoc-plugin - - - attach-javadocs - - jar - - - - org.apache.maven.plugins maven-scm-publish-plugin From 051d094e8aba187ab15feb60291df61d4824f5e1 Mon Sep 17 00:00:00 2001 From: Rakesh Recharla Date: Thu, 11 Jun 2015 08:52:58 -0700 Subject: [PATCH 5/7] Exclude testcases from cobertura --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4602822..6288457 100644 --- a/pom.xml +++ b/pom.xml @@ -13,11 +13,17 @@ org.codehaus.mojo cobertura-maven-plugin - 2.5.1 + 2.7 xml + html + + + **/*Test*.class + + From 86d921a539e62292846f2889c6912532cc0ee06a Mon Sep 17 00:00:00 2001 From: Rakesh Recharla Date: Thu, 11 Jun 2015 16:00:19 -0700 Subject: [PATCH 6/7] Bump up the version number --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6288457..79b5260 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 appirio.platform review-microservice - 0.0.1-SNAPSHOT + 1.0.1-SNAPSHOT Review Microservice 0.7.1 @@ -103,12 +103,12 @@ appirio.platform supply-library - 0.0.1-SNAPSHOT + 1.0.1-SNAPSHOT appirio.platform score-microservice - 0.0.1-SNAPSHOT + 1.0.1 From e09d0e63dfdd53e2fc1a445dab5442bb26a2499a Mon Sep 17 00:00:00 2001 From: Rakesh Recharla Date: Thu, 11 Jun 2015 16:12:03 -0700 Subject: [PATCH 7/7] Bump up the version number --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 79b5260..1bf5732 100644 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,7 @@ appirio.platform score-microservice - 1.0.1 + 1.0.1-SNAPSHOT