Skip to content

Commit 6e19824

Browse files
committed
Group related properties
1 parent 3a6873e commit 6e19824

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ limitations under the License.
9898
<commons.encoding>UTF-8</commons.encoding>
9999
<checkstyle.header.file>${basedir}/src/conf/checkstyle-header.txt</checkstyle.header.file>
100100
<checkstyle.config.file>${basedir}/src/conf/checkstyle.xml</checkstyle.config.file>
101-
<jacoco.skip>false</jacoco.skip>
102101
<!-- Commons Release Plugin -->
103102
<commons.release.version>1.17.0</commons.release.version>
104103
<commons.bc.version>1.16.1</commons.bc.version>
@@ -110,6 +109,7 @@ limitations under the License.
110109
<commons.jacoco.version>0.8.12</commons.jacoco.version>
111110
<commons.javadoc.java.link>${commons.javadoc21.java.link}</commons.javadoc.java.link>
112111
<!-- JaCoCo: Don't make code coverage worse than: -->
112+
<jacoco.skip>false</jacoco.skip>
113113
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
114114
<commons.jacoco.classRatio>0.92</commons.jacoco.classRatio>
115115
<commons.jacoco.instructionRatio>0.91</commons.jacoco.instructionRatio>

0 commit comments

Comments
 (0)