From 3d053f596919530339a73871482d10aa15f2b3c8 Mon Sep 17 00:00:00 2001 From: Dennis Lundberg Date: Thu, 26 Jan 2006 21:34:03 +0000 Subject: [PATCH] Added a warning message that is shown if maven site:generate has not been run. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@372612 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index adc327e..9f847b3 100644 --- a/build.xml +++ b/build.xml @@ -279,6 +279,7 @@ + @@ -579,7 +580,15 @@ This configuration is typically used to create a release only. description="Clean and compile all components"/> - + + *** WARNING *** + Maven generated documentation not found: Documentation distribution will be empty + + + + +