Merge branch 'pr-80'

Closes #80 (rebased)
This commit is contained in:
Andreas Dangel
2016-01-07 10:37:14 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@
* [#77](https://github.com/pmd/pmd/pull/77): Fix various typos
* [#78](https://github.com/pmd/pmd/pull/78): Add Builder pattern check to the MissingStaticMethodInNonInstantiatableClass rule
* [#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:**

View File

@ -78,7 +78,7 @@ the report to html source files, and the file encoding:
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<configuration>
<linkXref>true</linkXref>
<linkXRef>true</linkXRef>
<sourceEncoding>ISO-8859-1</sourceEncoding>
<minimumTokens>30</minimumTokens>
<targetJdk>1.4</targetJdk>