mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-17 14:21:20 +00:00
Restrict the libs jar to: compile, provided, and system dependencies
This commit is contained in:
@@ -176,6 +176,7 @@
|
|||||||
<goal>copy-dependencies</goal>
|
<goal>copy-dependencies</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<includeScope>compile</includeScope>
|
||||||
<outputDirectory>${project.build.outputDirectory}/libs</outputDirectory>
|
<outputDirectory>${project.build.outputDirectory}/libs</outputDirectory>
|
||||||
<overWriteReleases>false</overWriteReleases>
|
<overWriteReleases>false</overWriteReleases>
|
||||||
<overWriteSnapshots>false</overWriteSnapshots>
|
<overWriteSnapshots>false</overWriteSnapshots>
|
||||||
|
Reference in New Issue
Block a user