From 18419355d250d8f49d67031f859f5b873a403d78 Mon Sep 17 00:00:00 2001 From: Taciano Morais Silva Date: Mon, 2 May 2016 18:11:08 -0300 Subject: [PATCH 1/3] Add sonar plugin in the v1.4.0.3 --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index aa77099..81ce291 100644 --- a/pom.xml +++ b/pom.xml @@ -292,9 +292,23 @@ maven-pmd-plugin 3.5 + + org.codehaus.sonar-plugins + maven-report + 0.1 + + + + + org.codehaus.mojo + sonar-maven-plugin + 2.3 + + + From 4c8c400e1b53d4bf992eb5184fed6164d279d79a Mon Sep 17 00:00:00 2001 From: Taciano Morais Silva Date: Tue, 3 May 2016 18:01:16 -0300 Subject: [PATCH 2/3] Add Jacoco plugin configurations in DesignWizard 1.4.0.4-SNAPSHOT and another updates. DesignWizard 1.4.0.4-SNAPSHOT is a special version that indicates a current development copy. The DesignWizard version 1.4.0.3 was deployed in the April 27, 2016. Release: https://github.com/joaoarthurbm/designwizard/releases/tag/v1.4.0.3 --- pom.xml | 98 +++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 89 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 81ce291..392d0df 100644 --- a/pom.xml +++ b/pom.xml @@ -5,14 +5,32 @@ UTF-8 UTF-8 + + 0.7.6.201602180812 + 0.52 + 0.40 + 15 + false + + ${project.build.directory}/coverage-reports/jacoco-ut.exec + + false + true + + java + **/generated-sources/**/* + jacoco + ${jacoco.excludePattern} + ${project.build.directory}/coverage-reports/jacoco-ut.exec + org.designwizard designwizard - 1.4.0.3 + 1.4.0.4-SNAPSHOT org.designwizard designwizard - 1.4.0.3 + 1.4.0.4-SNAPSHOT jar @@ -44,7 +62,7 @@ - git@github.com:joaoarthurbm/designwizard.git + https://github.com/joaoarthurbm/designwizard scm:git:git@github.com/joaoarthurbm/designwizard.git scm:git:git@github.com:joaoarthurbm/designwizard.git @@ -74,6 +92,12 @@ https://github.com/Gustavohqo Gustavohqo + + catharinequintans@gmail.com + Catharine Quintans + https://github.com/catharinequintans + catharinequintans + @@ -160,6 +184,7 @@ 1.7 1.7 + ${project.build.sourceEncoding} @@ -239,7 +264,7 @@ 2.18.1 once - -XX:-UseSplitVerifier + ${surefireArgLine} -XX:-UseSplitVerifier @@ -249,11 +274,57 @@ + + org.jacoco + jacoco-maven-plugin + ${jacoco.plugin.version} + + + + pre-unit-test + + prepare-agent + + + + ${jacoco.destFile} + + surefireArgLine + true + + + + + post-unit-test + test + + report + + + + ${jacoco.destFile} + + ${project.build.directory}/coverage-reports + ${skip.surefire.tests} + + + + org.apache.maven.plugins maven-site-plugin 3.4 + true org.apache.maven.plugins @@ -279,6 +350,15 @@ maven-surefire-report-plugin 2.18.1 + + org.jacoco + jacoco-maven-plugin + ${jacoco.plugin.version} + + + ${jacoco.destFile} + + org.apache.maven.plugins maven-checkstyle-plugin @@ -292,11 +372,11 @@ maven-pmd-plugin 3.5 - - org.codehaus.sonar-plugins - maven-report + + org.codehaus.sonar-plugins + maven-report 0.1 - + @@ -311,4 +391,4 @@ - + \ No newline at end of file From 48c03833c8f11856fea47ba9b3fad36b5e55cb4f Mon Sep 17 00:00:00 2001 From: Taciano Morais Silva Date: Fri, 6 May 2016 11:00:36 -0300 Subject: [PATCH 3/3] Update scm informations and add new developer. --- pom.xml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 392d0df..bf7cfef 100644 --- a/pom.xml +++ b/pom.xml @@ -36,12 +36,12 @@ ${project.groupId}:${project.artifactId} DesignWizard - API that supports the automated inspection of Design Tests of Java programs - http://designwizard.org + http://www.designwizard.org - GNU Lesser General Public - LICENSE.txt + MIT License + http://opensource.org/licenses/MIT @@ -58,12 +58,12 @@ https://github.com/joaoarthurbm/designwizard/issues - GitHub Issues + GitHub https://github.com/joaoarthurbm/designwizard - scm:git:git@github.com/joaoarthurbm/designwizard.git + scm:git:git://github.com/joaoarthurbm/designwizard.git scm:git:git@github.com:joaoarthurbm/designwizard.git @@ -98,6 +98,11 @@ https://github.com/catharinequintans catharinequintans + + Aline Costa + https://github.com/alineatcosta + alineatcosta +