Skip to content

Commit

Permalink
Add argLine, jacoco.version to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mwodahl committed Jul 16, 2024
1 parent 13e8d74 commit 1c24623
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<jmockit.version>1.49</jmockit.version>
<!-- Allow override of github organization when publishing artifacts to github -->
<github_organization>usdot-jpo-ode</github_organization>
<argLine>
-javaagent:${user.home}/.m2/repository/org/jmockit/jmockit/${jmockit.version}/jmockit-${jmockit.version}.jar
</argLine>
<jacoco.version>0.8.11</jacoco.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 1c24623

Please sign in to comment.