From 23eb7a64de2a1f4007cfcc0d52510f4e01f0a6a8 Mon Sep 17 00:00:00 2001 From: aheritier Date: Tue, 18 May 2004 21:50:24 +0000 Subject: [PATCH] MPCHECKSTYLE-21 + upgrade plugin to 2.4.2-SNAPSHOT git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115382 13f79535-47bb-0310-9956-ffa450edef68 --- checkstyle/plugin.jelly | 3 +++ checkstyle/project.xml | 12 +++++++++++- checkstyle/xdocs/changes.xml | 5 ++++- 3 files changed, 18 insertions(+), 2 deletions(-) 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.