From 8bb07ad5f5df76f36d9ee5f6fa40e489d899054a Mon Sep 17 00:00:00 2001 From: Wim Deblauwe Date: Tue, 15 Dec 2015 09:20:07 +0100 Subject: [PATCH 1/2] Update mvn-plugin.md The correct name of the property to configure linking to source code is `linkXRef` and not `linkXref`. If you use `false` then the warning "[WARNING] Unable to locate Source XRef to link to - DISABLED" is no longer printed. See also http://stackoverflow.com/a/18390459/40064 --- src/site/markdown/usage/mvn-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/markdown/usage/mvn-plugin.md b/src/site/markdown/usage/mvn-plugin.md index f7e7aaf5cc..4fd72891b7 100644 --- a/src/site/markdown/usage/mvn-plugin.md +++ b/src/site/markdown/usage/mvn-plugin.md @@ -78,7 +78,7 @@ the report to html source files, and the file encoding: org.apache.maven.plugins maven-pmd-plugin - true + true ISO-8859-1 30 1.4 From d783bdcfb07c8725572434993d89b6262cc50a12 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 7 Jan 2016 10:36:25 +0100 Subject: [PATCH 2/2] Update changelog --- src/site/markdown/overview/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/site/markdown/overview/changelog.md b/src/site/markdown/overview/changelog.md index 307a2b7cca..1fc06680e3 100644 --- a/src/site/markdown/overview/changelog.md +++ b/src/site/markdown/overview/changelog.md @@ -14,6 +14,7 @@ **Pull Requests:** * [#79](https://github.com/pmd/pmd/pull/79): do not flag public static void main(String[]) as UseVarargs; ignore @Override for UseVarargs +* [#80](https://github.com/pmd/pmd/pull/80): Update mvn-plugin.md **Bugfixes:**