[jboss-cvs] Repository SVN: r29847 - maven2/org/gatein/pc/pc-portal/2.1.0-Beta02.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Oct 16 09:05:33 EDT 2009
Author: thomas.heute at jboss.com
Date: 2009-10-16 09:05:33 -0400 (Fri, 16 Oct 2009)
New Revision: 29847
Added:
maven2/org/gatein/pc/pc-portal/2.1.0-Beta02/pc-portal-2.1.0-Beta02.pom
Log:
Wagon: Adding pc-portal-2.1.0-Beta02.pom to repository
Added: maven2/org/gatein/pc/pc-portal/2.1.0-Beta02/pc-portal-2.1.0-Beta02.pom
===================================================================
--- maven2/org/gatein/pc/pc-portal/2.1.0-Beta02/pc-portal-2.1.0-Beta02.pom (rev 0)
+++ maven2/org/gatein/pc/pc-portal/2.1.0-Beta02/pc-portal-2.1.0-Beta02.pom 2009-10-16 13:05:33 UTC (rev 29847)
@@ -0,0 +1,121 @@
+<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-portal</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn - Portlet Container (portal)</name>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.gatein.common</groupId>
+ <artifactId>common-mc</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.gatein.common</groupId>
+ <artifactId>common-common</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.gatein.wci</groupId>
+ <artifactId>wci-wci</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-portlet</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-controller</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-mc</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-api</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>concurrent</groupId>
+ <artifactId>concurrent</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.microcontainer</groupId>
+ <artifactId>jboss-kernel</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-common-logging-jdk</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-common-logging-log4j</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.ccpp</groupId>
+ <artifactId>ccpp</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.portlet</groupId>
+ <artifactId>portlet-api</artifactId>
+ </dependency>
+
+ <!-- JSTL for Tomcat -->
+ <dependency>
+ <groupId>apache-taglibs</groupId>
+ <artifactId>jstl</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>apache-taglibs</groupId>
+ <artifactId>standard</artifactId>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <finalName>simple-portal</finalName>
+ <descriptors>
+ <descriptor>src/assemble/simple-portal-jboss42.xml</descriptor>
+ <descriptor>src/assemble/simple-portal-tomcat60.xml</descriptor>
+ <descriptor>src/assemble/simple-portal-jboss51.xml</descriptor>
+ </descriptors>
+ </configuration>
+ <executions>
+ <execution>
+ <id>make-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>attached</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+
+ </build>
+
+</project>
More information about the jboss-cvs-commits
mailing list