mirror of https://github.com/apache/lucene.git
SOLR-7135: Allow the server build.xml 'sync-hack' target to by skipped by specifying a system property.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661527 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1fdf68d482
commit
ba9d77a445
|
@ -42,7 +42,7 @@
|
|||
and rename jetty-start-xxxxxxxxxxxxx.jar -> start.jar (not in lib/) !
|
||||
|
||||
there is probably a cleaner way: but this ensure we have no garbage if jetty is upgraded -->
|
||||
<target name="sync-hack">
|
||||
<target name="sync-hack" unless="solr.skip.sync-hack">
|
||||
<delete failonerror="false">
|
||||
<fileset dir="lib" includes="*.jar"/>
|
||||
</delete>
|
||||
|
|
Loading…
Reference in New Issue