[jboss-maven2-commits] Repository SVN: r31517 - maven2/org/gatein/pc/pc-controller/2.1.0-CR01.

jboss-maven2-commits at lists.jboss.org jboss-maven2-commits at lists.jboss.org
Tue Nov 24 05:38:31 EST 2009


Author: thomas.heute at jboss.com
Date: 2009-11-24 05:38:30 -0500 (Tue, 24 Nov 2009)
New Revision: 31517

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

Added: maven2/org/gatein/pc/pc-controller/2.1.0-CR01/pc-controller-2.1.0-CR01.pom
===================================================================
--- maven2/org/gatein/pc/pc-controller/2.1.0-CR01/pc-controller-2.1.0-CR01.pom	                        (rev 0)
+++ maven2/org/gatein/pc/pc-controller/2.1.0-CR01/pc-controller-2.1.0-CR01.pom	2009-11-24 10:38:30 UTC (rev 31517)
@@ -0,0 +1,86 @@
+<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-CR01</version>
+   </parent>
+   <modelVersion>4.0.0</modelVersion>
+   <artifactId>pc-controller</artifactId>
+   <packaging>jar</packaging>
+   <name>GateIn - Portlet Container (controller)</name>
+
+   <dependencies>
+      <!-- Internal dependencies -->
+      <dependency>
+         <groupId>org.gatein.pc</groupId>
+         <artifactId>pc-portlet</artifactId>
+         <type>jar</type>
+      </dependency>
+
+      <!-- Dependencies for tests -->
+
+      <dependency>
+         <groupId>org.jboss.unit</groupId>
+         <artifactId>jboss-unit-remote</artifactId>
+         <scope>test</scope>
+      </dependency>
+
+      <dependency>
+         <groupId>org.gatein.pc</groupId>
+         <artifactId>pc-portlet</artifactId>
+         <type>test-jar</type>
+         <scope>test</scope>
+      </dependency>
+
+      <!--TEST SCOPE-->
+
+      <dependency>
+         <groupId>org.slf4j</groupId>
+         <artifactId>slf4j-simple</artifactId>
+         <scope>test</scope>
+      </dependency>
+
+      <dependency>
+         <groupId>apache-xerces</groupId>
+         <artifactId>resolver</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>apache-xerces</groupId>
+         <artifactId>xercesImpl</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>apache-xerces</groupId>
+         <artifactId>xml-apis</artifactId>
+      </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>local-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