evenisse 2003/07/01 05:47:35
Modified: src/plugins-build/checkstyle plugin.jelly project.xml
src/plugins-build/checkstyle/xdocs changes.xml
Log:
Fixed Maven-489.
Revision Changes Path
1.9 +2 -1 maven/src/plugins-build/checkstyle/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/checkstyle/plugin.jelly,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- plugin.jelly 5 Jun 2003 05:38:00 -0000 1.8
+++ plugin.jelly 1 Jul 2003 12:47:35 -0000 1.9
@@ -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"/>
1.15 +27 -0 maven/src/plugins-build/checkstyle/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/checkstyle/project.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- project.xml 4 Jun 2003 19:24:57 -0000 1.14
+++ project.xml 1 Jul 2003 12:47:35 -0000 1.15
@@ -57,6 +57,15 @@
</roles>
</developer>
<developer>
+ <name>Emmanuel Venisse</name>
+ <id>evenisse</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization>Fi System</organization>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ <developer>
<name>Jason van Zyl</name>
<id>jvanzyl</id>
<email>[EMAIL PROTECTED]</email>
@@ -77,31 +86,49 @@
<groupId>antlr</groupId>
<artifactId>antlr</artifactId>
<version>2.7.2</version>
+ <properties>
+ <classloader>root</classloader>
+ </properties>
</dependency>
<dependency>
<groupId>checkstyle</groupId>
<artifactId>checkstyle</artifactId>
<version>3.1</version>
+ <properties>
+ <classloader>root</classloader>
+ </properties>
</dependency>
<dependency>
<groupId>regexp</groupId>
<artifactId>regexp</artifactId>
<version>1.2</version>
+ <properties>
+ <classloader>root</classloader>
+ </properties>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.6</version>
+ <properties>
+ <classloader>root</classloader>
+ </properties>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>2.1</version>
+ <properties>
+ <classloader>root</classloader>
+ </properties>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.3</version>
+ <properties>
+ <classloader>root</classloader>
+ </properties>
</dependency>
</dependencies>
1.4 +3 -0 maven/src/plugins-build/checkstyle/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/checkstyle/xdocs/changes.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- changes.xml 30 May 2003 13:13:26 -0000 1.3
+++ changes.xml 1 Jul 2003 12:47:35 -0000 1.4
@@ -8,6 +8,9 @@
<body>
<release version="2.0" date="in CVS">
+ <action dev="evenisse" type="fix">
+ Fixed Maven-489.
+ </action>
<action dev="vmassol" type="update">
Upgraded to Checkstyle 3.1.
</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]