Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 16EDE200D43 for ; Tue, 21 Nov 2017 11:06:17 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 15BC0160C10; Tue, 21 Nov 2017 10:06:17 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 625FF160C11 for ; Tue, 21 Nov 2017 11:06:16 +0100 (CET) Received: (qmail 54583 invoked by uid 500); 21 Nov 2017 10:06:15 -0000 Mailing-List: contact commits-help@jena.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jena.apache.org Delivered-To: mailing list commits@jena.apache.org Received: (qmail 54478 invoked by uid 99); 21 Nov 2017 10:06:15 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2017 10:06:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EDC81F5E19; Tue, 21 Nov 2017 10:06:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: andy@apache.org To: commits@jena.apache.org Date: Tue, 21 Nov 2017 10:06:18 -0000 Message-Id: <3622214be4364907b3a6f7d4f19882de@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [5/6] jena git commit: Put back m2e configuration to avoid errors and warnings archived-at: Tue, 21 Nov 2017 10:06:17 -0000 Put back m2e configuration to avoid errors and warnings Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/4b0fbeeb Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/4b0fbeeb Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/4b0fbeeb Branch: refs/heads/master Commit: 4b0fbeeb83f58d785af48cde083789cb51542121 Parents: 00f2bc2 Author: Andy Seaborne Authored: Sat Nov 18 12:09:41 2017 +0000 Committer: Andy Seaborne Committed: Sat Nov 18 12:09:41 2017 +0000 ---------------------------------------------------------------------- jena-base/pom.xml | 3 -- pom.xml | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/4b0fbeeb/jena-base/pom.xml ---------------------------------------------------------------------- diff --git a/jena-base/pom.xml b/jena-base/pom.xml index 9678ac9..8db450d 100644 --- a/jena-base/pom.xml +++ b/jena-base/pom.xml @@ -153,9 +153,6 @@ UTF-8 - - - http://git-wip-us.apache.org/repos/asf/jena/blob/4b0fbeeb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a9709c8..d019e59 100644 --- a/pom.xml +++ b/pom.xml @@ -866,6 +866,89 @@ 3.0.0 + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + [1.0.0,) + + enforce + + + + + + + + + + org.apache.maven.plugins + maven-remote-resources-plugin + [1.0.0,) + + process + + + + + + + + + + + org.apache.rat + apache-rat-plugin + [0.11,) + + check + + + + + + + + + + org.xenei + contract-test-maven-plugin + [0.1.5,) + + contract-test + + + + + + + + + + +