do not include test dependencies in jetty-runner jar

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
olivier lamy 2020-11-27 10:39:01 +10:00
parent 29372f3168
commit c6f7e837f4
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@
<outputDirectory>${project.build.directory}/classes</outputDirectory>
<overWriteReleases>false</overWriteReleases>
<overWriteSnapshots>true</overWriteSnapshots>
<excludeScope>test</excludeScope>
<includeScope>runtime</includeScope>
</configuration>
</execution>
</executions>