Author: abelevich
Date: 2009-07-02 14:29:10 -0400 (Thu, 02 Jul 2009)
New Revision: 14775
Added:
branches/sandbox/rf4_build/ui/trunk/components/calendar/impl/pom.xml
branches/sandbox/rf4_build/ui/trunk/components/calendar/impl/src/
branches/sandbox/rf4_build/ui/trunk/components/calendar/impl/src/main/
branches/sandbox/rf4_build/ui/trunk/components/calendar/impl/src/main/java/
branches/sandbox/rf4_build/ui/trunk/components/calendar/impl/src/test/
branches/sandbox/rf4_build/ui/trunk/components/calendar/impl/src/test/java/
Modified:
branches/sandbox/rf4_build/cdk/trunk/archetypes/pom.xml
branches/sandbox/rf4_build/cdk/trunk/archetypes/ui-multimodule/pom.xml
branches/sandbox/rf4_build/cdk/trunk/archetypes/ui-singlemodule/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/cdk/trunk/pom.xml
branches/sandbox/rf4_build/docs/trunk/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/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/pom.xml
branches/sandbox/rf4_build/framework/trunk/test-base/pom.xml
branches/sandbox/rf4_build/framework/trunk/version-matrix/pom.xml
branches/sandbox/rf4_build/make.sh
branches/sandbox/rf4_build/ui/trunk/components/calendar/api/pom.xml
branches/sandbox/rf4_build/ui/trunk/components/calendar/pom.xml
branches/sandbox/rf4_build/ui/trunk/components/calendar/ui/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/components/tree/tree/api/pom.xml
branches/sandbox/rf4_build/ui/trunk/components/tree/tree/ui/pom.xml
branches/sandbox/rf4_build/ui/trunk/components/tree/treeModel/api/pom.xml
branches/sandbox/rf4_build/ui/trunk/components/tree/treeModel/ui/pom.xml
branches/sandbox/rf4_build/ui/trunk/pom.xml
branches/sandbox/rf4_build/ui/trunk/skins/pom.xml
branches/sandbox/rf4_build/ui/trunk/themes/pom.xml
branches/sandbox/rf4_build/ui/trunk/version-matrix/pom.xml
Log:
review build system
Modified: branches/sandbox/rf4_build/cdk/trunk/archetypes/pom.xml
===================================================================
--- branches/sandbox/rf4_build/cdk/trunk/archetypes/pom.xml 2009-07-02 16:51:15 UTC (rev
14774)
+++ branches/sandbox/rf4_build/cdk/trunk/archetypes/pom.xml 2009-07-02 18:29:10 UTC (rev
14775)
@@ -14,6 +14,7 @@
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetypes</artifactId>
<packaging>pom</packaging>
+ <name>maven archetypes</name>
<modules>
<module>ui-singlemodule</module>
Modified: branches/sandbox/rf4_build/cdk/trunk/archetypes/ui-multimodule/pom.xml
===================================================================
--- branches/sandbox/rf4_build/cdk/trunk/archetypes/ui-multimodule/pom.xml 2009-07-02
16:51:15 UTC (rev 14774)
+++ branches/sandbox/rf4_build/cdk/trunk/archetypes/ui-multimodule/pom.xml 2009-07-02
18:29:10 UTC (rev 14775)
@@ -12,6 +12,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk.maven-archetypes</groupId>
<artifactId>richfaces-ui-multimodule-archetype</artifactId>
+ <name>maven ui multimodule archetype</name>
<build>
<extensions>
Modified: branches/sandbox/rf4_build/cdk/trunk/archetypes/ui-singlemodule/pom.xml
===================================================================
--- branches/sandbox/rf4_build/cdk/trunk/archetypes/ui-singlemodule/pom.xml 2009-07-02
16:51:15 UTC (rev 14774)
+++ branches/sandbox/rf4_build/cdk/trunk/archetypes/ui-singlemodule/pom.xml 2009-07-02
18:29:10 UTC (rev 14775)
@@ -12,6 +12,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk.maven-archetypes</groupId>
<artifactId>richfaces-ui-singlemodule-archetype</artifactId>
+ <name>maven ui singlemodule archetype</name>
<build>
<extensions>
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-07-02
16:51:15 UTC (rev 14774)
+++ branches/sandbox/rf4_build/cdk/trunk/plugins/maven-cdk-plugin/pom.xml 2009-07-02
18:29:10 UTC (rev 14775)
@@ -14,5 +14,6 @@
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
<packaging>maven-plugin</packaging>
+ <name>maven plugin for JSF components code generation</name>
</project>
\ No newline at end of file
Modified: branches/sandbox/rf4_build/cdk/trunk/plugins/pom.xml
===================================================================
--- branches/sandbox/rf4_build/cdk/trunk/plugins/pom.xml 2009-07-02 16:51:15 UTC (rev
14774)
+++ branches/sandbox/rf4_build/cdk/trunk/plugins/pom.xml 2009-07-02 18:29:10 UTC (rev
14775)
@@ -14,6 +14,8 @@
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-plugins</artifactId>
<packaging>pom</packaging>
+ <name>maven plugin CDK plugins</name>
+
<modules>
<module>maven-cdk-plugin</module>
Modified: branches/sandbox/rf4_build/cdk/trunk/pom.xml
===================================================================
--- branches/sandbox/rf4_build/cdk/trunk/pom.xml 2009-07-02 16:51:15 UTC (rev 14774)
+++ branches/sandbox/rf4_build/cdk/trunk/pom.xml 2009-07-02 18:29:10 UTC (rev 14775)
@@ -4,16 +4,17 @@
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>
- <groupId>org.richfaces</groupId>
- <artifactId>cdk</artifactId>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces</groupId>
+ <artifactId>cdk</artifactId>
<version>4.0.0-SNAPSHOT</version>
- <packaging>pom</packaging>
+ <packaging>pom</packaging>
+ <name>JSF components development kit</name>
- <modules>
- <module>plugins</module>
- <module>archetypes</module>
- </modules>
+ <modules>
+ <module>plugins</module>
+ <module>archetypes</module>
+ </modules>
<build>
<plugins>
<plugin>
@@ -33,6 +34,6 @@
<extensions>true</extensions>
</plugin>
</plugins>
- </build>
+ </build>
</project>
\ No newline at end of file
Modified: branches/sandbox/rf4_build/docs/trunk/pom.xml
===================================================================
--- branches/sandbox/rf4_build/docs/trunk/pom.xml 2009-07-02 16:51:15 UTC (rev 14774)
+++ branches/sandbox/rf4_build/docs/trunk/pom.xml 2009-07-02 18:29:10 UTC (rev 14775)
@@ -9,6 +9,7 @@
<artifactId>docs</artifactId>
<version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
+ <name>project documentation</name>
<properties>
<docs.version>${project.version}</docs.version>
Modified: branches/sandbox/rf4_build/examples/trunk/components/calendar-demo/pom.xml
===================================================================
--- branches/sandbox/rf4_build/examples/trunk/components/calendar-demo/pom.xml 2009-07-02
16:51:15 UTC (rev 14774)
+++ branches/sandbox/rf4_build/examples/trunk/components/calendar-demo/pom.xml 2009-07-02
18:29:10 UTC (rev 14775)
@@ -14,6 +14,7 @@
<groupId>org.richfaces.examples.components</groupId>
<artifactId>${example.componentName}-demo</artifactId>
<packaging>war</packaging>
+ <name>richfaces calendar demo</name>
<dependencies>
<dependency>
Modified: branches/sandbox/rf4_build/examples/trunk/components/panel-demo/pom.xml
===================================================================
--- branches/sandbox/rf4_build/examples/trunk/components/panel-demo/pom.xml 2009-07-02
16:51:15 UTC (rev 14774)
+++ branches/sandbox/rf4_build/examples/trunk/components/panel-demo/pom.xml 2009-07-02
18:29:10 UTC (rev 14775)
@@ -7,13 +7,14 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>components</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.examples.components</groupId>
<artifactId>${example.componentName}-demo</artifactId>
<packaging>war</packaging>
+ <name>richfaces panel demo</name>
<dependencies>
<dependency>
Modified: branches/sandbox/rf4_build/examples/trunk/components/pom.xml
===================================================================
--- branches/sandbox/rf4_build/examples/trunk/components/pom.xml 2009-07-02 16:51:15 UTC
(rev 14774)
+++ branches/sandbox/rf4_build/examples/trunk/components/pom.xml 2009-07-02 18:29:10 UTC
(rev 14775)
@@ -13,6 +13,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.examples</groupId>
<artifactId>components</artifactId>
+ <name>richfaces developers samples</name>
<packaging>pom</packaging>
<modules>
Modified: branches/sandbox/rf4_build/examples/trunk/components/tree-demo/pom.xml
===================================================================
--- branches/sandbox/rf4_build/examples/trunk/components/tree-demo/pom.xml 2009-07-02
16:51:15 UTC (rev 14774)
+++ branches/sandbox/rf4_build/examples/trunk/components/tree-demo/pom.xml 2009-07-02
18:29:10 UTC (rev 14775)
@@ -14,6 +14,7 @@
<groupId>org.richfaces.examples.components</groupId>
<artifactId>${example.componentName}-demo</artifactId>
<packaging>war</packaging>
+ <name>richfaces tree demo</name>
<dependencies>
<dependency>
Modified: branches/sandbox/rf4_build/examples/trunk/photoalbum/pom.xml
===================================================================
--- branches/sandbox/rf4_build/examples/trunk/photoalbum/pom.xml 2009-07-02 16:51:15 UTC
(rev 14774)
+++ branches/sandbox/rf4_build/examples/trunk/photoalbum/pom.xml 2009-07-02 18:29:10 UTC
(rev 14775)
@@ -14,5 +14,6 @@
<groupId>org.richfaces.examples</groupId>
<artifactId>photoalbum</artifactId>
<packaging>ear</packaging>
+ <name>photoalbum demo application Root</name>
</project>
\ No newline at end of file
Modified: branches/sandbox/rf4_build/examples/trunk/pom.xml
===================================================================
--- branches/sandbox/rf4_build/examples/trunk/pom.xml 2009-07-02 16:51:15 UTC (rev 14774)
+++ branches/sandbox/rf4_build/examples/trunk/pom.xml 2009-07-02 18:29:10 UTC (rev 14775)
@@ -9,6 +9,7 @@
<artifactId>examples</artifactId>
<version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
+ <name>richfaces components examples</name>
<properties>
Modified: branches/sandbox/rf4_build/examples/trunk/richfaces-demo/pom.xml
===================================================================
--- branches/sandbox/rf4_build/examples/trunk/richfaces-demo/pom.xml 2009-07-02 16:51:15
UTC (rev 14774)
+++ branches/sandbox/rf4_build/examples/trunk/richfaces-demo/pom.xml 2009-07-02 18:29:10
UTC (rev 14775)
@@ -14,5 +14,6 @@
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-demo</artifactId>
<packaging>war</packaging>
+ <name>richfaces demo application </name>
</project>
\ No newline at end of file
Modified: branches/sandbox/rf4_build/framework/trunk/api/pom.xml
===================================================================
--- branches/sandbox/rf4_build/framework/trunk/api/pom.xml 2009-07-02 16:51:15 UTC (rev
14774)
+++ branches/sandbox/rf4_build/framework/trunk/api/pom.xml 2009-07-02 18:29:10 UTC (rev
14775)
@@ -13,5 +13,6 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
+ <name>JSF ajax framework API</name>
</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-07-02 16:51:15 UTC (rev
14774)
+++ branches/sandbox/rf4_build/framework/trunk/impl/pom.xml 2009-07-02 18:29:10 UTC (rev
14775)
@@ -13,6 +13,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
+ <name>JSF ajax framework implementation</name>
<dependencies>
<dependency>
Modified: branches/sandbox/rf4_build/framework/trunk/pom.xml
===================================================================
--- branches/sandbox/rf4_build/framework/trunk/pom.xml 2009-07-02 16:51:15 UTC (rev
14774)
+++ branches/sandbox/rf4_build/framework/trunk/pom.xml 2009-07-02 18:29:10 UTC (rev
14775)
@@ -7,12 +7,14 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>framework-version-matrix</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-SNAPSHOT</version>
+ <relativePath>version-matrix/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>framework</artifactId>
+ <name>JSF ajax framework</name>
<packaging>pom</packaging>
<dependencyManagement>
@@ -20,17 +22,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>${framework.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>${framework.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test-base</artifactId>
- <version>${framework.version}</version>
+ <version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -40,30 +42,37 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>jstl</groupId>
<artifactId>jstl</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
+ <scope>provided</scope>
</dependency>
</dependencies>
<modules>
+ <module>version-matrix</module>
<module>api</module>
<module>test-base</module>
<module>impl</module>
Modified: branches/sandbox/rf4_build/framework/trunk/test-base/pom.xml
===================================================================
--- branches/sandbox/rf4_build/framework/trunk/test-base/pom.xml 2009-07-02 16:51:15 UTC
(rev 14774)
+++ branches/sandbox/rf4_build/framework/trunk/test-base/pom.xml 2009-07-02 18:29:10 UTC
(rev 14775)
@@ -14,11 +14,13 @@
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test-base</artifactId>
<packaging>jar</packaging>
+ <name>ajax4jsf test framework</name>
<dependencies>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
+ <scope>provided</scope>
</dependency>
</dependencies>
Modified: branches/sandbox/rf4_build/framework/trunk/version-matrix/pom.xml
===================================================================
--- branches/sandbox/rf4_build/framework/trunk/version-matrix/pom.xml 2009-07-02 16:51:15
UTC (rev 14774)
+++ branches/sandbox/rf4_build/framework/trunk/version-matrix/pom.xml 2009-07-02 18:29:10
UTC (rev 14775)
@@ -14,13 +14,8 @@
<artifactId>framework-version-matrix</artifactId>
<version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
+ <name>JSF ajax framework version matrix</name>
- <properties>
- <jsf.version>2.0.0-PR2_3</jsf.version>
- <framework.version>${project.version}</framework.version>
- <cdk.version>${project.version}</cdk.version>
- </properties>
-
<repositories>
<repository>
<id>repository.jboss.org</id>
@@ -75,19 +70,16 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.4</version>
- <scope>test</scope>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>${jsf.version}</version>
- <scope>provided</scope>
+ <version>2.0.0-PR2_3</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>${jsf.version}</version>
- <scope>provided</scope>
+ <version>2.0.0-PR2_3</version>
</dependency>
<!-- Dependencies of JSF 2.0 -->
@@ -97,25 +89,21 @@
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<version>2.1</version>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
<version>1.0</version>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>jstl</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
- <scope>provided</scope>
</dependency>
<!-- end -->
Modified: branches/sandbox/rf4_build/make.sh
===================================================================
--- branches/sandbox/rf4_build/make.sh 2009-07-02 16:51:15 UTC (rev 14774)
+++ branches/sandbox/rf4_build/make.sh 2009-07-02 18:29:10 UTC (rev 14775)
@@ -2,33 +2,7 @@
PROJECT_DIR=`pwd`
TAG_DIR='trunk'
-VERSION_MATRIX='version-matrix'
-settings=$PROJECT_DIR/settings.xml
-case "`uname`" in
- CYGWIN*) settings=`cygpath -w $settings` ;;
-esac
-
-
-for MODULE in 'framework' 'ui'
-do
- echo
- echo -e "\033[40m\033[1;32m---------------------------------\033[0m"
- echo -e "\033[40m\033[1;32mMaking $MODULE/$TAG_DIR/version-matrix \033[0m"
- echo -e "\033[40m\033[1;32m---------------------------------\033[0m"
- echo
-
- cd $PROJECT_DIR/$MODULE/$TAG_DIR/$VERSION_MATRIX
-
- if mvn -s $settings clean install; then
- echo
- else
- exit $?
- fi
-
-done
-
-
for MODULE in 'cdk' 'framework' 'ui' 'docs'
'examples'
do
@@ -40,7 +14,7 @@
cd $PROJECT_DIR/$MODULE/$TAG_DIR
- if mvn -s $settings clean install; then
+ if mvn eclipse:clean; then
echo
else
exit $?
Modified: branches/sandbox/rf4_build/ui/trunk/components/calendar/api/pom.xml
===================================================================
--- branches/sandbox/rf4_build/ui/trunk/components/calendar/api/pom.xml 2009-07-02
16:51:15 UTC (rev 14774)
+++ branches/sandbox/rf4_build/ui/trunk/components/calendar/api/pom.xml 2009-07-02
18:29:10 UTC (rev 14775)
@@ -12,5 +12,6 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>${parent.artifactId}-api</artifactId>
+ <name>richfaces calendar api</name>
</project>
\ No newline at end of file
Added: branches/sandbox/rf4_build/ui/trunk/components/calendar/impl/pom.xml
===================================================================
--- branches/sandbox/rf4_build/ui/trunk/components/calendar/impl/pom.xml
(rev 0)
+++ branches/sandbox/rf4_build/ui/trunk/components/calendar/impl/pom.xml 2009-07-02
18:29:10 UTC (rev 14775)
@@ -0,0 +1,25 @@
+<?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.ui.components</groupId>
+ <artifactId>calendar</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>${parent.artifactId}-impl</artifactId>
+ <name>richfaces calendar impl</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <version>${project.version}</version>
+ <artifactId>${parent.artifactId}-api</artifactId>
+ </dependency>
+ </dependencies>
+
+</project>
\ No newline at end of file
Modified: branches/sandbox/rf4_build/ui/trunk/components/calendar/pom.xml
===================================================================
--- branches/sandbox/rf4_build/ui/trunk/components/calendar/pom.xml 2009-07-02 16:51:15
UTC (rev 14774)
+++ branches/sandbox/rf4_build/ui/trunk/components/calendar/pom.xml 2009-07-02 18:29:10
UTC (rev 14775)
@@ -14,6 +14,7 @@
<groupId>org.richfaces.ui.components</groupId>
<artifactId>calendar</artifactId>
<packaging>pom</packaging>
+ <name>richfaces calendar</name>
<modules>
<module>api</module>
Modified: branches/sandbox/rf4_build/ui/trunk/components/calendar/ui/pom.xml
===================================================================
--- branches/sandbox/rf4_build/ui/trunk/components/calendar/ui/pom.xml 2009-07-02 16:51:15
UTC (rev 14774)
+++ branches/sandbox/rf4_build/ui/trunk/components/calendar/ui/pom.xml 2009-07-02 18:29:10
UTC (rev 14775)
@@ -12,6 +12,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>${parent.artifactId}-ui</artifactId>
+ <name>richfaces calendar ui</name>
<dependencies>
<dependency>
Modified: branches/sandbox/rf4_build/ui/trunk/components/panel/pom.xml
===================================================================
--- branches/sandbox/rf4_build/ui/trunk/components/panel/pom.xml 2009-07-02 16:51:15 UTC
(rev 14774)
+++ branches/sandbox/rf4_build/ui/trunk/components/panel/pom.xml 2009-07-02 18:29:10 UTC
(rev 14775)
@@ -13,6 +13,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui.components</groupId>
<artifactId>panel-ui</artifactId>
+ <name>richfaces panel</name>
<packaging>jar</packaging>
</project>
\ No newline at end of file
Modified: branches/sandbox/rf4_build/ui/trunk/components/pom.xml
===================================================================
--- branches/sandbox/rf4_build/ui/trunk/components/pom.xml 2009-07-02 16:51:15 UTC (rev
14774)
+++ branches/sandbox/rf4_build/ui/trunk/components/pom.xml 2009-07-02 18:29:10 UTC (rev
14775)
@@ -14,6 +14,7 @@
<groupId>org.richfaces.ui</groupId>
<artifactId>components</artifactId>
<packaging>pom</packaging>
+ <name>richfaces components</name>
<!--dependencies>
<dependency>
<groupId>org.richfaces.framework</groupId>
Modified: branches/sandbox/rf4_build/ui/trunk/components/tree/pom.xml
===================================================================
--- branches/sandbox/rf4_build/ui/trunk/components/tree/pom.xml 2009-07-02 16:51:15 UTC
(rev 14774)
+++ branches/sandbox/rf4_build/ui/trunk/components/tree/pom.xml 2009-07-02 18:29:10 UTC
(rev 14775)
@@ -14,6 +14,7 @@
<groupId>org.richfaces.ui.components</groupId>
<artifactId>tree</artifactId>
<packaging>pom</packaging>
+ <name>richfaces tree</name>
<modules>
<module>tree/api</module>
Modified: branches/sandbox/rf4_build/ui/trunk/components/tree/tree/api/pom.xml
===================================================================
--- branches/sandbox/rf4_build/ui/trunk/components/tree/tree/api/pom.xml 2009-07-02
16:51:15 UTC (rev 14774)
+++ branches/sandbox/rf4_build/ui/trunk/components/tree/tree/api/pom.xml 2009-07-02
18:29:10 UTC (rev 14775)
@@ -12,5 +12,6 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>${parent.artifactId}-api</artifactId>
+ <name>richfaces tree api</name>
</project>
\ No newline at end of file
Modified: branches/sandbox/rf4_build/ui/trunk/components/tree/tree/ui/pom.xml
===================================================================
--- branches/sandbox/rf4_build/ui/trunk/components/tree/tree/ui/pom.xml 2009-07-02
16:51:15 UTC (rev 14774)
+++ branches/sandbox/rf4_build/ui/trunk/components/tree/tree/ui/pom.xml 2009-07-02
18:29:10 UTC (rev 14775)
@@ -13,6 +13,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>${parent.artifactId}-ui</artifactId>
<packaging>jar</packaging>
+ <name>richfaces tree ui</name>
<dependencies>
<dependency>
Modified: branches/sandbox/rf4_build/ui/trunk/components/tree/treeModel/api/pom.xml
===================================================================
--- branches/sandbox/rf4_build/ui/trunk/components/tree/treeModel/api/pom.xml 2009-07-02
16:51:15 UTC (rev 14774)
+++ branches/sandbox/rf4_build/ui/trunk/components/tree/treeModel/api/pom.xml 2009-07-02
18:29:10 UTC (rev 14775)
@@ -12,5 +12,6 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>${parent.artifactId}Model-api</artifactId>
+ <name>richfaces tree model api</name>
</project>
\ No newline at end of file
Modified: branches/sandbox/rf4_build/ui/trunk/components/tree/treeModel/ui/pom.xml
===================================================================
--- branches/sandbox/rf4_build/ui/trunk/components/tree/treeModel/ui/pom.xml 2009-07-02
16:51:15 UTC (rev 14774)
+++ branches/sandbox/rf4_build/ui/trunk/components/tree/treeModel/ui/pom.xml 2009-07-02
18:29:10 UTC (rev 14775)
@@ -12,6 +12,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>${parent.artifactId}Model-ui</artifactId>
+ <name>richfaces tree model ui</name>
<dependencies>
<dependency>
Modified: branches/sandbox/rf4_build/ui/trunk/pom.xml
===================================================================
--- branches/sandbox/rf4_build/ui/trunk/pom.xml 2009-07-02 16:51:15 UTC (rev 14774)
+++ branches/sandbox/rf4_build/ui/trunk/pom.xml 2009-07-02 18:29:10 UTC (rev 14775)
@@ -8,11 +8,13 @@
<groupId>org.richfaces</groupId>
<artifactId>ui-version-matrix</artifactId>
<version>4.0.0-SNAPSHOT</version>
+ <relativePath>version-matrix/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>ui</artifactId>
+ <name>richfaces ui</name>
<packaging>pom</packaging>
<build>
@@ -43,26 +45,32 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>jstl</groupId>
<artifactId>jstl</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
@@ -76,6 +84,7 @@
</dependencies>
<modules>
+ <module>version-matrix</module>
<module>components</module>
<module>skins</module>
<module>themes</module>
Modified: branches/sandbox/rf4_build/ui/trunk/skins/pom.xml
===================================================================
--- branches/sandbox/rf4_build/ui/trunk/skins/pom.xml 2009-07-02 16:51:15 UTC (rev 14774)
+++ branches/sandbox/rf4_build/ui/trunk/skins/pom.xml 2009-07-02 18:29:10 UTC (rev 14775)
@@ -14,5 +14,6 @@
<groupId>org.richfaces.ui</groupId>
<artifactId>skins</artifactId>
<packaging>pom</packaging>
+ <name>richfaces skins</name>
</project>
\ No newline at end of file
Modified: branches/sandbox/rf4_build/ui/trunk/themes/pom.xml
===================================================================
--- branches/sandbox/rf4_build/ui/trunk/themes/pom.xml 2009-07-02 16:51:15 UTC (rev
14774)
+++ branches/sandbox/rf4_build/ui/trunk/themes/pom.xml 2009-07-02 18:29:10 UTC (rev
14775)
@@ -14,5 +14,6 @@
<groupId>org.richfaces.ui</groupId>
<artifactId>themes</artifactId>
<packaging>pom</packaging>
+ <name>richfaces themes</name>
</project>
\ No newline at end of file
Modified: branches/sandbox/rf4_build/ui/trunk/version-matrix/pom.xml
===================================================================
--- branches/sandbox/rf4_build/ui/trunk/version-matrix/pom.xml 2009-07-02 16:51:15 UTC
(rev 14774)
+++ branches/sandbox/rf4_build/ui/trunk/version-matrix/pom.xml 2009-07-02 18:29:10 UTC
(rev 14775)
@@ -13,15 +13,9 @@
<groupId>org.richfaces</groupId>
<artifactId>ui-version-matrix</artifactId>
<version>4.0.0-SNAPSHOT</version>
+ <name>richfaces ui components version matrix</name>
<packaging>pom</packaging>
- <properties>
- <jsf.version>2.0.0-PR2_3</jsf.version>
- <ui.version>${project.version}</ui.version>
- <framework.version>${project.version}</framework.version>
- <cdk.version>${project.version}</cdk.version>
- </properties>
-
<repositories>
<repository>
<id>repository.jboss.org</id>
@@ -75,25 +69,22 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>${framework.version}</version>
+ <version>4.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test-base</artifactId>
- <version>${framework.version}</version>
- <scope>test</scope>
+ <version>4.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.4</version>
- <scope>test</scope>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>${jsf.version}</version>
- <scope>provided</scope>
+ <version>2.0.0-PR2_3</version>
</dependency>
<!-- Dependencies of JSF 2.0 -->
@@ -103,25 +94,21 @@
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<version>2.1</version>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
<version>1.0</version>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>jstl</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
- <scope>provided</scope>
</dependency>
<!-- end -->
@@ -142,7 +129,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>${cdk.version}</version>
+ <version>${project.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>