[jboss-maven2-commits] Repository SVN: r34809 - maven2/org/gatein/pc/pc-federation/2.1.0-CR05.

jboss-maven2-commits at lists.jboss.org jboss-maven2-commits at lists.jboss.org
Fri Feb 26 18:13:27 EST 2010


Author: chris.laprun at jboss.com
Date: 2010-02-26 18:13:27 -0500 (Fri, 26 Feb 2010)
New Revision: 34809

Added:
   maven2/org/gatein/pc/pc-federation/2.1.0-CR05/pc-federation-2.1.0-CR05.pom
Log:
Wagon: Adding pc-federation-2.1.0-CR05.pom to repository

Added: maven2/org/gatein/pc/pc-federation/2.1.0-CR05/pc-federation-2.1.0-CR05.pom
===================================================================
--- maven2/org/gatein/pc/pc-federation/2.1.0-CR05/pc-federation-2.1.0-CR05.pom	                        (rev 0)
+++ maven2/org/gatein/pc/pc-federation/2.1.0-CR05/pc-federation-2.1.0-CR05.pom	2010-02-26 23:13:27 UTC (rev 34809)
@@ -0,0 +1,67 @@
+<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.pc</groupId>
+      <artifactId>pc-parent</artifactId>
+      <version>2.1.0-CR05</version>
+   </parent>
+   <modelVersion>4.0.0</modelVersion>
+   <artifactId>pc-federation</artifactId>
+   <packaging>jar</packaging>
+   <name>GateIn - Portlet Container (federation)</name>
+
+   <dependencies>
+      <dependency>
+         <groupId>org.gatein.pc</groupId>
+         <artifactId>pc-portlet</artifactId>
+      </dependency>
+
+      <!--TEST SCOPE-->
+      <dependency>
+         <groupId>org.jboss.unit</groupId>
+         <artifactId>jboss-unit-mc</artifactId>
+         <scope>test</scope>
+      </dependency>
+      <dependency>
+         <groupId>org.gatein.pc</groupId>
+         <artifactId>pc-portlet</artifactId>
+         <type>test-jar</type>
+         <scope>test</scope>
+     </dependency>
+
+     <dependency>
+         <groupId>org.slf4j</groupId>
+         <artifactId>slf4j-simple</artifactId>
+         <scope>test</scope>
+     </dependency>
+
+   </dependencies>
+   <build>
+      <plugins>
+         <plugin>
+            <groupId>org.jboss.unit</groupId>
+            <artifactId>jboss-unit-tooling-maven2</artifactId>
+            <executions>
+               <execution>
+                  <phase>test</phase>
+                  <goals>
+                     <goal>execute</goal>
+                  </goals>
+               </execution>
+            </executions>
+            <configuration>
+               <testsuites>
+                  <testsuite>
+                     <config>jboss-unit.xml</config>
+                  </testsuite>
+               </testsuites>
+               <reports>
+                  <xml>target/tests/reports/xml</xml>
+                  <html>target/tests/reports/html</html>
+               </reports>
+            </configuration>
+         </plugin>
+      </plugins>
+   </build>
+
+
+</project>



More information about the jboss-maven2-commits mailing list