[jboss-cvs] Repository SVN: r10336 - maven2/org/richfaces/ui/3.1.6.CR2.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 10 19:10:15 EDT 2008


Author: nbelaevski
Date: 2008-06-10 19:10:15 -0400 (Tue, 10 Jun 2008)
New Revision: 10336

Added:
   maven2/org/richfaces/ui/3.1.6.CR2/ui-3.1.6.CR2.pom
Log:
Autoversioning commit:  a non-deltaV client made a change to
/maven2/org/richfaces/ui/3.1.6.CR2/ui-3.1.6.CR2.pom

Added: maven2/org/richfaces/ui/3.1.6.CR2/ui-3.1.6.CR2.pom
===================================================================
--- maven2/org/richfaces/ui/3.1.6.CR2/ui-3.1.6.CR2.pom	                        (rev 0)
+++ maven2/org/richfaces/ui/3.1.6.CR2/ui-3.1.6.CR2.pom	2008-06-10 23:10:15 UTC (rev 10336)
@@ -0,0 +1,239 @@
+<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">
+	<parent>
+		<artifactId>root</artifactId>
+		<groupId>org.richfaces</groupId>
+		<version>3.1.6.CR2</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.richfaces</groupId>
+	<artifactId>ui</artifactId>
+	<packaging>pom</packaging>
+	<name>RichFaces Components</name>
+	<properties>
+		<maven.test.failure.ignore>true</maven.test.failure.ignore>
+		<!-- -->
+	</properties>
+	<build>
+		<plugins>
+			<plugin>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-source</id>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+		<pluginManagement>
+			<plugins>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-jar-plugin</artifactId>
+					<configuration>
+						<archive>
+							<index>true</index>
+							<manifest>
+								<addDefaultSpecificationEntries>
+									true
+								</addDefaultSpecificationEntries>
+								<addDefaultImplementationEntries>
+									true
+								</addDefaultImplementationEntries>
+							</manifest>
+							<manifestEntries>
+								<mode>development</mode>
+								<Build-Number>
+									${buildNumber}
+								</Build-Number>
+							</manifestEntries>
+						</archive>
+					</configuration>
+				</plugin>
+			</plugins>
+		</pluginManagement>
+	</build>
+	<modules>
+		<module>core</module>
+		<module>drag-drop</module>
+		<module>effect</module>
+		<module>panel</module>
+		<module>panelbar</module>
+		<module>dataFilterSlider</module>
+		<module>gmap</module>
+		<module>jQuery</module>
+		<module>virtualEarth</module>
+		<module>separator</module>
+		<module>spacer</module>
+		<module>paint2D</module>
+		<module>togglePanel</module>
+		<module>tabPanel</module>
+		<module>simpleTogglePanel</module>
+		<module>toolBar</module>
+		<module>inputnumber-slider</module>
+		<module>inputnumber-spinner</module>
+		<module>tree</module>
+		<module>suggestionbox</module>
+		<module>dataTable</module>
+		<module>modal-panel</module>
+		<module>datascroller</module>
+		<module>menu-components</module>
+		<module>dropdown-menu</module>
+		<module>tooltip</module>
+		<module>panelmenu</module>
+		<module>calendar</module>
+		<module>treeModel</module>
+		<module>message</module>
+		<module>scrollableDataTable</module>
+		<module>componentControl</module>
+		<module>orderingList</module>
+		<module>listShuttle</module>
+		<module>contextMenu</module>
+    <module>insert</module>
+  </modules>
+	<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>
+				<exclusion>
+					<artifactId>jsp-api</artifactId>
+					<groupId>javax.servlet.jsp</groupId>
+				</exclusion>
+				<exclusion>
+					<artifactId>jstl</artifactId>
+					<groupId>javax.servlet.jsp.jstl</groupId>
+				</exclusion>
+			</exclusions>
+		</dependency>
+		<dependency>
+			<groupId>javax.faces</groupId>
+			<artifactId>jsf-impl</artifactId>
+			<version>1.1_02</version>
+			<scope>runtime</scope>
+			<exclusions>
+				<exclusion>
+					<artifactId>jsp-api</artifactId>
+					<groupId>javax.servlet.jsp</groupId>
+				</exclusion>
+				<exclusion>
+					<artifactId>jstl</artifactId>
+					<groupId>javax.servlet.jsp.jstl</groupId>
+				</exclusion>
+			</exclusions>
+		</dependency>
+		<dependency>
+			<groupId>org.richfaces.framework</groupId>
+			<artifactId>richfaces-impl</artifactId>
+			<version>3.1.6.CR2</version>
+		</dependency>
+		<dependency>
+			<groupId>org.richfaces.framework</groupId>
+			<artifactId>richfaces-test</artifactId>
+			<version>3.1.6.CR2</version>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>commons-collections</groupId>
+			<artifactId>commons-collections</artifactId>
+			<version>3.2</version>
+		</dependency>
+		<dependency>
+			<groupId>com.sun.facelets</groupId>
+			<artifactId>jsf-facelets</artifactId>
+			<version>1.1.12</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>
+	<reporting>
+		<plugins>
+			<plugin>
+				<artifactId>
+					maven-project-info-reports-plugin
+				</artifactId>
+			</plugin>
+			<plugin>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<configuration>
+					<quiet>true</quiet>
+				</configuration>
+			</plugin>
+			<!--
+				<plugin>
+				<artifactId>maven-checkstyle-plugin</artifactId>
+				</plugin>
+			--><!--
+				<plugin>
+				<artifactId>maven-pmd-plugin</artifactId>
+				</plugin>
+			-->
+			<plugin>
+				<artifactId>maven-jxr-plugin</artifactId>
+				<configuration>
+					<aggregate>true</aggregate>
+				</configuration>
+			</plugin>
+			<!--
+				<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>jdepend-maven-plugin</artifactId>
+				</plugin>
+			-->
+			<!--
+				<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>changelog-maven-plugin</artifactId>
+				</plugin>
+			-->
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>findbugs-maven-plugin</artifactId>
+				<configuration>
+					<xmlOutput>false</xmlOutput>
+					<threshold>Normal</threshold>
+					<effort>Max</effort>
+				</configuration>
+			</plugin>
+			<plugin>
+				<artifactId>maven-surefire-report-plugin</artifactId>
+			</plugin>
+		</plugins>
+	</reporting>
+	<profiles>
+	</profiles>
+</project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list