Skip to content

Commit

Permalink
Fix issue with running mvn tests & release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdpopov committed Jul 9, 2020
1 parent 883c234 commit d5f6059
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,8 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<configuration>
<argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
<forkedProcessExitTimeoutInSeconds>300</forkedProcessExitTimeoutInSeconds>
<systemPropertyVariables>
<jaxb.marshaller.enableValidation>true</jaxb.marshaller.enableValidation>
<vertx.logger-delegate-factory-class-name>io.vertx.core.logging.Log4j2LogDelegateFactory</vertx.logger-delegate-factory-class-name>
Expand Down

0 comments on commit d5f6059

Please sign in to comment.