Skip to content

Commit 42cf406

Browse files
committed
build: maven: update jacoco maven plugin
Signed-off-by: Luís Ferreira <[email protected]>
1 parent e78c0df commit 42cf406

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

pom.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<!--
3+
<!--
44
Copyright (c) 2009, 2012 Mountainminds GmbH & Co. KG and Contributors
55
All rights reserved. This program and the accompanying materials
66
are made available under the terms of the Eclipse Public License v1.0
77
which accompanies this distribution, and is available at
88
http://www.eclipse.org/legal/epl-v10.html
9-
9+
1010
Contributors:
1111
Marc R. Hoffmann - initial API and implementation
1212
-->
@@ -22,6 +22,11 @@
2222

2323
<name>JaCoCo Maven plug-in example for Java project</name>
2424
<url>http://www.eclemma.org/jacoco</url>
25+
<properties>
26+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
27+
<maven.compiler.source>1.8</maven.compiler.source>
28+
<maven.compiler.target>1.8</maven.compiler.target>
29+
</properties>
2530

2631
<dependencies>
2732
<dependency>
@@ -38,7 +43,7 @@
3843
<plugin>
3944
<groupId>org.jacoco</groupId>
4045
<artifactId>jacoco-maven-plugin</artifactId>
41-
<version>0.8.2</version>
46+
<version>0.8.4</version>
4247
<executions>
4348
<execution>
4449
<goals>

0 commit comments

Comments
 (0)