Skip to content

Commit c44c595

Browse files
committed
Delay property fetching, needed for JaCoCo to report correctly.
1 parent 5d1e00f commit c44c595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@
493493
<configuration>
494494
<!-- prevent the annoying ForkedBooter process from stealing
495495
window focus on Mac OS -->
496-
<argLine>${argLine} -Djava.awt.headless=true -Dcdk.logging.level=ERROR</argLine>
496+
<argLine>@{argLine} -Djava.awt.headless=true -Dcdk.logging.level=ERROR</argLine>
497497
<excludes>
498498
<!-- not a test class -->
499499
<exclude>**/TestMoleculeFactory.java</exclude>
@@ -680,7 +680,7 @@
680680
<plugin>
681681
<groupId>org.jacoco</groupId>
682682
<artifactId>jacoco-maven-plugin</artifactId>
683-
<version>0.7.1.201405082137</version>
683+
<version>0.8.4</version>
684684
</plugin>
685685
</plugins>
686686
</pluginManagement>

0 commit comments

Comments
 (0)