[richfaces-svn-commits] JBoss Rich Faces SVN: r18603 - in branches/RF-9040_build_updated_m2/ui: parent and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Aug 12 18:24:42 EDT 2010


Author: jbalunas at redhat.com
Date: 2010-08-12 18:24:42 -0400 (Thu, 12 Aug 2010)
New Revision: 18603

Modified:
   branches/RF-9040_build_updated_m2/ui/misc/pom.xml
   branches/RF-9040_build_updated_m2/ui/parent/pom.xml
Log:
RF-9040, RF-8944 - fixed snapshot reference in misc.

Modified: branches/RF-9040_build_updated_m2/ui/misc/pom.xml
===================================================================
--- branches/RF-9040_build_updated_m2/ui/misc/pom.xml	2010-08-12 21:05:59 UTC (rev 18602)
+++ branches/RF-9040_build_updated_m2/ui/misc/pom.xml	2010-08-12 22:24:42 UTC (rev 18603)
@@ -1,24 +1,26 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-    JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
-    Inc. and individual contributors by the @authors tag. See the
-    copyright.txt in the distribution for a full listing of
-    individual contributors. This is free software; you can
-    redistribute it and/or modify it under the terms of the GNU
-    Lesser General Public License as published by the Free Software
-    Foundation; either version 2.1 of the License, or (at your
-    option) any later version. This software is distributed in the
-    hope that it will be useful, but WITHOUT ANY WARRANTY; without
-    even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-    PARTICULAR PURPOSE. See the GNU Lesser General Public License
-    for more details. You should have received a copy of the GNU
-    Lesser General Public License along with this software; if not,
-    write to the Free Software Foundation, Inc., 51 Franklin St,
-    Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
-    http://www.fsf.org.
--->
+    <!--
+        JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
+        Inc. and individual contributors by the @authors tag. See the
+        copyright.txt in the distribution for a full listing of
+        individual contributors. This is free software; you can
+        redistribute it and/or modify it under the terms of the GNU
+        Lesser General Public License as published by the Free Software
+        Foundation; either version 2.1 of the License, or (at your
+        option) any later version. This software is distributed in the
+        hope that it will be useful, but WITHOUT ANY WARRANTY; without
+        even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+        PARTICULAR PURPOSE. See the GNU Lesser General Public License
+        for more details. You should have received a copy of the GNU
+        Lesser General Public License along with this software; if not,
+        write to the Free Software Foundation, Inc., 51 Franklin St,
+        Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
+        http://www.fsf.org.
+    -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+>
 
     <modelVersion>4.0.0</modelVersion>
 
@@ -55,24 +57,7 @@
         </pluginManagement>
         <plugins>
             <plugin>
-                <groupId>org.richfaces.cdk</groupId>
-                <artifactId>maven-cdk-plugin</artifactId>
-            </plugin>
-
-            <plugin>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-            </plugin>
-
-            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-enforcer-plugin</artifactId>
-                <version>1.0-beta-1</version>
-                <configuration>
-                    <fail>false</fail>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>
                 <configuration>
                     <!--                     The dist requires clean install for prepare -->

Modified: branches/RF-9040_build_updated_m2/ui/parent/pom.xml
===================================================================
--- branches/RF-9040_build_updated_m2/ui/parent/pom.xml	2010-08-12 21:05:59 UTC (rev 18602)
+++ branches/RF-9040_build_updated_m2/ui/parent/pom.xml	2010-08-12 22:24:42 UTC (rev 18603)
@@ -62,6 +62,8 @@
                     <groupId>org.richfaces.cdk</groupId>
                     <artifactId>maven-cdk-plugin</artifactId>
                     <version>${project.version}</version>
+                    <!-- TODO Is this a problem because this parent is not specific
+                         to iteration? -->
                     <configuration>
                         <library>
                             <prefix>org.richfaces</prefix>



More information about the richfaces-svn-commits mailing list