Author: nbelaevski
Date: 2007-06-20 18:23:36 -0400 (Wed, 20 Jun 2007)
New Revision: 1244
Modified:
trunk/pom.xml
Log:
Sandbox build enabled for "sandbox" build profile
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2007-06-20 22:22:11 UTC (rev 1243)
+++ trunk/pom.xml 2007-06-20 22:23:36 UTC (rev 1244)
@@ -1,40 +1,48 @@
-<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/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>master</artifactId>
- <packaging>pom</packaging>
- <name>RichFaces Components Examples</name>
- <version>3.0.2-SNAPSHOT</version>
- <
url>http://labs.jboss.com/jbossrichfaces</url>
- <dependencies />
- <modules>
- <module>richfaces</module>
- <module>docs</module>
- <module>richfaces-samples</module>
- <!--
- <module>sandbox</module>
- -->
- <module>richfaces/assembly</module>
- </modules>
- <distributionManagement>
- <downloadUrl>
-
http://labs.jboss.com/portal/jbossrichfaces/downloads
- </downloadUrl>
- <repository>
- <id>release-repository</id>
- <uniqueVersion>false</uniqueVersion>
- <url>${releaseRepository}</url>
- </repository>
- <snapshotRepository>
- <id>snap-repository</id>
- <uniqueVersion>true</uniqueVersion>
- <url>${snapshotRepository}</url>
- </snapshotRepository>
- </distributionManagement>
- <scm>
- <
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk</...
- <
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trun...
- <
url>http://anonsvn.jboss.org/repos/richfaces/trunk</url>
- </scm>
-
+<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/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces</groupId>
+ <artifactId>master</artifactId>
+ <packaging>pom</packaging>
+ <name>RichFaces Components Examples</name>
+ <version>3.0.2-SNAPSHOT</version>
+ <
url>http://labs.jboss.com/jbossrichfaces</url>
+ <dependencies />
+ <modules>
+ <module>richfaces</module>
+ <module>docs</module>
+ <module>richfaces-samples</module>
+ <!--
+ <module>sandbox</module>
+ -->
+ <module>richfaces/assembly</module>
+ </modules>
+ <distributionManagement>
+ <downloadUrl>
+
http://labs.jboss.com/portal/jbossrichfaces/downloads
+ </downloadUrl>
+ <repository>
+ <id>release-repository</id>
+ <uniqueVersion>false</uniqueVersion>
+ <url>${releaseRepository}</url>
+ </repository>
+ <snapshotRepository>
+ <id>snap-repository</id>
+ <uniqueVersion>true</uniqueVersion>
+ <url>${snapshotRepository}</url>
+ </snapshotRepository>
+ </distributionManagement>
+ <scm>
+ <
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk</...
+ <
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trun...
+ <
url>http://anonsvn.jboss.org/repos/richfaces/trunk</url>
+ </scm>
+ <profiles>
+ <profile>
+ <id>sandbox</id>
+ <modules>
+ <module>sandbox</module>
+ <module>sandbox-samples</module>
+ </modules>
+ </profile>
+ </profiles>
</project>
\ No newline at end of file