Repository: chukwa Updated Branches: refs/heads/master 6b2ddcf0c -> 7eb11028f
CHUKWA-798. Added retry logic for SolrWriter and update to Solr 5.5.0 API (Eric Yang) Project: http://git-wip-us.apache.org/repos/asf/chukwa/repo Commit: http://git-wip-us.apache.org/repos/asf/chukwa/commit/7eb11028 Tree: http://git-wip-us.apache.org/repos/asf/chukwa/tree/7eb11028 Diff: http://git-wip-us.apache.org/repos/asf/chukwa/diff/7eb11028 Branch: refs/heads/master Commit: 7eb11028f2ab146b2598085cf90f5d96809714c8 Parents: 6b2ddcf Author: Eric Yang <ey...@apache.org> Authored: Sat Mar 19 20:37:23 2016 -0700 Committer: Eric Yang <ey...@apache.org> Committed: Sat Mar 19 20:37:23 2016 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/chukwa/blob/7eb11028/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index dad6beb..7b16469 100644 --- a/pom.xml +++ b/pom.xml @@ -752,6 +752,7 @@ <copy file="${basedir}/conf/auth.conf" tofile="${project.build.directory}/test/conf/auth.conf"></copy> <chmod file="${project.build.directory}/test/conf/jmxremote.password" perm="600" /> <chmod file="${project.build.directory}/test/conf/jmxremote.access" perm="600" /> + <copy file="${basedir}/src/test/resources/solr.xml" tofile="${project.build.directory}/test/var/solr.xml"></copy> </target> </configuration> <goals>