Changes
Emmanuel Venisse
Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.
Set
maven.jdepend.componentsto empty by default for backwards compatibility.
Cannot generate report without component property set.
New property
maven.jdepend.propertiesto specify a custom jdepend.properties file.
New
maven.jdepend.dirsand
maven.jdepend.componentsproperties.
Upgrade to JDepend 2.9.1.
Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
- xercesImpl v 2.4.0 -> v2.6.2
- xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2
Exception in jsl when there are no cyclic dependencies.
Upgrade to JDepend for bugfixes.
Apply MAVEN-1132
Add xml declaration to generated report. Fixed for character encoding.
Fixed MAVEN-493. I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered.