diff --git a/pom.xml b/pom.xml index 30597e1082..8a2e2c695a 100644 --- a/pom.xml +++ b/pom.xml @@ -20,6 +20,7 @@ 50 + 50 false ${project.build.directory}/delombok/org/zanata 1.24 @@ -293,6 +294,40 @@ + + + org.codehaus.mojo + cobertura-maven-plugin + 2.4 + + + + + + **/test/**/* + + **/client/**/*View + **/client/Application* + **/client/auth/** + **/client/events/** + **/client/gin/** + **/client/ui/** + **/client/view/** + **/*OkapiUtil* + + **/shared/auth/** + **/shared/model/** + **/*Exception* + + + + ${cobertura.total-branch-rate} + ${cobertura.total-line-rate} + ${cobertura.halt.failure} + + + + diff --git a/zanata-war/pom.xml b/zanata-war/pom.xml index 975adfdb97..32ea035f1e 100644 --- a/zanata-war/pom.xml +++ b/zanata-war/pom.xml @@ -219,38 +219,7 @@ - - org.codehaus.mojo - cobertura-maven-plugin - 2.4 - - - - - - **/test/**/* - - **/client/**/*View - **/client/Application* - **/client/auth/** - **/client/events/** - **/client/gin/** - **/client/ui/** - **/client/view/** - - **/shared/auth/** - **/shared/model/** - **/*Exception* - - - - ${cobertura.total-branch-rate} - ${cobertura.total-line-rate} - ${cobertura.halt.failure} - - - - + maven-failsafe-plugin