Author: lfryc(a)redhat.com
Date: 2010-07-10 16:51:14 -0400 (Sat, 10 Jul 2010)
New Revision: 17873
Added:
root/tests/metamer/trunk/ftest/test-source/
root/tests/metamer/trunk/ftest/test-source/pom.xml
Log:
initial structure for test-source module (separation of test-source and test-control)
Added: root/tests/metamer/trunk/ftest/test-source/pom.xml
===================================================================
--- root/tests/metamer/trunk/ftest/test-source/pom.xml (rev 0)
+++ root/tests/metamer/trunk/ftest/test-source/pom.xml 2010-07-10 20:51:14 UTC (rev
17873)
@@ -0,0 +1,34 @@
+<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>
+
+ <parent>
+ <artifactId>root</artifactId>
+ <groupId>org.jboss.test.richfaces-selenium</groupId>
+ <version>1.5.0-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.richfaces.tests.testapp</groupId>
+ <artifactId>test-source</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <name>RichFaces 4.0 TestApp: Functional Test Source</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.test</groupId>
+ <artifactId>richfaces-selenium</artifactId>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
\ No newline at end of file