From 57e07ebf6b2a78ea098f5e7807ca3f619459d2f3 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Fri, 11 Oct 2013 15:49:04 +0200 Subject: An ant property to skip building docs It can be situationally useful to run: ant -Dskip.docs=1 dist-maven When troubleshooting problems that require creation of a distribution, such as pr-integrate-partest. Scaladoc isn't incremental, so you burn a few minutes for a single file change to the compiler or library. --- build.xml | 78 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 40 insertions(+), 38 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index b5e77832df..ed9d02c4ce 100755 --- a/build.xml +++ b/build.xml @@ -1186,44 +1186,46 @@ TODO: - - - - - - - - - - - - - + + + + + + + + + + + + + + + -- cgit v1.2.3