[richfaces-svn-commits] JBoss Rich Faces SVN: r14582 - in branches/sandbox/rf4_build: cdk/trunk/plugins and 23 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Jun 10 10:30:51 EDT 2009


Author: nbelaevski
Date: 2009-06-10 10:30:51 -0400 (Wed, 10 Jun 2009)
New Revision: 14582

Modified:
   branches/sandbox/rf4_build/cdk/trunk/archetypes/pom.xml
   branches/sandbox/rf4_build/cdk/trunk/plugins/maven-cdk-plugin/pom.xml
   branches/sandbox/rf4_build/cdk/trunk/plugins/pom.xml
   branches/sandbox/rf4_build/docs/trunk/commons/highlight/pom.xml
   branches/sandbox/rf4_build/docs/trunk/commons/pom.xml
   branches/sandbox/rf4_build/docs/trunk/commons/resources/en/pom.xml
   branches/sandbox/rf4_build/docs/trunk/commons/resources/pom.xml
   branches/sandbox/rf4_build/docs/trunk/guides/pom.xml
   branches/sandbox/rf4_build/docs/trunk/guides/testguide/en/pom.xml
   branches/sandbox/rf4_build/docs/trunk/guides/testguide/pom.xml
   branches/sandbox/rf4_build/examples/trunk/components/calendar-demo/pom.xml
   branches/sandbox/rf4_build/examples/trunk/components/panel-demo/pom.xml
   branches/sandbox/rf4_build/examples/trunk/components/pom.xml
   branches/sandbox/rf4_build/examples/trunk/components/tree-demo/pom.xml
   branches/sandbox/rf4_build/examples/trunk/photoalbum/pom.xml
   branches/sandbox/rf4_build/examples/trunk/richfaces-demo/pom.xml
   branches/sandbox/rf4_build/framework/trunk/api/pom.xml
   branches/sandbox/rf4_build/framework/trunk/impl/pom.xml
   branches/sandbox/rf4_build/framework/trunk/test-base/pom.xml
   branches/sandbox/rf4_build/ui/trunk/components/calendar/pom.xml
   branches/sandbox/rf4_build/ui/trunk/components/panel/pom.xml
   branches/sandbox/rf4_build/ui/trunk/components/pom.xml
   branches/sandbox/rf4_build/ui/trunk/components/tree/pom.xml
   branches/sandbox/rf4_build/ui/trunk/skins/pom.xml
   branches/sandbox/rf4_build/ui/trunk/themes/pom.xml
Log:
Build system: hardcoded group identifiers replaced by expressions

Modified: branches/sandbox/rf4_build/cdk/trunk/archetypes/pom.xml
===================================================================
--- branches/sandbox/rf4_build/cdk/trunk/archetypes/pom.xml	2009-06-10 14:15:43 UTC (rev 14581)
+++ branches/sandbox/rf4_build/cdk/trunk/archetypes/pom.xml	2009-06-10 14:30:51 UTC (rev 14582)
@@ -11,7 +11,7 @@
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.cdk</groupId>
+	<groupId>${parent.groupId}.${parent.artifactId}</groupId>
 	<artifactId>maven-archetypes</artifactId>
 	<packaging>pom</packaging>
 

Modified: branches/sandbox/rf4_build/cdk/trunk/plugins/maven-cdk-plugin/pom.xml
===================================================================
--- branches/sandbox/rf4_build/cdk/trunk/plugins/maven-cdk-plugin/pom.xml	2009-06-10 14:15:43 UTC (rev 14581)
+++ branches/sandbox/rf4_build/cdk/trunk/plugins/maven-cdk-plugin/pom.xml	2009-06-10 14:30:51 UTC (rev 14582)
@@ -11,7 +11,6 @@
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.cdk</groupId>
 	<artifactId>maven-cdk-plugin</artifactId>
 	<packaging>maven-plugin</packaging>
 

Modified: branches/sandbox/rf4_build/cdk/trunk/plugins/pom.xml
===================================================================
--- branches/sandbox/rf4_build/cdk/trunk/plugins/pom.xml	2009-06-10 14:15:43 UTC (rev 14581)
+++ branches/sandbox/rf4_build/cdk/trunk/plugins/pom.xml	2009-06-10 14:30:51 UTC (rev 14582)
@@ -11,7 +11,7 @@
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.cdk</groupId>
+	<groupId>${parent.groupId}.${parent.artifactId}</groupId>
 	<artifactId>maven-plugins</artifactId>
 	<packaging>pom</packaging>
 

Modified: branches/sandbox/rf4_build/docs/trunk/commons/highlight/pom.xml
===================================================================
--- branches/sandbox/rf4_build/docs/trunk/commons/highlight/pom.xml	2009-06-10 14:15:43 UTC (rev 14581)
+++ branches/sandbox/rf4_build/docs/trunk/commons/highlight/pom.xml	2009-06-10 14:30:51 UTC (rev 14582)
@@ -11,7 +11,7 @@
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.docs.commons</groupId>
+	<groupId>${parent.groupId}.${parent.artifactId}</groupId>
 	<artifactId>highlight</artifactId>
 
 	<dependencies>

Modified: branches/sandbox/rf4_build/docs/trunk/commons/pom.xml
===================================================================
--- branches/sandbox/rf4_build/docs/trunk/commons/pom.xml	2009-06-10 14:15:43 UTC (rev 14581)
+++ branches/sandbox/rf4_build/docs/trunk/commons/pom.xml	2009-06-10 14:30:51 UTC (rev 14582)
@@ -11,7 +11,7 @@
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.docs</groupId>
+	<groupId>${parent.groupId}.${parent.artifactId}</groupId>
 	<artifactId>commons</artifactId>
 	<packaging>pom</packaging>
 

Modified: branches/sandbox/rf4_build/docs/trunk/commons/resources/en/pom.xml
===================================================================
--- branches/sandbox/rf4_build/docs/trunk/commons/resources/en/pom.xml	2009-06-10 14:15:43 UTC (rev 14581)
+++ branches/sandbox/rf4_build/docs/trunk/commons/resources/en/pom.xml	2009-06-10 14:30:51 UTC (rev 14582)
@@ -11,7 +11,7 @@
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.docs.commons.resources</groupId>
+	<groupId>${parent.groupId}.${parent.artifactId}</groupId>
 	<artifactId>en</artifactId>
 
 

Modified: branches/sandbox/rf4_build/docs/trunk/commons/resources/pom.xml
===================================================================
--- branches/sandbox/rf4_build/docs/trunk/commons/resources/pom.xml	2009-06-10 14:15:43 UTC (rev 14581)
+++ branches/sandbox/rf4_build/docs/trunk/commons/resources/pom.xml	2009-06-10 14:30:51 UTC (rev 14582)
@@ -11,7 +11,7 @@
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.docs.commons</groupId>
+	<groupId>${parent.groupId}.${parent.artifactId}</groupId>
 	<artifactId>resources</artifactId>
 	<packaging>pom</packaging>
 

Modified: branches/sandbox/rf4_build/docs/trunk/guides/pom.xml
===================================================================
--- branches/sandbox/rf4_build/docs/trunk/guides/pom.xml	2009-06-10 14:15:43 UTC (rev 14581)
+++ branches/sandbox/rf4_build/docs/trunk/guides/pom.xml	2009-06-10 14:30:51 UTC (rev 14582)
@@ -11,7 +11,7 @@
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.docs</groupId>
+	<groupId>${parent.groupId}.${parent.artifactId}</groupId>
 	<artifactId>guides</artifactId>
 	<packaging>pom</packaging>
 

Modified: branches/sandbox/rf4_build/docs/trunk/guides/testguide/en/pom.xml
===================================================================
--- branches/sandbox/rf4_build/docs/trunk/guides/testguide/en/pom.xml	2009-06-10 14:15:43 UTC (rev 14581)
+++ branches/sandbox/rf4_build/docs/trunk/guides/testguide/en/pom.xml	2009-06-10 14:30:51 UTC (rev 14582)
@@ -11,7 +11,7 @@
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.docs.guides.testguide</groupId>
+	<groupId>${parent.groupId}.${parent.artifactId}</groupId>
 	<artifactId>en</artifactId>
 	<packaging>jar</packaging>
 

Modified: branches/sandbox/rf4_build/docs/trunk/guides/testguide/pom.xml
===================================================================
--- branches/sandbox/rf4_build/docs/trunk/guides/testguide/pom.xml	2009-06-10 14:15:43 UTC (rev 14581)
+++ branches/sandbox/rf4_build/docs/trunk/guides/testguide/pom.xml	2009-06-10 14:30:51 UTC (rev 14582)
@@ -11,7 +11,7 @@
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.docs.guides</groupId>
+	<groupId>${parent.groupId}.${parent.artifactId}</groupId>
 	<artifactId>testguide</artifactId>
 	<packaging>pom</packaging>
 

Modified: branches/sandbox/rf4_build/examples/trunk/components/calendar-demo/pom.xml
===================================================================
--- branches/sandbox/rf4_build/examples/trunk/components/calendar-demo/pom.xml	2009-06-10 14:15:43 UTC (rev 14581)
+++ branches/sandbox/rf4_build/examples/trunk/components/calendar-demo/pom.xml	2009-06-10 14:30:51 UTC (rev 14582)
@@ -11,7 +11,7 @@
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.examples.components</groupId>
+	<groupId>${parent.groupId}.${parent.artifactId}</groupId>
 	<artifactId>${example.componentName}-demo</artifactId>
 	<packaging>war</packaging>
 	

Modified: branches/sandbox/rf4_build/examples/trunk/components/panel-demo/pom.xml
===================================================================
--- branches/sandbox/rf4_build/examples/trunk/components/panel-demo/pom.xml	2009-06-10 14:15:43 UTC (rev 14581)
+++ branches/sandbox/rf4_build/examples/trunk/components/panel-demo/pom.xml	2009-06-10 14:30:51 UTC (rev 14582)
@@ -11,7 +11,7 @@
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.examples.components</groupId>
+	<groupId>${parent.groupId}.${parent.artifactId}</groupId>
 	<artifactId>${example.componentName}-demo</artifactId>
 	<packaging>war</packaging>
 	

Modified: branches/sandbox/rf4_build/examples/trunk/components/pom.xml
===================================================================
--- branches/sandbox/rf4_build/examples/trunk/components/pom.xml	2009-06-10 14:15:43 UTC (rev 14581)
+++ branches/sandbox/rf4_build/examples/trunk/components/pom.xml	2009-06-10 14:30:51 UTC (rev 14582)
@@ -11,7 +11,7 @@
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.examples</groupId>
+	<groupId>${parent.groupId}.${parent.artifactId}</groupId>
 	<artifactId>components</artifactId>
 	<packaging>pom</packaging>
 

Modified: branches/sandbox/rf4_build/examples/trunk/components/tree-demo/pom.xml
===================================================================
--- branches/sandbox/rf4_build/examples/trunk/components/tree-demo/pom.xml	2009-06-10 14:15:43 UTC (rev 14581)
+++ branches/sandbox/rf4_build/examples/trunk/components/tree-demo/pom.xml	2009-06-10 14:30:51 UTC (rev 14582)
@@ -11,7 +11,7 @@
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.examples.components</groupId>
+	<groupId>${parent.groupId}.${parent.artifactId}</groupId>
 	<artifactId>${example.componentName}-demo</artifactId>
 	<packaging>war</packaging>
 	

Modified: branches/sandbox/rf4_build/examples/trunk/photoalbum/pom.xml
===================================================================
--- branches/sandbox/rf4_build/examples/trunk/photoalbum/pom.xml	2009-06-10 14:15:43 UTC (rev 14581)
+++ branches/sandbox/rf4_build/examples/trunk/photoalbum/pom.xml	2009-06-10 14:30:51 UTC (rev 14582)
@@ -11,7 +11,7 @@
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.examples</groupId>
+	<groupId>${parent.groupId}.${parent.artifactId}</groupId>
 	<artifactId>photoalbum</artifactId>
 	<packaging>ear</packaging>
 

Modified: branches/sandbox/rf4_build/examples/trunk/richfaces-demo/pom.xml
===================================================================
--- branches/sandbox/rf4_build/examples/trunk/richfaces-demo/pom.xml	2009-06-10 14:15:43 UTC (rev 14581)
+++ branches/sandbox/rf4_build/examples/trunk/richfaces-demo/pom.xml	2009-06-10 14:30:51 UTC (rev 14582)
@@ -11,7 +11,7 @@
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.examples</groupId>
+	<groupId>${parent.groupId}.${parent.artifactId}</groupId>
 	<artifactId>richfaces-demo</artifactId>
 	<packaging>war</packaging>
 

Modified: branches/sandbox/rf4_build/framework/trunk/api/pom.xml
===================================================================
--- branches/sandbox/rf4_build/framework/trunk/api/pom.xml	2009-06-10 14:15:43 UTC (rev 14581)
+++ branches/sandbox/rf4_build/framework/trunk/api/pom.xml	2009-06-10 14:30:51 UTC (rev 14582)
@@ -11,7 +11,7 @@
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.framework</groupId>
+	<groupId>${parent.groupId}.${parent.artifactId}</groupId>
 	<artifactId>richfaces-api</artifactId>
 
 </project>
\ No newline at end of file

Modified: branches/sandbox/rf4_build/framework/trunk/impl/pom.xml
===================================================================
--- branches/sandbox/rf4_build/framework/trunk/impl/pom.xml	2009-06-10 14:15:43 UTC (rev 14581)
+++ branches/sandbox/rf4_build/framework/trunk/impl/pom.xml	2009-06-10 14:30:51 UTC (rev 14582)
@@ -11,7 +11,7 @@
 	</parent>
 	
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.framework</groupId>
+	<groupId>${parent.groupId}.${parent.artifactId}</groupId>
 	<artifactId>richfaces-impl</artifactId>
 
 	<dependencies>

Modified: branches/sandbox/rf4_build/framework/trunk/test-base/pom.xml
===================================================================
--- branches/sandbox/rf4_build/framework/trunk/test-base/pom.xml	2009-06-10 14:15:43 UTC (rev 14581)
+++ branches/sandbox/rf4_build/framework/trunk/test-base/pom.xml	2009-06-10 14:30:51 UTC (rev 14582)
@@ -11,7 +11,7 @@
 	</parent>
 	
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.framework</groupId>
+	<groupId>${parent.groupId}.${parent.artifactId}</groupId>
 	<artifactId>richfaces-test-base</artifactId>
 	<packaging>jar</packaging>
 

Modified: branches/sandbox/rf4_build/ui/trunk/components/calendar/pom.xml
===================================================================
--- branches/sandbox/rf4_build/ui/trunk/components/calendar/pom.xml	2009-06-10 14:15:43 UTC (rev 14581)
+++ branches/sandbox/rf4_build/ui/trunk/components/calendar/pom.xml	2009-06-10 14:30:51 UTC (rev 14582)
@@ -11,7 +11,7 @@
 	</parent>
 	
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.ui.components</groupId>
+	<groupId>${parent.groupId}.${parent.artifactId}</groupId>
 	<artifactId>calendar</artifactId>
 	<packaging>pom</packaging>
 

Modified: branches/sandbox/rf4_build/ui/trunk/components/panel/pom.xml
===================================================================
--- branches/sandbox/rf4_build/ui/trunk/components/panel/pom.xml	2009-06-10 14:15:43 UTC (rev 14581)
+++ branches/sandbox/rf4_build/ui/trunk/components/panel/pom.xml	2009-06-10 14:30:51 UTC (rev 14582)
@@ -11,7 +11,7 @@
 	</parent>
 	
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.ui.components</groupId>
+	<groupId>${parent.groupId}.${parent.artifactId}</groupId>
 	<artifactId>panel-ui</artifactId>
 	<packaging>jar</packaging>
 

Modified: branches/sandbox/rf4_build/ui/trunk/components/pom.xml
===================================================================
--- branches/sandbox/rf4_build/ui/trunk/components/pom.xml	2009-06-10 14:15:43 UTC (rev 14581)
+++ branches/sandbox/rf4_build/ui/trunk/components/pom.xml	2009-06-10 14:30:51 UTC (rev 14582)
@@ -1,24 +1,21 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<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">
-
-	<parent>
-		<groupId>org.richfaces</groupId>
-		<artifactId>ui</artifactId>
-		<version>4.0.0-SNAPSHOT</version>
-	</parent>
-	
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.ui</groupId>
-	<artifactId>components</artifactId>
-	<packaging>pom</packaging>
-
-	<modules>
-		<module>panel</module>
-		<module>tree</module>
-		<module>calendar</module>
-	</modules>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+
+	<parent>
+		<groupId>org.richfaces</groupId>
+		<artifactId>ui</artifactId>
+		<version>4.0.0-SNAPSHOT</version>
+	</parent>
+	
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.richfaces.ui</groupId>
+	<artifactId>components</artifactId>
+	<packaging>pom</packaging>
+
+	<modules>
+		<module>panel</module>
+		<module>tree</module>
+		<module>calendar</module>
+  </modules>
+
 </project>
\ No newline at end of file

Modified: branches/sandbox/rf4_build/ui/trunk/components/tree/pom.xml
===================================================================
--- branches/sandbox/rf4_build/ui/trunk/components/tree/pom.xml	2009-06-10 14:15:43 UTC (rev 14581)
+++ branches/sandbox/rf4_build/ui/trunk/components/tree/pom.xml	2009-06-10 14:30:51 UTC (rev 14582)
@@ -11,7 +11,7 @@
 	</parent>
 	
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.ui.components</groupId>
+	<groupId>${parent.groupId}.${parent.artifactId}</groupId>
 	<artifactId>tree</artifactId>
 	<packaging>pom</packaging>
 

Modified: branches/sandbox/rf4_build/ui/trunk/skins/pom.xml
===================================================================
--- branches/sandbox/rf4_build/ui/trunk/skins/pom.xml	2009-06-10 14:15:43 UTC (rev 14581)
+++ branches/sandbox/rf4_build/ui/trunk/skins/pom.xml	2009-06-10 14:30:51 UTC (rev 14582)
@@ -11,7 +11,7 @@
 	</parent>
 	
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.ui</groupId>
+	<groupId>${parent.groupId}.${parent.artifactId}</groupId>
 	<artifactId>skins</artifactId>
 	<packaging>pom</packaging>
 

Modified: branches/sandbox/rf4_build/ui/trunk/themes/pom.xml
===================================================================
--- branches/sandbox/rf4_build/ui/trunk/themes/pom.xml	2009-06-10 14:15:43 UTC (rev 14581)
+++ branches/sandbox/rf4_build/ui/trunk/themes/pom.xml	2009-06-10 14:30:51 UTC (rev 14582)
@@ -11,7 +11,7 @@
 	</parent>
 	
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.ui</groupId>
+	<groupId>${parent.groupId}.${parent.artifactId}</groupId>
 	<artifactId>themes</artifactId>
 	<packaging>pom</packaging>
 




More information about the richfaces-svn-commits mailing list