Author: alexsmirnov
Date: 2010-07-16 13:55:38 -0400 (Fri, 16 Jul 2010)
New Revision: 18139
Added:
tags/4.0.0.20100715-M1/pom.xml
Log:
4.0.0.20100715-M1
Copied: tags/4.0.0.20100715-M1/pom.xml (from rev 18137, root/pom.xml)
===================================================================
--- tags/4.0.0.20100715-M1/pom.xml (rev 0)
+++ tags/4.0.0.20100715-M1/pom.xml 2010-07-16 17:55:38 UTC (rev 18139)
@@ -0,0 +1,114 @@
+<?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">
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces</groupId>
+ <artifactId>root</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <name>Richfaces Aggregator</name>
+
+ <properties>
+ <richfaces.bom.path>trunk</richfaces.bom.path>
+ <richfaces.commons.path>trunk</richfaces.commons.path>
+ <richfaces.cdk.path>trunk</richfaces.cdk.path>
+ <richfaces.core.path>trunk</richfaces.core.path>
+ <richfaces.ui.core.path>trunk</richfaces.ui.core.path>
+ <richfaces.ui.iteration.path>trunk</richfaces.ui.iteration.path>
+ <richfaces.ui.misc.path>trunk</richfaces.ui.misc.path>
+ <richfaces.ui.output.path>trunk</richfaces.ui.output.path>
+ <richfaces.ui.dist.path>trunk</richfaces.ui.dist.path>
+ <richfaces.archetype.simpleapp.path>trunk</richfaces.archetype.simpleapp.path>
+ <richfaces.examples.core-demo.path>trunk</richfaces.examples.core-demo.path>
+ <richfaces.examples.showcase.path>trunk</richfaces.examples.showcase.path>
+ <richfaces.docs.path>trunk</richfaces.docs.path>
+ <richfaces.dist.path>trunk</richfaces.dist.path>
+ </properties>
+
+ <modules>
+ <!-- These trunk settings, and this pom.xml will be removed -->
+ <!-- Added bom, parent, for temp integration -->
+ <!--<module>build/parent/tags/richfaces-parent-5</module>-->
+ <!--<module>build/resources/trunk/checkstyle</module>-->
+
<!--<module>build/resources/trunk/faces-shade-transformers</module>-->
+
+ <module>build/bom/${richfaces.bom.path}</module>
+ <module>commons/${richfaces.commons.path}</module>
+ <module>cdk/${richfaces.cdk.path}</module>
+ <module>core/${richfaces.core.path}</module>
+
+ <!-- richfaces ui -->
+ <module>ui/core/${richfaces.ui.core.path}</module>
+ <module>ui/iteration/${richfaces.ui.iteration.path}</module>
+ <module>ui/misc/${richfaces.ui.misc.path}</module>
+ <module>ui/output/${richfaces.ui.output.path}</module>
+ <module>ui/dist/${richfaces.ui.dist.path}</module>
+
+ <!-- Remaining -->
+
<module>archetypes/richfaces-archetype-simpleapp/${richfaces.archetype.simpleapp.path}</module>
+
<module>examples/core-demo/${richfaces.examples.core-demo.path}</module>
+ <module>examples/richfaces-showcase/${richfaces.examples.showcase.path}</module>
+ <module>docs/${richfaces.docs.path}</module>
+ </modules>
+
+ <profiles>
+ <profile>
+ <id>sandbox</id>
+ <modules>
+ <module>ui-sandbox</module>
+ <module>examples-sandbox/trunk</module>
+ </modules>
+ </profile>
+ <profile>
+ <id>release</id>
+ <modules>
+ <module>dist/${richfaces.dist.path}</module>
+ </modules>
+ </profile>
+ <profile>
+ <id>tag_based</id>
+ <properties>
+ <!-- TODO this can be generalized, and driven by property file, or script -->
+ <build-version>4.0.0.20100715-M1</build-version>
+ <richfaces.bom.path>tags/richfaces-bom-${build-version}</richfaces.bom.path>
+ <richfaces.commons.path>tags/richfaces-commons-${build-version}</richfaces.commons.path>
+ <richfaces.cdk.path>tags/richfaces-cdk-${build-version}</richfaces.cdk.path>
+ <richfaces.core.path>tags/richfaces-core-${build-version}</richfaces.core.path>
+ <richfaces.ui.core.path>tags/richfaces-ui-core-${build-version}</richfaces.ui.core.path>
+ <richfaces.ui.iteration.path>tags/richfaces-ui-iteration-${build-version}</richfaces.ui.iteration.path>
+ <richfaces.ui.misc.path>tags/richfaces-ui-misc-${build-version}</richfaces.ui.misc.path>
+ <richfaces.ui.output.path>tags/richfaces-ui-output-${build-version}</richfaces.ui.output.path>
+ <richfaces.ui.dist.path>tags/richfaces-ui-dist-${build-version}</richfaces.ui.dist.path>
+ <richfaces.archetype.simpleapp.path>tags/richfaces-archetype-simpleapp-${build-version}</richfaces.archetype.simpleapp.path>
+ <richfaces.examples.core-demo.path>tags/richfaces-core-demo-${build-version}</richfaces.examples.core-demo.path>
+ <richfaces.examples.showcase.path>tags/richfaces-showcase-${build-version}</richfaces.examples.showcase.path>
+ <richfaces.docs.path>tags/richfaces-docs-${build-version}</richfaces.docs.path>
+ <richfaces.dist.path>tags/richfaces-dist-${build-version}</richfaces.dist.path>
+ </properties>
+ </profile>
+ <profile>
+ <id>branch_based</id>
+ <properties>
+ <!-- TODO this can be generalized, and driven by property file, or script -->
+ <build-version>4.0.0.20100715-M1</build-version>
+ <richfaces.bom.path>branches/richfaces-bom-${build-version}</richfaces.bom.path>
+ <richfaces.commons.path>branches/richfaces-commons-${build-version}</richfaces.commons.path>
+ <richfaces.cdk.path>branches/richfaces-cdk-${build-version}</richfaces.cdk.path>
+ <richfaces.core.path>branches/richfaces-core-${build-version}</richfaces.core.path>
+ <richfaces.ui.core.path>branches/richfaces-ui-core-${build-version}</richfaces.ui.core.path>
+ <richfaces.ui.iteration.path>branches/richfaces-ui-iteration-${build-version}</richfaces.ui.iteration.path>
+ <richfaces.ui.misc.path>branches/richfaces-ui-misc-${build-version}</richfaces.ui.misc.path>
+ <richfaces.ui.output.path>branches/richfaces-ui-output-${build-version}</richfaces.ui.output.path>
+ <richfaces.ui.dist.path>branches/richfaces-ui-dist-${build-version}</richfaces.ui.dist.path>
+ <richfaces.archetype.simpleapp.path>branches/richfaces-archetype-simpleapp-${build-version}</richfaces.archetype.simpleapp.path>
+ <richfaces.examples.core-demo.path>branches/richfaces-core-demo-${build-version}</richfaces.examples.core-demo.path>
+ <richfaces.examples.showcase.path>branches/richfaces-showcase-${build-version}</richfaces.examples.showcase.path>
+ <richfaces.docs.path>branches/richfaces-docs-${build-version}</richfaces.docs.path>
+ <richfaces.dist.path>branches/richfaces-dist-${build-version}</richfaces.dist.path>
+ </properties>
+ </profile>
+ </profiles>
+</project>