mirror of https://github.com/apache/archiva.git
exclude commons-configuration from redback war
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1205160 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1d78784527
commit
c4f8c31036
|
@ -666,7 +666,7 @@
|
||||||
<dependentWarExcludes>META-INF/**,WEB-INF/web.xml,WEB-INF/classes/xwork.xml,WEB-INF/lib/**
|
<dependentWarExcludes>META-INF/**,WEB-INF/web.xml,WEB-INF/classes/xwork.xml,WEB-INF/lib/**
|
||||||
</dependentWarExcludes>
|
</dependentWarExcludes>
|
||||||
<warSourceExcludes>
|
<warSourceExcludes>
|
||||||
WEB-INF/lib/xalan-*.jar,WEB-INF/lib/velocity-dep-*.jar,WEB-INF/lib/xml-apis-*.jar,WEB-INF/lib/wstx-asl-*.jar,WEB-INF/lib/stax-utils-*.jar,WEB-INF/lib/xercesImpl-*.jar,WEB-INF/lib/commons-lang-*.jar
|
WEB-INF/lib/xalan-*.jar,WEB-INF/lib/velocity-dep-*.jar,WEB-INF/lib/xml-apis-*.jar,WEB-INF/lib/wstx-asl-*.jar,WEB-INF/lib/stax-utils-*.jar,WEB-INF/lib/xercesImpl-*.jar,WEB-INF/lib/commons-lang-*.jar,WEB-INF/lib/commons-configuration-*.jar
|
||||||
</warSourceExcludes>
|
</warSourceExcludes>
|
||||||
<archive>
|
<archive>
|
||||||
<manifest>
|
<manifest>
|
||||||
|
|
Loading…
Reference in New Issue