Return-Path: X-Original-To: apmail-olingo-commits-archive@minotaur.apache.org Delivered-To: apmail-olingo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0BBDFC0A4 for ; Mon, 9 Sep 2013 04:45:20 +0000 (UTC) Received: (qmail 91615 invoked by uid 500); 9 Sep 2013 04:45:19 -0000 Delivered-To: apmail-olingo-commits-archive@olingo.apache.org Received: (qmail 91550 invoked by uid 500); 9 Sep 2013 04:45:19 -0000 Mailing-List: contact commits-help@olingo.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@olingo.incubator.apache.org Delivered-To: mailing list commits@olingo.incubator.apache.org Received: (qmail 91530 invoked by uid 99); 9 Sep 2013 04:45:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Sep 2013 04:45:00 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 09 Sep 2013 04:44:57 +0000 Received: (qmail 91484 invoked by uid 99); 9 Sep 2013 04:44:35 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Sep 2013 04:44:35 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 888E29037B6; Mon, 9 Sep 2013 04:44:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chandanva@apache.org To: commits@olingo.incubator.apache.org Date: Mon, 09 Sep 2013 04:44:34 -0000 Message-Id: <0ac752f14b42478f8d8ffca9b4f99081@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: [JPA:] Changes to POM.xml of JPA Ref X-Virus-Checked: Checked by ClamAV on apache.org Updated Branches: refs/heads/master c631f168c -> 5457e7739 [JPA:] Changes to POM.xml of JPA Ref Project: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/commit/d3c1691c Tree: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/tree/d3c1691c Diff: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/diff/d3c1691c Branch: refs/heads/master Commit: d3c1691c12b092b989868a83b9ac308d939c536d Parents: b7e9f39 Author: Chandan V A Authored: Mon Sep 9 10:11:31 2013 +0530 Committer: Chandan V A Committed: Mon Sep 9 10:11:31 2013 +0530 ---------------------------------------------------------------------- jpa-ref/pom.xml | 49 ++++++++++++++++++++++++++++++++++- jpa-web/pom.xml | 73 ++++++++++++++++++++++++---------------------------- 2 files changed, 81 insertions(+), 41 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/d3c1691c/jpa-ref/pom.xml ---------------------------------------------------------------------- diff --git a/jpa-ref/pom.xml b/jpa-ref/pom.xml index 9148258..c9068f8 100644 --- a/jpa-ref/pom.xml +++ b/jpa-ref/pom.xml @@ -32,7 +32,54 @@ jpa.processor.ref jar ${project.groupId}-${project.artifactId} - + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + org.apache.felix + maven-bundle-plugin + true + + + bundle-manifest + process-classes + + manifest + + + + + + + * + + + org.apache.olingo.odata2.jpa.processor.ref.factory;version=${project.version}, + + ${project.url} + lazy + ${project.artifactId} + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/d3c1691c/jpa-web/pom.xml ---------------------------------------------------------------------- diff --git a/jpa-web/pom.xml b/jpa-web/pom.xml index 9c81ef7..8e806f7 100644 --- a/jpa-web/pom.xml +++ b/jpa-web/pom.xml @@ -1,22 +1,14 @@ - + @@ -46,20 +38,22 @@ - - - com.sap.research - nwcloud-maven-plugin - 1.0.0.RELEASE - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - + + + + com.sap.research + nwcloud-maven-plugin + 1.0.0.RELEASE + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + @@ -78,20 +72,15 @@ org.apache.olingo.odata2 - ref + core ${project.version} org.apache.olingo.odata2 - core + api ${project.version} - org.slf4j - slf4j-log4j12 - 1.7.1 - - org.apache.olingo.odata2 jpa.processor.api ${project.version} @@ -107,6 +96,11 @@ ${project.version} + org.slf4j + slf4j-log4j12 + 1.7.1 + + junit junit 3.8.1 @@ -117,7 +111,6 @@ dev - cargo:run