From 6c66c205ffe5a2948ed95897c625aca07ef2d260 Mon Sep 17 00:00:00 2001 From: evenisse Date: Tue, 1 Jul 2003 12:47:35 +0000 Subject: [PATCH] Fixed Maven-489. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113562 13f79535-47bb-0310-9956-ffa450edef68 --- checkstyle/plugin.jelly | 3 ++- checkstyle/project.xml | 27 +++++++++++++++++++++++++++ checkstyle/xdocs/changes.xml | 3 +++ 3 files changed, 32 insertions(+), 1 deletion(-) diff --git a/checkstyle/plugin.jelly b/checkstyle/plugin.jelly index 549f3219..4591795d 100644 --- a/checkstyle/plugin.jelly +++ b/checkstyle/plugin.jelly @@ -151,7 +151,8 @@ input="${maven.build.dir}/checkstyle-raw-report.xml" output="checkstyle-report.xml" stylesheet="${plugin.resources}/checkstyle.jsl" - omitXmlDeclaration="true" + encoding="${maven.docs.outputencoding}" + omitXmlDeclaration="false" outputMode="xml" prettyPrint="true"/> diff --git a/checkstyle/project.xml b/checkstyle/project.xml index 3a14f868..2389e3cf 100644 --- a/checkstyle/project.xml +++ b/checkstyle/project.xml @@ -56,6 +56,15 @@ Java Developer + + Emmanuel Venisse + evenisse + evenisse@ifrance.com + Fi System + + Java Developer + + Jason van Zyl jvanzyl @@ -77,31 +86,49 @@ antlr antlr 2.7.2 + + root + checkstyle checkstyle 3.1 + + root + regexp regexp 1.2 + + root + commons-beanutils commons-beanutils 1.6 + + root + commons-collections commons-collections 2.1 + + root + commons-logging commons-logging 1.0.3 + + root + diff --git a/checkstyle/xdocs/changes.xml b/checkstyle/xdocs/changes.xml index db50de06..6ad23cf1 100644 --- a/checkstyle/xdocs/changes.xml +++ b/checkstyle/xdocs/changes.xml @@ -8,6 +8,9 @@ + + Fixed Maven-489. + Upgraded to Checkstyle 3.1.