[richfaces-svn-commits] JBoss Rich Faces SVN: r18754 - in trunk/cdk: maven-resources-plugin and 1 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Aug 18 08:52:55 EDT 2010


Author: nbelaevski
Date: 2010-08-18 08:52:55 -0400 (Wed, 18 Aug 2010)
New Revision: 18754

Modified:
   trunk/cdk/maven-resources-plugin/pom.xml
   trunk/cdk/parent/pom.xml
   trunk/cdk/pom.xml
Log:
Moving maven-resources-plugin into main build - 2nd attempt

Modified: trunk/cdk/maven-resources-plugin/pom.xml
===================================================================
--- trunk/cdk/maven-resources-plugin/pom.xml	2010-08-18 12:51:56 UTC (rev 18753)
+++ trunk/cdk/maven-resources-plugin/pom.xml	2010-08-18 12:52:55 UTC (rev 18754)
@@ -3,10 +3,10 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-		<groupId>org.richfaces.cdk</groupId>
-		<artifactId>maven-plugins</artifactId>
-		<version>4.0.0-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
+        <artifactId>parent</artifactId>
+        <groupId>org.richfaces.cdk</groupId>
+        <version>4.0.0-SNAPSHOT</version>
+        <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.richfaces.cdk</groupId>

Modified: trunk/cdk/parent/pom.xml
===================================================================
--- trunk/cdk/parent/pom.xml	2010-08-18 12:51:56 UTC (rev 18753)
+++ trunk/cdk/parent/pom.xml	2010-08-18 12:52:55 UTC (rev 18754)
@@ -255,6 +255,39 @@
 					</exclusion>
 				</exclusions>
 			</dependency>
+            
+            <!-- Resources plugin dependencies -->
+            <dependency>
+                <groupId>org.reflections</groupId>
+                <artifactId>reflections</artifactId>
+                <version>0.9.5-RC2_jboss-SP1</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>com.google.collections</groupId>
+                        <artifactId>google-collections</artifactId>
+                    </exclusion>
+                </exclusions>
+            </dependency>
+            <dependency>
+                <groupId>com.sun.el</groupId>
+                <artifactId>el-ri</artifactId>
+                <version>1.0</version>
+            </dependency>
+            <dependency>
+                <groupId>org.richfaces.core</groupId>
+                <artifactId>richfaces-core-impl</artifactId>
+                <version>4.0.0-SNAPSHOT</version>
+            </dependency>
+            <dependency>
+                <groupId>org.slf4j</groupId>
+                <artifactId>slf4j-simple</artifactId>
+                <version>1.5.8</version>
+            </dependency>
+            <dependency>
+                <groupId>com.yahoo.platform.yui</groupId>
+                <artifactId>yuicompressor</artifactId>
+                <version>2.3.6</version>
+            </dependency>
 
 			<!-- Tests -->
 			<dependency>

Modified: trunk/cdk/pom.xml
===================================================================
--- trunk/cdk/pom.xml	2010-08-18 12:51:56 UTC (rev 18753)
+++ trunk/cdk/pom.xml	2010-08-18 12:52:55 UTC (rev 18754)
@@ -27,6 +27,7 @@
 		<module>xinclude</module>
 		<module>generator</module>
 		<module>maven-cdk-plugin</module>
+		<module>maven-resources-plugin</module>
 		<module>dist</module>
 	</modules>
 	<!-- SCM and distribution management -->



More information about the richfaces-svn-commits mailing list