mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
SEARCH-247: Excluding log4j jar from libs.
We want to use the log4j.jar from the jetty server, not our own.
This commit is contained in:
@@ -203,6 +203,7 @@
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputDirectory>${project.build.outputDirectory}/libs</outputDirectory>
|
||||
<includeScope>compile</includeScope>
|
||||
<overWriteReleases>false</overWriteReleases>
|
||||
<overWriteSnapshots>false</overWriteSnapshots>
|
||||
<overWriteIfNewer>true</overWriteIfNewer>
|
||||
@@ -236,6 +237,7 @@
|
||||
<exclude>org/**/*</exclude>
|
||||
<exclude>**/jetty-*.jar</exclude>
|
||||
<exclude>**/slf4j*.jar</exclude>
|
||||
<exclude>**/log4j*.jar</exclude>
|
||||
<exclude>**/junit*.jar</exclude>
|
||||
<exclude>**/mock*.jar</exclude>
|
||||
<exclude>**/opencmis*.jar</exclude>
|
||||
|
||||
Reference in New Issue
Block a user