Author: hfnukal
Date: 2011-11-11 10:05:45 -0500 (Fri, 11 Nov 2011)
New Revision: 8046
Added:
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-examples/
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-examples/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/jboss-eppsp/
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/jboss-eppsp/pom.xml
Modified:
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/pom.xml
epp/portal/branches/EPP_5_2_Branch/distribution/pom.xml
Log:
JBEPP-1355 Doc and src packaging, git support
Added: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-examples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-examples/pom.xml
(rev 0)
+++
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-examples/pom.xml 2011-11-11
15:05:45 UTC (rev 8046)
@@ -0,0 +1,33 @@
+<?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/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal.mead</groupId>
+ <artifactId>mead.parent</artifactId>
+ <version>5.2.0.ER07-SNAPSHOT</version>
+ <relativePath>../mead.parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>mead-gatein-examples</artifactId>
+ <packaging>pom</packaging>
+ <name>examples</name>
+
+ <properties>
+ <!-- Place sources to doc directory -->
+ <source.target.dir>${doc.target.dir}</source.target.dir>
+ <source.path>${project.name}</source.path>
+
+ <scm.type>svn</scm.type>
+ <scm.base>${svn.base}</scm.base>
+ <scm.repo>${svn.gatein.repo}</scm.repo>
+ <scm.path>epp/examples/tags/${gatein.tag}</scm.path>
+
+ <mead.build.profiles></mead.build.profiles>
+ <mead.build.properties></mead.build.properties>
+ <mead.patch.path></mead.patch.path>
+
+ </properties>
+</project>
Added: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/jboss-eppsp/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/jboss-eppsp/pom.xml
(rev 0)
+++
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/jboss-eppsp/pom.xml 2011-11-11
15:05:45 UTC (rev 8046)
@@ -0,0 +1,34 @@
+<?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/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.exoplatform.portal.mead</groupId>
+ <artifactId>mead.parent</artifactId>
+ <version>5.2.0.ER07-SNAPSHOT</version>
+ <relativePath>../mead.parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>mead-jboss-eppsp</artifactId>
+ <packaging>pom</packaging>
+ <name>jboss-eppsp</name>
+
+ <properties>
+ <source.path>${project.name}</source.path>
+ <doc.path>${project.name}</doc.path>
+
+ <scm.type>git</scm.type>
+ <scm.base>${git.base}</scm.base>
+ <scm.repo>${git.repo}</scm.repo>
+ <scm.path>epp/jboss-eppsp.git</scm.path>
+ <scm.version>5.2.0.ER06-exo-2.3.2</scm.version>
+ <!--<scm.version>${org.jboss.eppsp.version}</scm.version>-->
+
+ <mead.build.profiles></mead.build.profiles>
+ <mead.build.properties></mead.build.properties>
+ <mead.patch.path></mead.patch.path>
+
+ </properties>
+</project>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/pom.xml 2011-11-11 10:56:18
UTC (rev 8045)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/pom.xml 2011-11-11 15:05:45
UTC (rev 8046)
@@ -55,7 +55,8 @@
</build>
<properties>
-
<gatein-portal.svnpath>epp/portal/tags/EPP_5_2_0_ER06</gatein-portal.svnpath>
+ <gatein.tag>EPP_5_2_0_ER06</gatein.tag>
+
<!--<gatein-portal.svnpath>epp/portal/tags/${gatein.tag}</gatein-portal.svnpath>-->
<!-- Ant properties -->
<ant.build.file>build.xml</ant.build.file>
@@ -376,5 +377,21 @@
</modules>
</profile>
+ <!--gatein-examples-->
+ <profile>
+ <id>gatein-examples</id>
+ <modules>
+ <module>gatein-examples</module>
+ </modules>
+ </profile>
+
+ <!--jboss-eppsp-->
+ <profile>
+ <id>jboss-eppsp</id>
+ <modules>
+ <module>jboss-eppsp</module>
+ </modules>
+ </profile>
+
</profiles>
</project>
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/pom.xml 2011-11-11 10:56:18 UTC (rev
8045)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/pom.xml 2011-11-11 15:05:45 UTC (rev
8046)
@@ -21,6 +21,7 @@
<sso.version>1.1.0-GA</sso.version>
<portletbridge.version>2.2.0.GA.EPP520</portletbridge.version>
+
<org.jboss.eppsp.version>${project.version}</org.jboss.eppsp.version>
<!-- portlet bridge directory - not used, distribution module name is used as
directory name -->
<portletbridge.directory>portletbridge</portletbridge.directory>