Skip to content

Commit

Permalink
Merge pull request eclipse-ee4j#24906 from avpinchuk/jacoco_0_8_12
Browse files Browse the repository at this point in the history
Integrate JaCoCo 0.8.12
  • Loading branch information
hs536 committed Apr 11, 2024
2 parents ee9c8d6 + 668c680 commit 6a53ab8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nucleus/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,7 @@
<id>jacoco</id>
<properties>
<jacoco.report.outputDirectory>${project.build.directory}/jacoco</jacoco.report.outputDirectory>
<jacoco.version>0.8.11</jacoco.version>
<jacoco.version>0.8.12</jacoco.version>
<maven.test.failure.ignore>true</maven.test.failure.ignore>
<surefire.argLine>${maven.test.jvmoptions} @{argLine}</surefire.argLine>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
<executions>
<execution>
<id>jacoco-merge</id>
Expand Down
2 changes: 1 addition & 1 deletion runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ install_glassfish() {

install_jacoco() {
mvn -N org.apache.maven.plugins:maven-dependency-plugin:3.2.0:copy \
-Dartifact=org.jacoco:org.jacoco.agent:0.8.8:jar:runtime \
-Dartifact=org.jacoco:org.jacoco.agent:0.8.12:jar:runtime \
-Dmdep.stripVersion=true \
-Dmdep.stripClassifier=true \
-DoutputDirectory=${WORKSPACE}/bundles \
Expand Down

0 comments on commit 6a53ab8

Please sign in to comment.