You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2014/09/08 23:39:56 UTC

git commit: Add osgi bundle configuration for GORA-346 modules

Repository: gora
Updated Branches:
  refs/heads/master 5d86c24d1 -> 88b64d0be


Add osgi bundle configuration for GORA-346 modules


Project: http://git-wip-us.apache.org/repos/asf/gora/repo
Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/88b64d0b
Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/88b64d0b
Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/88b64d0b

Branch: refs/heads/master
Commit: 88b64d0be9621f65683556df8abe4ff0c84580db
Parents: 5d86c24
Author: Lewis John McGibbney <le...@jpl.nasa.gov>
Authored: Mon Sep 8 14:40:13 2014 -0700
Committer: Lewis John McGibbney <le...@jpl.nasa.gov>
Committed: Mon Sep 8 14:40:13 2014 -0700

----------------------------------------------------------------------
 gora-shims-distribution/pom.xml | 28 +++++++++++++------
 gora-shims-hadoop/pom.xml       | 23 ++++++++++++++++
 gora-shims-hadoop1/pom.xml      | 23 ++++++++++++++++
 gora-shims-hadoop2/pom.xml      | 53 +++++++++++++++++++++++++-----------
 pom.xml                         |  2 +-
 5 files changed, 104 insertions(+), 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/gora/blob/88b64d0b/gora-shims-distribution/pom.xml
----------------------------------------------------------------------
diff --git a/gora-shims-distribution/pom.xml b/gora-shims-distribution/pom.xml
index 677bcbc..e044c0a 100644
--- a/gora-shims-distribution/pom.xml
+++ b/gora-shims-distribution/pom.xml
@@ -20,26 +20,38 @@
 <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>
-  <packaging>bundle</packaging>
   <parent>
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
     <version>0.5-SNAPSHOT</version>
+    <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-shims-distribution</artifactId>
+  <packaging>bundle</packaging>
 
   <name>Apache Gora :: Shims Distribution</name>
-  <licenses>
-    <license>
-      <name>The Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-    </license>
-  </licenses>
-
+  <description>The Apache Gora open source framework provides an in-memory data model and 
+    persistence for big data. Gora supports persisting to column stores, key value stores, 
+    document stores and RDBMSs, and analyzing the data with extensive Apache Hadoop MapReduce 
+    support.</description>
+  <inceptionYear>2010</inceptionYear>
   <organization>
     <name>The Apache Software Foundation</name>
     <url>http://www.apache.org/</url>
   </organization>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/GORA</url>
+  </issueManagement>
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Gora-trunk/</url>
+  </ciManagement>
+
+  <properties>
+    <osgi.import>*</osgi.import>
+    <osgi.export>org.apache.gora.shims.distribution*;version="${project.version}";-noimport:=true</osgi.export>
+  </properties>
 
   <build>
     <plugins>

http://git-wip-us.apache.org/repos/asf/gora/blob/88b64d0b/gora-shims-hadoop/pom.xml
----------------------------------------------------------------------
diff --git a/gora-shims-hadoop/pom.xml b/gora-shims-hadoop/pom.xml
index c930df5..6304f27 100644
--- a/gora-shims-hadoop/pom.xml
+++ b/gora-shims-hadoop/pom.xml
@@ -25,11 +25,34 @@
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
     <version>0.5-SNAPSHOT</version>
+    <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-shims-hadoop</artifactId>
   <packaging>bundle</packaging>
 
   <name>Apache Gora :: Shims Hadoop</name>
+  <description>The Apache Gora open source framework provides an in-memory data model and 
+    persistence for big data. Gora supports persisting to column stores, key value stores, 
+    document stores and RDBMSs, and analyzing the data with extensive Apache Hadoop MapReduce 
+    support.</description>
+  <inceptionYear>2010</inceptionYear>
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/GORA</url>
+  </issueManagement>
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Gora-trunk/</url>
+  </ciManagement>
+
+  <properties>
+    <osgi.import>*</osgi.import>
+    <osgi.export>org.apache.gora.shims.hadoop*;version="${project.version}";-noimport:=true</osgi.export>
+  </properties>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/gora/blob/88b64d0b/gora-shims-hadoop1/pom.xml
----------------------------------------------------------------------
diff --git a/gora-shims-hadoop1/pom.xml b/gora-shims-hadoop1/pom.xml
index eab8a38..adca2e6 100644
--- a/gora-shims-hadoop1/pom.xml
+++ b/gora-shims-hadoop1/pom.xml
@@ -25,12 +25,35 @@
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
     <version>0.5-SNAPSHOT</version>
+    <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-shims-hadoop1</artifactId>
   <packaging>bundle</packaging>
 
   <name>Apache Gora :: Shims Hadoop 1.x</name>
+  <description>The Apache Gora open source framework provides an in-memory data model and 
+    persistence for big data. Gora supports persisting to column stores, key value stores, 
+    document stores and RDBMSs, and analyzing the data with extensive Apache Hadoop MapReduce 
+    support.</description>
+  <inceptionYear>2010</inceptionYear>
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/GORA</url>
+  </issueManagement>
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Gora-trunk/</url>
+  </ciManagement>
 
+  <properties>
+    <osgi.import>*</osgi.import>
+    <osgi.export>org.apache.gora.shims.hadoop1*;version="${project.version}";-noimport:=true</osgi.export>
+  </properties>
+  
   <dependencies>
     <dependency>
       <groupId>junit</groupId>

http://git-wip-us.apache.org/repos/asf/gora/blob/88b64d0b/gora-shims-hadoop2/pom.xml
----------------------------------------------------------------------
diff --git a/gora-shims-hadoop2/pom.xml b/gora-shims-hadoop2/pom.xml
index e7e67a1..ff4ce99 100644
--- a/gora-shims-hadoop2/pom.xml
+++ b/gora-shims-hadoop2/pom.xml
@@ -1,22 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
+  <!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
 
-    http://www.apache.org/licenses/LICENSE-2.0
+        http://www.apache.org/licenses/LICENSE-2.0
 
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+  -->
 <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>
@@ -25,11 +23,34 @@
     <groupId>org.apache.gora</groupId>
     <artifactId>gora</artifactId>
     <version>0.5-SNAPSHOT</version>
+    <relativePath>../</relativePath>
   </parent>
   <artifactId>gora-shims-hadoop2</artifactId>
   <packaging>bundle</packaging>
 
   <name>Apache Gora :: Shims Hadoop 2.x</name>
+  <description>The Apache Gora open source framework provides an in-memory data model and 
+    persistence for big data. Gora supports persisting to column stores, key value stores, 
+    document stores and RDBMSs, and analyzing the data with extensive Apache Hadoop MapReduce 
+    support.</description>
+  <inceptionYear>2010</inceptionYear>
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/GORA</url>
+  </issueManagement>
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Gora-trunk/</url>
+  </ciManagement>
+
+  <properties>
+    <osgi.import>*</osgi.import>
+    <osgi.export>org.apache.gora.shims.hadoop2*;version="${project.version}";-noimport:=true</osgi.export>
+  </properties>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/gora/blob/88b64d0b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4f45778..1fb69d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -646,7 +646,7 @@
     <build-helper-maven-plugin.version>1.7</build-helper-maven-plugin.version>
     <maven-surfire-plugin.version>2.12</maven-surfire-plugin.version>
     <maven-release-plugin.version>2.2.2</maven-release-plugin.version>
-    <maven-bundle-plugin.version>2.3.7</maven-bundle-plugin.version>
+    <maven-bundle-plugin.version>2.5.3</maven-bundle-plugin.version>
     <maven-source-plugin.version>2.1.2</maven-source-plugin.version>
     <maven-javadoc-plugin.version>2.8.1</maven-javadoc-plugin.version>
     <maven-gpg-plugin.version>1.4</maven-gpg-plugin.version>