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

jboss-maven2-commits at lists.jboss.org jboss-maven2-commits at lists.jboss.org
Fri Feb 26 19:06:08 EST 2010


Author: chris.laprun at jboss.com
Date: 2010-02-26 19:06:07 -0500 (Fri, 26 Feb 2010)
New Revision: 34872

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

Added: maven2/org/gatein/pc/pc-samples/2.1.0-CR05/pc-samples-2.1.0-CR05.pom
===================================================================
--- maven2/org/gatein/pc/pc-samples/2.1.0-CR05/pc-samples-2.1.0-CR05.pom	                        (rev 0)
+++ maven2/org/gatein/pc/pc-samples/2.1.0-CR05/pc-samples-2.1.0-CR05.pom	2010-02-27 00:06:07 UTC (rev 34872)
@@ -0,0 +1,46 @@
+<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-samples</artifactId>
+   <packaging>jar</packaging>
+   <name>GateIn - Portlet Container (samples)</name>
+
+   <dependencies>
+      <dependency>
+         <groupId>org.gatein.common</groupId>
+         <artifactId>common-common</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>javax.portlet</groupId>
+         <artifactId>portlet-api</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>sun-jaxb</groupId>
+         <artifactId>jaxb-api</artifactId>
+      </dependency>
+   </dependencies>
+
+   <build>
+      <plugins>
+         <plugin>
+            <artifactId>maven-assembly-plugin</artifactId>
+            <configuration>
+               <finalName>samples</finalName>
+               <descriptors>
+                  <descriptor>src/assemble/samples-basic-portlet.xml</descriptor>
+                  <descriptor>src/assemble/samples-shoppingcart-portlet.xml</descriptor>
+                  <descriptor>src/assemble/samples-google-portlet.xml</descriptor>
+                  <descriptor>src/assemble/samples-remotecontroller-portlet.xml</descriptor>
+                  <descriptor>src/assemble/samples-jsp-portlet.xml</descriptor>
+                  <descriptor>src/assemble/samples-eventdebug-portlet.xml</descriptor>
+               </descriptors>
+            </configuration>
+         </plugin>
+      </plugins>
+   </build>
+
+</project>



More information about the jboss-maven2-commits mailing list