Repository: ant-ivy Updated Branches: refs/heads/master cd8f81d0a -> eeb79e100
avoid generating the reports in the folder where the html of the documentation is generated Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/eeb79e10 Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/eeb79e10 Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/eeb79e10 Branch: refs/heads/master Commit: eeb79e1003e20bba5cf58f1c6435768fd81a8371 Parents: cd8f81d Author: Nicolas LaleveÌe <[email protected]> Authored: Tue Jul 4 23:17:40 2017 +0200 Committer: Nicolas LaleveÌe <[email protected]> Committed: Tue Jul 4 23:17:40 2017 +0200 ---------------------------------------------------------------------- build.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/eeb79e10/build.properties ---------------------------------------------------------------------- diff --git a/build.properties b/build.properties index 652d30f..b291a81 100644 --- a/build.properties +++ b/build.properties @@ -27,14 +27,14 @@ bootstrap.classes.build.dir=${classes.build.dir}/bootstrap ant.classes.build.dir=${classes.build.dir}/ant optional.classes.build.dir=${classes.build.dir}/optional all.classes.build.dir=${classes.build.dir}/all -test.build.dir=${basedir}/build/test -artifacts.build.dir=${basedir}/build/artifact -distrib.dir=${basedir}/build/distrib -doc.build.dir=${basedir}/build/doc -reports.dir=${doc.build.dir}/reports -test.xml.dir=${build.dir}/test-report +test.build.dir=${build.dir}/test +artifacts.build.dir=${build.dir}/artifact +distrib.dir=${build.dir}/distrib +doc.build.dir=${build.dir}/doc +reports.dir=${build.dir}/reports +test.xml.dir=${reports.dir}/test/xml jacoco.log=${build.dir}/jacoco.data -test.report.dir=${reports.dir}/test +test.report.dir=${reports.dir}/test/html coverage.report.dir=${reports.dir}/coverage javadoc.build.dir=${reports.dir}/api ivy.report.dir=${reports.dir}/ivy
