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
This commit is contained in:
ltheussl 2006-01-30 23:17:59 +00:00
parent cea3f4d93b
commit fec5536ce5

View File

@ -49,6 +49,14 @@
<j:if test="${sourcesPresent == 'true'}">
<j:if test="${maven.compile.debug != 'on'}">
<echo>
*** 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
</echo>
</j:if>
<attainGoal name="java:compile"/>
<ant:java