Skip to content

Commit f93565d

Browse files
Support headless scorecard generation
1 parent 8f72652 commit f93565d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@
6565
</goals>
6666
<configuration>
6767
<mainClass>org.owasp.benchmark.score.BenchmarkScore</mainClass>
68+
<systemProperties>
69+
<systemProperty>
70+
<key>java.awt.headless</key>
71+
<value>true</value>
72+
</systemProperty>
73+
</systemProperties>
6874
</configuration>
6975
</execution>
7076
</executions>

0 commit comments

Comments
 (0)