[jboss-maven2-commits] Repository SVN: r32257 - in maven2/org/gatein: portal and 4 other directories.

jboss-maven2-commits at lists.jboss.org jboss-maven2-commits at lists.jboss.org
Fri Nov 27 22:52:47 EST 2009


Author: thomas.heute at jboss.com
Date: 2009-11-27 22:52:46 -0500 (Fri, 27 Nov 2009)
New Revision: 32257

Added:
   maven2/org/gatein/portal/
   maven2/org/gatein/portal/examples/
   maven2/org/gatein/portal/examples/portlets/
   maven2/org/gatein/portal/examples/portlets/parent/
   maven2/org/gatein/portal/examples/portlets/parent/3.0.0-Beta03/
   maven2/org/gatein/portal/examples/portlets/parent/3.0.0-Beta03/parent-3.0.0-Beta03.pom
Log:
Wagon: Adding pom.xml to repository

Added: maven2/org/gatein/portal/examples/portlets/parent/3.0.0-Beta03/parent-3.0.0-Beta03.pom
===================================================================
--- maven2/org/gatein/portal/examples/portlets/parent/3.0.0-Beta03/parent-3.0.0-Beta03.pom	                        (rev 0)
+++ maven2/org/gatein/portal/examples/portlets/parent/3.0.0-Beta03/parent-3.0.0-Beta03.pom	2009-11-28 03:52:46 UTC (rev 32257)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+   <modelVersion>4.0.0</modelVersion>
+
+   <parent>
+      <groupId>org.exoplatform.portal</groupId>
+      <artifactId>exo.portal.parent</artifactId>
+      <version>3.0.0-Beta03</version>
+   </parent>
+
+   <groupId>org.gatein.portal.examples.portlets</groupId>
+   <artifactId>parent</artifactId>
+   <packaging>pom</packaging>
+   <name>GateIn Portal Examples - Portlets</name>
+
+   <modules>
+      <module>jsfhellouser</module>
+      <module>jsphellouser</module>
+      <module>simplesthelloworld</module>
+   </modules>
+
+</project>



More information about the jboss-maven2-commits mailing list