This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git
The following commit(s) were added to refs/heads/master by this push: new 6e198240 Group related properties new 2646d387 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-codec.git 6e198240 is described below commit 6e198240e2824027ec9af0518566a600a6b0b223 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat May 4 10:24:44 2024 -0400 Group related properties --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2968346c..e50f4bbb 100644 --- a/pom.xml +++ b/pom.xml @@ -98,7 +98,6 @@ limitations under the License. <commons.encoding>UTF-8</commons.encoding> <checkstyle.header.file>${basedir}/src/conf/checkstyle-header.txt</checkstyle.header.file> <checkstyle.config.file>${basedir}/src/conf/checkstyle.xml</checkstyle.config.file> - <jacoco.skip>false</jacoco.skip> <!-- Commons Release Plugin --> <commons.release.version>1.17.0</commons.release.version> <commons.bc.version>1.16.1</commons.bc.version> @@ -110,6 +109,7 @@ limitations under the License. <commons.jacoco.version>0.8.12</commons.jacoco.version> <commons.javadoc.java.link>${commons.javadoc21.java.link}</commons.javadoc.java.link> <!-- JaCoCo: Don't make code coverage worse than: --> + <jacoco.skip>false</jacoco.skip> <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure> <commons.jacoco.classRatio>0.92</commons.jacoco.classRatio> <commons.jacoco.instructionRatio>0.91</commons.jacoco.instructionRatio>