[jboss-maven2-commits] Repository SVN: r31468 - in maven2/org/gatein/pc/pc-parent: 2.1.0-CR01 and 1 other directory.

jboss-maven2-commits at lists.jboss.org jboss-maven2-commits at lists.jboss.org
Tue Nov 24 04:49:28 EST 2009


Author: thomas.heute at jboss.com
Date: 2009-11-24 04:49:26 -0500 (Tue, 24 Nov 2009)
New Revision: 31468

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

Added: maven2/org/gatein/pc/pc-parent/2.1.0-CR01/pc-parent-2.1.0-CR01.pom
===================================================================
--- maven2/org/gatein/pc/pc-parent/2.1.0-CR01/pc-parent-2.1.0-CR01.pom	                        (rev 0)
+++ maven2/org/gatein/pc/pc-parent/2.1.0-CR01/pc-parent-2.1.0-CR01.pom	2009-11-24 09:49:26 UTC (rev 31468)
@@ -0,0 +1,257 @@
+<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>
+  
+  <name>GateIn - Portlet Container</name>
+  
+  <groupId>org.gatein.pc</groupId>
+  <artifactId>pc-parent</artifactId>
+  <version>2.1.0-CR01</version>
+  <packaging>pom</packaging>
+  
+  <parent>
+    <groupId>org.gatein</groupId>
+    <artifactId>gatein-parent</artifactId>
+    <version>1.0.0-Beta04</version>
+  </parent>
+  
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/pc/tags/2.1.0-CR01</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/pc/tags/2.1.0-CR01</developerConnection>
+    <url>http://fisheye.jboss.org/browse/gatein/components/pc/tags/2.1.0-CR01</url>
+  </scm>
+  
+  <properties>
+    <version.gatein.common>2.0.0-CR02</version.gatein.common>
+    <version.gatein.wci>2.0.0-CR01</version.gatein.wci>
+    <version.apache.portals.bridges>1.0.4</version.apache.portals.bridges>
+    <version.apache.taglibs>1.1.2</version.apache.taglibs>
+
+    <!-- used in test module by maven-antrun-extended-plugin -->
+    <version.jboss.unit>1.2.3</version.jboss.unit>
+    <version.cargo>1.0.1-alpha-1</version.cargo>
+  </properties>
+  
+  <dependencyManagement>
+    <dependencies>
+      <!-- Import dependency management configuration -->
+      <dependency>
+        <groupId>org.gatein</groupId>
+        <artifactId>gatein-dep</artifactId>
+        <version>1.0.0-Beta03</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
+   
+      <!-- Internal dependencies -->
+      <dependency>
+        <groupId>org.gatein.common</groupId>
+        <artifactId>common-common</artifactId>
+        <version>${version.gatein.common}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.gatein.common</groupId>
+        <artifactId>common-logging</artifactId>
+        <version>${version.gatein.common}</version>
+      </dependency>
+    
+      <dependency>
+        <groupId>org.gatein.common</groupId>
+        <artifactId>common-mc</artifactId>
+        <version>${version.gatein.common}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.gatein.pc</groupId>
+        <artifactId>pc-portlet</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.gatein.pc</groupId>
+        <artifactId>pc-portlet</artifactId>
+        <type>test-jar</type>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.gatein.pc</groupId>
+        <artifactId>pc-portlet</artifactId>
+        <type>test-jar</type>
+        <classifier>tests</classifier>
+        <version>${project.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.gatein.pc</groupId>
+        <artifactId>pc-controller</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.gatein.pc</groupId>
+        <artifactId>pc-mc</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.gatein.pc</groupId>
+        <artifactId>pc-api</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      
+      <dependency>
+        <groupId>org.gatein.wci</groupId>
+        <artifactId>wci-wci</artifactId>
+        <version>${version.gatein.wci}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.gatein.wci</groupId>
+        <artifactId>wci-tomcat</artifactId>
+        <version>${version.gatein.wci}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>apache-taglibs</groupId>
+        <artifactId>jstl</artifactId>
+        <version>${version.apache.taglibs}</version>
+      </dependency>
+      <dependency>
+        <groupId>apache-taglibs</groupId>
+        <artifactId>standard</artifactId>
+        <version>${version.apache.taglibs}</version>
+      </dependency>
+ 
+    </dependencies>
+  </dependencyManagement>
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.3.1</version>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.1</version>
+        <configuration>
+          <archive>
+            <manifest>
+              <addClasspath>false</addClasspath>
+            </manifest>
+          </archive>
+        </configuration>
+      </plugin>
+    </plugins>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.jboss.unit</groupId>
+          <artifactId>jboss-unit-tooling-maven2</artifactId>
+          <version>1.2.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <executions>
+            <execution>
+              <id>make-assembly</id>
+              <phase>package</phase>
+              <goals>
+                <goal>single</goal>
+              </goals>
+            </execution>
+          </executions>
+      </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+  
+  <profiles>
+    <profile>
+      <id>default</id>
+      <modules>
+        <module>api</module>
+        <module>jsr168api</module>
+        <module>portlet</module>
+        <module>controller</module>
+        <module>bridge</module>
+        <module>federation</module>
+        <module>management</module>
+        <module>mc</module>
+        <module>test</module>
+        <module>portal</module>
+        <module>samples</module>
+        <module>docs</module>
+      </modules>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
+    </profile>
+    <profile>
+      <id>docs</id>
+      <modules>
+        <module>docs</module>
+      </modules>
+    </profile>
+    <profile>
+      <id>test</id>
+      <modules>
+        <module>api</module>
+        <module>portlet</module>
+        <module>controller</module>
+        <module>mc</module>
+        <module>test</module>
+      </modules>
+    </profile>
+    <profile>
+      <id>portal</id>
+      <modules>
+        <module>api</module>
+        <module>portlet</module>
+        <module>controller</module>
+        <module>mc</module>
+        <module>portal</module>
+        <module>samples</module>
+      </modules>
+    </profile>
+    <profile>
+      <id>release</id>
+      <modules>
+        <module>api</module>
+        <module>portlet</module>
+        <module>controller</module>
+        <module>mc</module>
+        <module>portal</module>
+        <module>samples</module>
+        <module>docs</module>
+      </modules>
+    </profile>
+  </profiles>
+  
+  <repositories>
+    <repository>
+      <id>repository.jboss.org</id>
+      <name>JBoss Repository</name>
+      <layout>default</layout>
+      <url>http://repository.jboss.org/maven2/</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>snapshots.jboss.org</id>
+      <name>JBoss Snapshots Repository</name>
+      <layout>default</layout>
+      <url>http://snapshots.jboss.org/maven2/</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+  
+</project>



More information about the jboss-maven2-commits mailing list