[richfaces-svn-commits] JBoss Rich Faces SVN: r18685 - in branches/RF-9023: examples/core-demo and 4 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Aug 16 19:33:57 EDT 2010


Author: jbalunas at redhat.com
Date: 2010-08-16 19:33:56 -0400 (Mon, 16 Aug 2010)
New Revision: 18685

Modified:
   branches/RF-9023/cdk/parent/pom.xml
   branches/RF-9023/examples/core-demo/pom.xml
   branches/RF-9023/examples/iteration-demo/pom.xml
   branches/RF-9023/examples/misc-demo/pom.xml
   branches/RF-9023/examples/repeater-demo/pom.xml
   branches/RF-9023/examples/richfaces-showcase/pom.xml
Log:
RF-9023 further non-core/ui updates for checkstyle changes

Modified: branches/RF-9023/cdk/parent/pom.xml
===================================================================
--- branches/RF-9023/cdk/parent/pom.xml	2010-08-16 23:09:37 UTC (rev 18684)
+++ branches/RF-9023/cdk/parent/pom.xml	2010-08-16 23:33:56 UTC (rev 18685)
@@ -114,17 +114,6 @@
 					<version>1.0.2</version>
 				</plugin>
 				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-checkstyle-plugin</artifactId>
-					<dependencies>
-						<dependency>
-							<groupId>org.richfaces</groupId>
-							<artifactId>richfaces-build-checkstyle</artifactId>
-							<version>${richfaces.checkstyle.version}</version>
-						</dependency>
-					</dependencies>
-				</plugin>
-				<plugin>
 					<groupId>org.apache.camel</groupId>
 					<artifactId>guice-maven-plugin</artifactId>
 					<version>2.2.0</version>

Modified: branches/RF-9023/examples/core-demo/pom.xml
===================================================================
--- branches/RF-9023/examples/core-demo/pom.xml	2010-08-16 23:09:37 UTC (rev 18684)
+++ branches/RF-9023/examples/core-demo/pom.xml	2010-08-16 23:33:56 UTC (rev 18685)
@@ -124,24 +124,6 @@
     </dependencies>
 
     <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <!-- Configure checkstyle report for this module -->
-                    <artifactId>maven-checkstyle-plugin</artifactId>
-                    <dependencies>
-                        <dependency>
-                            <groupId>org.richfaces</groupId>
-                            <artifactId>richfaces-build-checkstyle
-                            </artifactId>
-                            <version>${richfaces.checkstyle.version}
-                            </version>
-                        </dependency>
-                    </dependencies>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-
         <plugins>
             <plugin>
                 <artifactId>maven-checkstyle-plugin</artifactId>

Modified: branches/RF-9023/examples/iteration-demo/pom.xml
===================================================================
--- branches/RF-9023/examples/iteration-demo/pom.xml	2010-08-16 23:09:37 UTC (rev 18684)
+++ branches/RF-9023/examples/iteration-demo/pom.xml	2010-08-16 23:33:56 UTC (rev 18685)
@@ -141,24 +141,6 @@
     </dependencies>
 
     <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <!-- Configure checkstyle report for this module -->
-                    <artifactId>maven-checkstyle-plugin</artifactId>
-                    <dependencies>
-                        <dependency>
-                            <groupId>org.richfaces</groupId>
-                            <artifactId>richfaces-build-checkstyle
-                            </artifactId>
-                            <version>${richfaces.checkstyle.version}
-                            </version>
-                        </dependency>
-                    </dependencies>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>

Modified: branches/RF-9023/examples/misc-demo/pom.xml
===================================================================
--- branches/RF-9023/examples/misc-demo/pom.xml	2010-08-16 23:09:37 UTC (rev 18684)
+++ branches/RF-9023/examples/misc-demo/pom.xml	2010-08-16 23:33:56 UTC (rev 18685)
@@ -156,24 +156,6 @@
     </profiles>
 
     <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <!-- Configure checkstyle report for this module -->
-                    <artifactId>maven-checkstyle-plugin</artifactId>
-                    <dependencies>
-                        <dependency>
-                            <groupId>org.richfaces</groupId>
-                            <artifactId>richfaces-build-checkstyle
-                            </artifactId>
-                            <version>${richfaces.checkstyle.version}
-                            </version>
-                        </dependency>
-                    </dependencies>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-
         <plugins>
             <plugin>
                 <artifactId>maven-checkstyle-plugin</artifactId>

Modified: branches/RF-9023/examples/repeater-demo/pom.xml
===================================================================
--- branches/RF-9023/examples/repeater-demo/pom.xml	2010-08-16 23:09:37 UTC (rev 18684)
+++ branches/RF-9023/examples/repeater-demo/pom.xml	2010-08-16 23:33:56 UTC (rev 18685)
@@ -134,24 +134,6 @@
     </profiles>
 
     <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <!-- Configure checkstyle report for this module -->
-                    <artifactId>maven-checkstyle-plugin</artifactId>
-                    <dependencies>
-                        <dependency>
-                            <groupId>org.richfaces</groupId>
-                            <artifactId>richfaces-build-checkstyle
-                            </artifactId>
-                            <version>${richfaces.checkstyle.version}
-                            </version>
-                        </dependency>
-                    </dependencies>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-
         <plugins>
             <plugin>
                 <artifactId>maven-checkstyle-plugin</artifactId>

Modified: branches/RF-9023/examples/richfaces-showcase/pom.xml
===================================================================
--- branches/RF-9023/examples/richfaces-showcase/pom.xml	2010-08-16 23:09:37 UTC (rev 18684)
+++ branches/RF-9023/examples/richfaces-showcase/pom.xml	2010-08-16 23:33:56 UTC (rev 18685)
@@ -104,22 +104,6 @@
     <build>
         <finalName>richfaces-showcase</finalName>
 
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <!-- Configure checkstyle report for this module -->
-                    <artifactId>maven-checkstyle-plugin</artifactId>
-                    <dependencies>
-                        <dependency>
-                            <groupId>org.richfaces</groupId>
-                            <artifactId>richfaces-build-checkstyle</artifactId>
-                            <version>${richfaces.checkstyle.version}</version>
-                        </dependency>
-                    </dependencies>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-
         <plugins>
             <plugin>
                 <artifactId>maven-checkstyle-plugin</artifactId>



More information about the richfaces-svn-commits mailing list