[jboss-maven2-commits] Repository SVN: r31398 - maven2/org/gatein/wci/wci-test-core/2.0.0-CR01.

jboss-maven2-commits at lists.jboss.org jboss-maven2-commits at lists.jboss.org
Mon Nov 23 15:37:41 EST 2009


Author: thomas.heute at jboss.com
Date: 2009-11-23 15:37:40 -0500 (Mon, 23 Nov 2009)
New Revision: 31398

Added:
   maven2/org/gatein/wci/wci-test-core/2.0.0-CR01/wci-test-core-2.0.0-CR01.pom
Log:
Wagon: Adding wci-test-core-2.0.0-CR01.pom to repository

Added: maven2/org/gatein/wci/wci-test-core/2.0.0-CR01/wci-test-core-2.0.0-CR01.pom
===================================================================
--- maven2/org/gatein/wci/wci-test-core/2.0.0-CR01/wci-test-core-2.0.0-CR01.pom	                        (rev 0)
+++ maven2/org/gatein/wci/wci-test-core/2.0.0-CR01/wci-test-core-2.0.0-CR01.pom	2009-11-23 20:37:40 UTC (rev 31398)
@@ -0,0 +1,117 @@
+<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>
+      <groupId>org.gatein.wci</groupId>
+      <artifactId>wci-test-parent</artifactId>
+      <version>2.0.0-CR01</version>
+   </parent>
+   <modelVersion>4.0.0</modelVersion>
+   <artifactId>wci-test-core</artifactId>
+   <packaging>jar</packaging>
+   <name>GateIn - WCI test component</name>
+   <dependencies>
+      <dependency>
+        <groupId>org.gatein.wci</groupId>
+        <artifactId>wci-wci</artifactId>
+      </dependency>
+      <dependency>
+        <groupId>org.gatein.wci</groupId>
+        <artifactId>wci-tomcat</artifactId>
+      </dependency>
+      <dependency>
+        <groupId>org.gatein.wci</groupId>
+        <artifactId>wci-exo</artifactId>
+      </dependency>
+
+      <dependency>
+         <artifactId>junit</artifactId>
+         <groupId>junit</groupId>
+      </dependency>
+      <dependency>
+         <groupId>org.gatein.common</groupId>
+         <artifactId>common-common</artifactId>
+          <exclusions>
+           <exclusion>
+             <groupId>org.codehaus.cargo</groupId>
+             <artifactId>cargo-core-uberjar</artifactId>
+            </exclusion>
+         </exclusions>
+      </dependency>
+      <dependency>
+         <groupId>org.gatein.common</groupId>
+         <artifactId>common-mc</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>org.gatein.common</groupId>
+         <artifactId>common-logging</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>org.slf4j</groupId>
+         <artifactId>slf4j-simple</artifactId>
+         <scope>test</scope>
+      </dependency>
+      <dependency>
+         <groupId>org.jboss.unit</groupId>
+         <artifactId>jboss-unit</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>org.jboss.unit</groupId>
+         <artifactId>jboss-unit-remote</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>org.jboss.unit</groupId>
+         <artifactId>jboss-unit-mc</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>org.jboss.unit</groupId>
+         <artifactId>jboss-unit-tooling-ant</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>org.jboss.unit</groupId>
+         <artifactId>portal-test</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>org.jboss.unit</groupId>
+         <artifactId>portal-test-generic</artifactId>
+      </dependency>
+
+   </dependencies>
+
+   <build>
+     <plugins>
+       <plugin>
+         <groupId>org.jboss.unit</groupId>
+         <artifactId>jboss-unit-tooling-maven2</artifactId>
+         <version>1.2.3</version>
+         <dependencies>
+           <dependency>
+             <groupId>org.jboss.unit</groupId>
+             <artifactId>jboss-unit</artifactId>
+             <version>1.2.3</version>
+            </dependency>
+          </dependencies>
+          <configuration>
+            <testsuites>
+              <testsuite>
+                <config>${project.build.directory}/test-classes/local-jboss-unit.xml</config>
+              </testsuite>
+            </testsuites>
+            <reports>
+              <xml>${project.build.directory}/test/reports/local/xml/local</xml>
+              <html>${project.build.directory}/test/reports/local/html/local</html>
+            </reports>
+          </configuration>
+          <executions>
+            <execution>
+              <id>jboss-unit-tests</id>
+              <phase>test</phase>
+              <goals>
+                <goal>execute</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+      </plugins>
+   </build>
+   <properties>
+   </properties>
+</project>



More information about the jboss-maven2-commits mailing list