Author: nbelaevski
Date: 2010-05-17 10:41:26 -0400 (Mon, 17 May 2010)
New Revision: 17083
Modified:
root/build/parent/trunk/pom.xml
root/cdk/trunk/parent/pom.xml
Log:
https://jira.jboss.org/browse/RFPL-596
Checkstyle artifactId updated in CDK pom
Modified: root/build/parent/trunk/pom.xml
===================================================================
--- root/build/parent/trunk/pom.xml 2010-05-17 14:21:49 UTC (rev 17082)
+++ root/build/parent/trunk/pom.xml 2010-05-17 14:41:26 UTC (rev 17083)
@@ -106,21 +106,12 @@
-->
<pluginManagement>
<plugins>
- <!-- TODO: change to the current CDK version -->
<plugin>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-javascript-plugin</artifactId>
- <version>3.3.1.GA</version>
- </plugin>
- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>javacc-maven-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.3</version>
Modified: root/cdk/trunk/parent/pom.xml
===================================================================
--- root/cdk/trunk/parent/pom.xml 2010-05-17 14:21:49 UTC (rev 17082)
+++ root/cdk/trunk/parent/pom.xml 2010-05-17 14:41:26 UTC (rev 17083)
@@ -121,7 +121,7 @@
<dependencies>
<dependency>
<groupId>org.richfaces</groupId>
- <artifactId>checkstyle</artifactId>
+ <artifactId>richfaces-build-checkstyle</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>