Added list of of libs to exclude instead of using scope to filter out the unwanted libs

This commit is contained in:
Michael Suzuki
2016-06-10 10:45:21 +01:00
parent 21fa9d9727
commit 32cb67cd69
+6 -1
View File
@@ -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>