Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
Enable java.awt.headless in tests to prevent TransformerServletTest f…
Browse files Browse the repository at this point in the history
…ailures on jenkins (#835) (#836)
  • Loading branch information
Jan Hrcek authored and porcelli committed Feb 25, 2019
1 parent 8114f3e commit c16477d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions jbpm-designer-backend/pom.xml
Expand Up @@ -638,6 +638,15 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<java.awt.headless>true</java.awt.headless>
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<configuration>
Expand Down

0 comments on commit c16477d

Please sign in to comment.