diff --git a/checkstyle/plugin.jelly b/checkstyle/plugin.jelly index d7d38c6e..a25c0a8c 100644 --- a/checkstyle/plugin.jelly +++ b/checkstyle/plugin.jelly @@ -117,6 +117,9 @@ = Though, we recommend that you edit this License. = ================================================================= + + + diff --git a/checkstyle/project.xml b/checkstyle/project.xml index 6d62b516..aa39b373 100644 --- a/checkstyle/project.xml +++ b/checkstyle/project.xml @@ -23,7 +23,7 @@ 3 maven-checkstyle-plugin Maven Checkstyle Plugin - 2.4.1 + 2.4.2-SNAPSHOT Produce Checkstyle report http://maven.apache.org/reference/plugins/checkstyle/ @@ -103,6 +103,16 @@ Java Developer + + Arnaud Heritier + aheritier + aheritier@apache.org + + + Developer + + +1 + diff --git a/checkstyle/xdocs/changes.xml b/checkstyle/xdocs/changes.xml index 7e7582a5..64c39485 100644 --- a/checkstyle/xdocs/changes.xml +++ b/checkstyle/xdocs/changes.xml @@ -24,7 +24,10 @@ Vincent Massol Emmanuel Venisse - + + + Fix : Build failed if target directory and License file didn't exist. + Fix checks built into plugin when not run on Windows.