Skip to content

Commit 16e2b73

Browse files
committed
Revert #443 (argLine modification)
1 parent 7b7b27b commit 16e2b73

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -643,8 +643,6 @@
643643
<minimumJavaVersion>1.${java.level}</minimumJavaVersion>
644644
<systemProperties>
645645
<hudson.Main.development>${hudson.Main.development}</hudson.Main.development>
646-
<!-- to avoid losing the focus on MacOS when a new forked jvm is created -->
647-
<java.awt.headless>true</java.awt.headless>
648646
</systemProperties>
649647
</configuration>
650648
</plugin>
@@ -744,8 +742,6 @@
744742
</property>
745743
</systemProperties>
746744
<runOrder>alphabetical</runOrder>
747-
<!-- to avoid losing the focus on MacOS when a new forked jvm is created -->
748-
<argLine>-Djava.awt.headless=true</argLine>
749745
</configuration>
750746
</plugin>
751747
<plugin>
@@ -764,8 +760,6 @@
764760
</property>
765761
</systemProperties>
766762
<runOrder>alphabetical</runOrder>
767-
<!-- to avoid losing the focus on MacOS when a new forked jvm is created -->
768-
<argLine>-Djava.awt.headless=true</argLine>
769763
</configuration>
770764
</plugin>
771765
<plugin>

0 commit comments

Comments
 (0)