[richfaces-svn-commits] JBoss Rich Faces SVN: r18517 - in trunk/ui/iteration: ui and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Aug 9 12:39:18 EDT 2010


Author: Alex.Kolonitsky
Date: 2010-08-09 12:39:18 -0400 (Mon, 09 Aug 2010)
New Revision: 18517

Modified:
   trunk/ui/iteration/api/pom.xml
   trunk/ui/iteration/ui/pom.xml
Log:
Richfaces 4.0 restructurization of svn repository structure


Modified: trunk/ui/iteration/api/pom.xml
===================================================================
--- trunk/ui/iteration/api/pom.xml	2010-08-09 16:03:38 UTC (rev 18516)
+++ trunk/ui/iteration/api/pom.xml	2010-08-09 16:39:18 UTC (rev 18517)
@@ -60,6 +60,11 @@
             <artifactId>jstl</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.richfaces.ui.core</groupId>
+            <artifactId>richfaces-ui-core-ui</artifactId>
+            <version>4.0.0-SNAPSHOT</version>
+        </dependency>
 
         <!-- tests -->
         <dependency>

Modified: trunk/ui/iteration/ui/pom.xml
===================================================================
--- trunk/ui/iteration/ui/pom.xml	2010-08-09 16:03:38 UTC (rev 18516)
+++ trunk/ui/iteration/ui/pom.xml	2010-08-09 16:39:18 UTC (rev 18517)
@@ -33,12 +33,26 @@
     <artifactId>richfaces-ui-iteration-ui</artifactId>
     <name>Richfaces UI Components: Iteration UI</name>
     <packaging>jar</packaging>
+
+    <properties>
+        <org.richfaces.cdk.version>4.0.0-SNAPSHOT</org.richfaces.cdk.version>
+    </properties>
+
     <build>
         <plugins>
             <plugin>
                 <groupId>org.richfaces.cdk</groupId>
                 <artifactId>maven-cdk-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>
         </plugins>
     </build>
 
@@ -124,6 +138,11 @@
             <artifactId>jsf-mock</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.richfaces.cdk</groupId>
+            <artifactId>annotations</artifactId>
+            <version>${org.richfaces.cdk.version}</version>
+        </dependency>
     </dependencies>
     
     <scm>
@@ -131,5 +150,4 @@
         <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/iteration/datascroller/impl</developerConnection>
         <url>http://fisheye.jboss.org/browse/richfaces</url>
     </scm>
-	
 </project>
\ No newline at end of file



More information about the richfaces-svn-commits mailing list