Don't pull test and provided dependencies into the CLI jar

pull/234/head
Andy Wilkinson 11 years ago
parent c9f8dac9d9
commit e96fa79c31

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

Loading…
Cancel
Save