This is an automated email from the ASF dual-hosted git repository.
snagel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git
The following commit(s) were added to refs/heads/master by this push:
new 8f15b84 NUTCH-2745 Solr schema.xml not shipped in binary release -
copy Solr schema.xml to runtime to include it into binary release packages
new 80b8a1c Merge pull request #488 from
sebastian-nagel/NUTCH-2475-deploy-solr-schema-xml
8f15b84 is described below
commit 8f15b84d5e779af61341218d91a9a91a5fc99b25
Author: Sebastian Nagel <[email protected]>
AuthorDate: Mon Dec 9 11:50:49 2019 +0100
NUTCH-2745 Solr schema.xml not shipped in binary release
- copy Solr schema.xml to runtime to include it into binary
release packages
---
src/plugin/indexer-solr/build.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/plugin/indexer-solr/build.xml
b/src/plugin/indexer-solr/build.xml
index 8d77cdf..82ec43f 100644
--- a/src/plugin/indexer-solr/build.xml
+++ b/src/plugin/indexer-solr/build.xml
@@ -19,4 +19,5 @@
<import file="../build-plugin.xml" />
+ <copy file="schema.xml" todir="${deploy.dir}" preservelastmodified="true"/>
</project>