Included only runtime dependencies when copying

This makes sure, that no test dependencies are placed in the distribution
This commit is contained in:
Alexander Reelsen 2013-08-06 15:13:25 +02:00
parent fec196b8d8
commit 68b77c1ae3
1 changed files with 1 additions and 0 deletions

View File

@ -562,6 +562,7 @@
</goals>
<configuration>
<outputDirectory>${project.build.directory}/lib</outputDirectory>
<includeScope>runtime</includeScope>
</configuration>
</execution>
</executions>