[richfaces-svn-commits] JBoss Rich Faces SVN: r551 - trunk/sandbox.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Apr 25 10:22:44 EDT 2007


Author: abelevich
Date: 2007-04-25 10:22:44 -0400 (Wed, 25 Apr 2007)
New Revision: 551

Added:
   trunk/sandbox/pom.xml
Log:


Added: trunk/sandbox/pom.xml
===================================================================
--- trunk/sandbox/pom.xml	                        (rev 0)
+++ trunk/sandbox/pom.xml	2007-04-25 14:22:44 UTC (rev 551)
@@ -0,0 +1,252 @@
+<?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/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.richfaces</groupId>
+	<artifactId>richfaces-parent</artifactId>
+	<packaging>pom</packaging>
+	<name>RichFaces Components</name>
+	<version>3.0.1-SNAPSHOT</version>
+	<url>http://richfaces.ajax4jsf.org</url>
+	<!--
+		<url>http://labs.jboss.com/jbossrichfaces</url>
+	-->
+	<licenses>
+		<license>
+			<name>LGPL 2.1</name>
+			<url>http://www.gnu.org/licenses/lgpl.html</url>
+			<distribution>repo</distribution>
+			<comments>
+				GNU LESSER GENERAL PUBLIC LICENSE Version 2.1
+			</comments>
+		</license>
+	</licenses>
+	<issueManagement>
+		<system>JIRA</system>
+		<url>http://jira.jboss.org/jira/browse/RF</url>
+	</issueManagement>
+	<developers>
+		<developer>
+			<id>alexsmirnov</id>
+			<name>Alexander Smirnov</name>
+			<email>alexsmirnov at exadel.com</email>
+			<organization>Exadel Inc.</organization>
+			<organizationUrl>http://www.exadel.com</organizationUrl>
+			<roles>
+				<role>architect</role>
+				<role>developer</role>
+			</roles>
+			<timezone>-3</timezone>
+		</developer>
+		<developer>
+			<id>ishabalov</id>
+			<name>Igor Shabalov</name>
+			<email>ishabalov at exadel.com</email>
+			<organization>Exadel Inc.</organization>
+			<organizationUrl>http://www.exadel.com</organizationUrl>
+			<roles>
+				<role>architect</role>
+				<role>developer</role>
+			</roles>
+			<timezone>+8</timezone>
+		</developer>
+		<developer>
+			<id>sergeysmirnov</id>
+			<name>Sergey Smirnov</name>
+			<email>sergeysmirnov at exadel.com</email>
+			<organization>Exadel Inc.</organization>
+			<organizationUrl>http://www.exadel.com</organizationUrl>
+			<roles>
+				<role>architect</role>
+				<role>developer</role>
+			</roles>
+			<timezone>+8</timezone>
+		</developer>
+		<developer>
+			<id>nbelayevsky</id>
+			<name>Nik Belyaevsky</name>
+			<email>nbelayevsky at exadel.com</email>
+			<organization>Exadel Inc.</organization>
+			<organizationUrl>http://www.exadel.com</organizationUrl>
+			<roles>
+				<role>architect</role>
+				<role>developer</role>
+			</roles>
+			<timezone>-2</timezone>
+		</developer>
+	</developers>
+	<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/
+				</connection>
+				<developerConnection>
+					scm:svn:https://svn.jboss.org/repos/richfaces/	
+				</developerConnection>
+				<url>http://anonsvn.jboss.org/repos/richfaces/</url>
+			</scm>
+
+		
+		<pluginRepositories>
+			<pluginRepository>
+				<releases>
+					<enabled>false</enabled>
+			</releases>
+			<snapshots>
+				<enabled>true</enabled>
+				<updatePolicy>never</updatePolicy>
+			</snapshots>
+			<id>maven2-snapshots.jboss.org</id>
+			<name>Jboss Repository for Maven Snapshots</name>
+			<url>http://snapshots.jboss.com/</url>
+		</pluginRepository>
+	</pluginRepositories>
+	<repositories>
+	<!--
+		<repository>
+			<releases/>
+			<snapshots>
+				<enabled>false</enabled>
+				<updatePolicy>never</updatePolicy>
+			</snapshots>
+			<id>maven-repository.dev.java.net</id>
+			<name>Java.net Repository for Maven</name>
+			<url>
+				https://maven-repository.dev.java.net/nonav/repository
+			</url>
+			<layout>legacy</layout>
+		</repository> -->
+		<repository>
+			<releases>
+				<enabled>false</enabled>
+			</releases>
+			<snapshots>
+				<enabled>true</enabled>
+				<updatePolicy>never</updatePolicy>
+			</snapshots>
+			<id>maven2-snapshots.jboss.org</id>
+			<name>Jboss Repository for Maven Snapshots</name>
+			<url>http://snapshots.jboss.com/</url>
+		</repository>
+	
+		
+				
+		</repositories>
+	<build>
+		<plugins>
+			<plugin>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-source</id>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+	<dependencies>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>3.8.1</version>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>javax.faces</groupId>
+			<artifactId>jsf-api</artifactId>
+			<version>1.1_02</version>
+			<exclusions>
+				<!-- No longer presented in any repo -->
+				<exclusion>
+					<groupId>javax.servlet.jsp</groupId>
+					<artifactId>jsp-api</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>javax.servlet.jsp.jstl</groupId>
+					<artifactId>jstl</artifactId>
+				</exclusion>
+			</exclusions>
+		</dependency>
+		<dependency>
+			<groupId>javax.faces</groupId>
+			<artifactId>jsf-impl</artifactId>
+			<version>1.1_02</version>
+			<scope>runtime</scope>
+			<exclusions>
+				<!-- No longer presented in any repo -->
+				<exclusion>
+					<groupId>javax.servlet.jsp</groupId>
+					<artifactId>jsp-api</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>javax.servlet.jsp.jstl</groupId>
+					<artifactId>jstl</artifactId>
+				</exclusion>
+			</exclusions>
+		</dependency>
+		<dependency>
+			<groupId>org.ajax4jsf</groupId>
+			<artifactId>ajax4jsf</artifactId>
+			<version>1.1.1-SNAPSHOT</version>
+		</dependency>
+		<dependency>
+			<groupId>org.ajax4jsf</groupId>
+			<artifactId>test</artifactId>
+			<version>1.1.1-SNAPSHOT</version>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>com.sun.facelets</groupId>
+			<artifactId>jsf-facelets</artifactId>
+			<version>1.1.11</version>
+			<optional>true</optional>
+		</dependency>
+		<dependency>
+			<groupId>javax.el</groupId>
+			<artifactId>el-api</artifactId>
+			<version>1.0</version>
+			<scope>provided</scope>
+			<optional>true</optional>
+		</dependency>
+		<dependency>
+			<groupId>el-impl</groupId>
+			<artifactId>el-impl</artifactId>
+			<version>1.0</version>
+			<scope>provided</scope>
+			<optional>true</optional>
+		</dependency>
+		<dependency>
+			<groupId>javax.servlet</groupId>
+			<artifactId>servlet-api</artifactId>
+			<version>2.4</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>javax.servlet</groupId>
+			<artifactId>jsp-api</artifactId>
+			<version>2.0</version>
+			<scope>provided</scope>
+		</dependency>
+	</dependencies>
+  <modules>
+    <module>scrollable-grid</module>
+  </modules>
+</project>
\ No newline at end of file




More information about the richfaces-svn-commits mailing list