From fec5536ce5352313c74e65619c1c094427f43133 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Mon, 30 Jan 2006 23:17:59 +0000 Subject: [PATCH] Warn if maven.compile.debug is not on - xref links will be incorrect. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@373628 13f79535-47bb-0310-9956-ffa450edef68 --- jdepend/plugin.jelly | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/jdepend/plugin.jelly b/jdepend/plugin.jelly index 32ec7402..be858cde 100644 --- a/jdepend/plugin.jelly +++ b/jdepend/plugin.jelly @@ -43,12 +43,20 @@ - - + + + +*** WARNING: JDepend is only fully functional if source files are compiled with debugging information turned on. +*** The source file cross links generated by this run of JDepend will not be correct. +*** Please set maven.compile.debug = on + + + - +