mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Added list of of libs to exclude instead of using scope to filter out the unwanted libs
This commit is contained in:
@@ -180,7 +180,6 @@
|
||||
<overWriteReleases>false</overWriteReleases>
|
||||
<overWriteSnapshots>false</overWriteSnapshots>
|
||||
<overWriteIfNewer>true</overWriteIfNewer>
|
||||
<excludeScope>provided</excludeScope>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
@@ -206,6 +205,12 @@
|
||||
</goals>
|
||||
<configuration>
|
||||
<classifier>libs</classifier>
|
||||
<excludes>
|
||||
<exclude>**/jetty-*.jar</exclude>
|
||||
<exclude>**/junit*.jar</exclude>
|
||||
<exclude>**/mock*.jar</exclude>
|
||||
<exclude>**/opencmis*.jar</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
|
||||
Reference in New Issue
Block a user