[jboss-cvs] Repository SVN: r29823 - maven2/org/gatein/pc/pc-mc/2.1.0-Beta02.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Oct 16 08:35:31 EDT 2009
Author: thomas.heute at jboss.com
Date: 2009-10-16 08:35:30 -0400 (Fri, 16 Oct 2009)
New Revision: 29823
Added:
maven2/org/gatein/pc/pc-mc/2.1.0-Beta02/pc-mc-2.1.0-Beta02.pom
Log:
Wagon: Adding pc-mc-2.1.0-Beta02.pom to repository
Added: maven2/org/gatein/pc/pc-mc/2.1.0-Beta02/pc-mc-2.1.0-Beta02.pom
===================================================================
--- maven2/org/gatein/pc/pc-mc/2.1.0-Beta02/pc-mc-2.1.0-Beta02.pom (rev 0)
+++ maven2/org/gatein/pc/pc-mc/2.1.0-Beta02/pc-mc-2.1.0-Beta02.pom 2009-10-16 12:35:30 UTC (rev 29823)
@@ -0,0 +1,56 @@
+<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-Beta02</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>pc-mc</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn - Portlet Container (mc)</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-portlet</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossxb</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.unit</groupId>
+ <artifactId>jboss-unit</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/local</xml>
+ <html>target/tests/reports/html/local</html>
+ </reports>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
More information about the jboss-cvs-commits
mailing list