Skip to content

Commit 5c38d60

Browse files
committed
Included only runtime dependencies when copying
This makes sure, that no test dependencies are placed in the distribution
1 parent 073c82d commit 5c38d60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,7 @@
562562
</goals>
563563
<configuration>
564564
<outputDirectory>${project.build.directory}/lib</outputDirectory>
565+
<includeScope>runtime</includeScope>
565566
</configuration>
566567
</execution>
567568
</executions>

0 commit comments

Comments
 (0)