Author: hfnukal
Date: 2012-03-15 09:17:14 -0400 (Thu, 15 Mar 2012)
New Revision: 8608
Added:
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-jon-plugin/
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-jon-plugin/pom.xml
Log:
JON plugin build script
Added:
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-jon-plugin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-jon-plugin/pom.xml
(rev 0)
+++
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-jon-plugin/pom.xml 2012-03-15
13:17:14 UTC (rev 8608)
@@ -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.1.ER02-SNAPSHOT</version>
+ <relativePath>../mead.parent/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>mead-gatein-jon-plugin</artifactId>
+ <packaging>pom</packaging>
+ <name>jon-plugin</name>
+
+ <properties>
+ <doc.path>${project.name}-apidoc</doc.path>
+ <source.path>${project.name}</source.path>
+
+ <scm.type>git</scm.type>
+ <scm.base>${git.base}</scm.base>
+ <scm.repo>${git.repo}</scm.repo>
+ <scm.path>gatein-jon-plugin.git</scm.path>
+ <scm.version>1.0.1-GA</scm.version>
+
+ <mead.build.profiles></mead.build.profiles>
+ <mead.build.properties></mead.build.properties>
+ <mead.patch.path></mead.patch.path>
+
+ </properties>
+</project>