Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
This commit is contained in:
Olivier Lamy 2022-05-09 20:40:14 +10:00 committed by Olivier Lamy
parent de1c74cdb9
commit 852e5850dc
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@
</goals>
<configuration>
<includeGroupIds>org.eclipse.jetty.toolchain,org.eclipse.jetty.ee9.websocket,org.eclipse.jetty.ee10.websocket</includeGroupIds>
<excludeArtifactIds>jetty-jakarta-servet-api,jetty-schemas,jetty-test-helper</excludeArtifactIds>
<excludeArtifactIds>jetty-jakarta-servlet-api,jetty-schemas,jetty-test-helper</excludeArtifactIds>
<includeTypes>jar</includeTypes>
<outputDirectory>${assembly-directory}/lib/websocket</outputDirectory>
</configuration>