File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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-->
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 >
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 >
You can’t perform that action at this time.
0 commit comments