[jboss-maven2-commits] Repository SVN: r31788 - in maven2/org/exoplatform/portal/exo.portal.parent: 3.0.0-Beta03 and 1 other directory.

jboss-maven2-commits at lists.jboss.org jboss-maven2-commits at lists.jboss.org
Fri Nov 27 15:51:08 EST 2009


Author: thomas.heute at jboss.com
Date: 2009-11-27 15:51:07 -0500 (Fri, 27 Nov 2009)
New Revision: 31788

Added:
   maven2/org/exoplatform/portal/exo.portal.parent/3.0.0-Beta03/
   maven2/org/exoplatform/portal/exo.portal.parent/3.0.0-Beta03/exo.portal.parent-3.0.0-Beta03.pom
Log:
Wagon: Adding pom.xml to repository

Added: maven2/org/exoplatform/portal/exo.portal.parent/3.0.0-Beta03/exo.portal.parent-3.0.0-Beta03.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.parent/3.0.0-Beta03/exo.portal.parent-3.0.0-Beta03.pom	                        (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.parent/3.0.0-Beta03/exo.portal.parent-3.0.0-Beta03.pom	2009-11-27 20:51:07 UTC (rev 31788)
@@ -0,0 +1,277 @@
+<!--
+
+    Copyright (C) 2009 eXo Platform SAS.
+
+    This is free software; you can redistribute it and/or modify it
+    under the terms of the GNU Lesser General Public License as
+    published by the Free Software Foundation; either version 2.1 of
+    the License, or (at your option) any later version.
+
+    This software is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this software; if not, write to the Free
+    Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+    02110-1301 USA, or see the FSF site: http://www.fsf.org.
+
+-->
+
+<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.gatein</groupId>
+      <artifactId>gatein-parent</artifactId>
+      <version>1.0.0-Beta04</version>
+   </parent>
+
+   <groupId>org.exoplatform.portal</groupId>
+   <artifactId>exo.portal.parent</artifactId>
+   <version>3.0.0-Beta03</version>
+   <packaging>pom</packaging>
+
+   <name>GateIn - Portal</name>
+
+   <properties>
+      <org.exoplatform.kernel.version>2.2.0-Beta04</org.exoplatform.kernel.version>
+      <org.exoplatform.core.version>2.3.0-Beta04</org.exoplatform.core.version>
+      <org.exoplatform.ws.version>2.1.0-Beta04</org.exoplatform.ws.version>
+      <org.exoplatform.jcr.version>1.12.0-Beta04</org.exoplatform.jcr.version>
+      <org.jibx.version>1.2.1</org.jibx.version>
+      <org.shindig.version>SNAPSHOT-r790473</org.shindig.version>
+      <org.gatein.common.version>2.0.0-CR02</org.gatein.common.version>
+      <org.gatein.wci.version>2.0.0-CR01</org.gatein.wci.version>
+      <org.gatein.pc.version>2.1.0-CR01</org.gatein.pc.version>
+      <org.picketlink.idm>1.0.0.CR1</org.picketlink.idm>
+      <org.gatein.wsrp.version>1.0.0-Beta01</org.gatein.wsrp.version>
+      <org.gatein.mop.version>1.0.0-Beta10</org.gatein.mop.version>
+      <org.slf4j.version>1.5.6</org.slf4j.version>
+      <rhino.version>1.6R5</rhino.version>
+      <org.codehaus.groovy.version>1.6.5</org.codehaus.groovy.version>
+      <javax.servlet.version>2.5</javax.servlet.version>
+      <version.chromattic>1.0.0-beta8</version.chromattic>
+      <version.reflect>1.0.0-beta4</version.reflect>
+
+      <!-- ************** -->
+      <!-- Build settings -->
+      <!-- ************** -->
+   
+      <!-- maven-enforcer-plugin -->
+      <jdk.min.version>1.6</jdk.min.version>
+
+      <!-- maven-release-plugin -->
+      <arguments>-Prelease,pkg-tomcat,pkg-jbossas -Dmaven.test.skip=true</arguments>       
+        
+  </properties>
+  
+   <scm>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/portal/tags/3.0.0-Beta03</connection>
+      <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/portal/tags/3.0.0-Beta03</developerConnection>
+      <url>http://fisheye.jboss.org/browse/gatein/portal/tags/3.0.0-Beta03</url>
+   </scm>
+
+   <modules>
+      <module>component</module>
+      <module>gadgets</module>
+      <module>webui</module>
+      <module>portlet</module>
+      <module>web</module>
+      <module>server</module>
+      <module>examples</module>
+      <module>starter</module>
+      <module>packaging</module>
+   </modules>
+
+   <dependencies>
+      <dependency>
+         <groupId>org.slf4j</groupId>
+         <artifactId>slf4j-simple</artifactId>
+         <version>${org.slf4j.version}</version>
+         <scope>test</scope>
+      </dependency>
+   </dependencies>
+   
+   <build>
+      <resources>
+         <resource>
+            <directory>src/main/java</directory>
+            <includes>
+               <include>**/*.properties</include>
+               <include>**/*.xml</include>
+            </includes>
+         </resource>
+      </resources>
+      <testResources>
+         <testResource>
+            <directory>src/test/java</directory>
+            <includes>
+               <include>**/*.properties</include>
+               <include>**/*.xml</include>
+               <include>**/*.jstmpl</include>
+            </includes>
+         </testResource>
+         <testResource>
+            <directory>src/test/resources</directory>
+         </testResource>
+      </testResources>
+      <pluginManagement>
+         <plugins>
+            <plugin>
+                 <groupId>org.codehaus.mojo</groupId>
+                 <artifactId>exec-maven-plugin</artifactId>
+                 <version>1.1.1</version>
+            </plugin>
+            <plugin>
+                 <groupId>org.codehaus.mojo</groupId>
+                <artifactId>build-helper-maven-plugin</artifactId>
+                <version>1.4</version>
+             </plugin>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-surefire-plugin</artifactId>
+               <configuration>
+                  <systemProperties>
+                     <property>
+                        <name>mock.portal.dir</name>
+                        <value>${gatein.checkout.dir}/web/portal/src/main/webapp</value>
+                     </property>
+                     <property>
+                        <name>org.apache.commons.logging.Log</name>
+                        <value>org.apache.commons.logging.impl.SimpleLog</value>
+                     </property>
+                     <property>
+                        <name>org.apache.commons.logging.simplelog.defaultlog</name>
+                        <value>info</value>
+                     </property>
+                     <property>
+                        <name>org.apache.commons.logging.simplelog.log.[eXo]</name>
+                        <value>debug</value>
+                     </property>
+                     <property>
+                        <name>org.apache.commons.logging.simplelog.log.net.hibernate</name>
+                        <value>warn</value>
+                     </property>
+                     <property>
+                        <name>java.naming.factory.initial</name>
+                        <value>org.exoplatform.services.naming.SimpleContextFactory</value>
+                     </property>
+                  </systemProperties>
+               </configuration>
+            </plugin>
+         </plugins>
+      </pluginManagement>
+      <plugins>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-enforcer-plugin</artifactId>
+            <executions>
+               <execution>
+                  <id>check-environment-ready</id>
+                  <goals>
+                     <goal>enforce</goal>
+                  </goals>
+                  <configuration>
+                     <rules>
+                        <requireProperty>
+                           <property>gatein.checkout.dir</property>
+                           <message>"You must define the property gatein.checkout.dir to give the path of the root of your working area"</message>
+                        </requireProperty>
+                        <requireFilesExist>
+                           <files>
+                              <file>${gatein.checkout.dir}/web/portal/src/main/webapp</file>
+                           </files>
+                           <message>"The following directory doesn't exist : ${gatein.checkout.dir}/web/portal/src/main/webapp"</message>
+                        </requireFilesExist>
+                     </rules>
+                     <fail>true</fail>
+                  </configuration>
+               </execution>
+            </executions>
+         </plugin>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <executions>
+               <execution>
+                  <id>compile</id>
+                  <phase>compile</phase>
+                  <configuration>
+                     <tasks>
+                        <copy failonerror="false" todir="${project.build.directory}/${project.build.finalName}/WEB-INF/classes">
+                           <fileset dir="${basedir}/src/main/webapp/WEB-INF/classes">
+                              <include name="**/*_en.properties" />
+                           </fileset>
+                           <globmapper from="*_en.properties" to="*.properties" />
+                        </copy>
+                     </tasks>
+                  </configuration>
+                  <goals>
+                     <goal>run</goal>
+                  </goals>
+               </execution>
+            </executions>
+         </plugin>
+      </plugins>
+   </build>
+
+   <!-- To be removed and replaced by settings in user config -->
+   <repositories>
+      <repository>
+         <id>repository.jboss.org</id>
+         <url>http://repository.jboss.org/maven2</url>
+         <releases>
+            <enabled>true</enabled>
+         </releases>
+         <snapshots>
+            <enabled>false</enabled>
+         </snapshots>
+      </repository>
+      <repository>
+         <id>exo-int</id>
+         <url>http://maven2.exoplatform.org/rest/maven2</url>
+         <releases>
+            <enabled>true</enabled>
+         </releases>
+         <snapshots>
+            <enabled>false</enabled>
+         </snapshots>
+      </repository>
+      <repository>
+         <id>caja</id>
+         <url>http://google-caja.googlecode.com/svn/maven</url>
+         <releases>
+            <enabled>true</enabled>
+         </releases>
+         <snapshots>
+            <enabled>false</enabled>
+         </snapshots>
+      </repository>
+      <repository>
+         <id>oauth</id>
+         <url>http://oauth.googlecode.com/svn/code/maven</url>
+         <releases>
+            <enabled>true</enabled>
+         </releases>
+         <snapshots>
+            <enabled>false</enabled>
+         </snapshots>
+      </repository>
+   </repositories>
+   <pluginRepositories>
+      <pluginRepository>
+         <id>exo-int</id>
+         <url>http://maven2.exoplatform.org/rest/maven2</url>
+         <releases>
+            <enabled>true</enabled>
+         </releases>
+         <snapshots>
+            <enabled>false</enabled>
+         </snapshots>
+      </pluginRepository>
+   </pluginRepositories>
+
+</project>



More information about the jboss-maven2-commits mailing list