fix surefire configuration

Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2023-06-22 15:34:59 +10:00
parent c813852385
commit 2d174730ed
No known key found for this signature in database
GPG Key ID: 873A8E86B4372146
1 changed files with 10 additions and 0 deletions

View File

@ -32,6 +32,16 @@
</instructions>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>
@{argLine} ${jetty.surefire.argLine}
--add-modules org.eclipse.jetty.ee8.webapp
--add-reads org.eclipse.jetty.ee8.websocket.jetty.client=org.eclipse.jetty.ee8.webapp
</argLine>
</configuration>
</plugin>
</plugins>
</build>