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 04819200AF5 for ; Thu, 2 Jun 2016 18:45:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 032FA160A56; Thu, 2 Jun 2016 16:45: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 52E3D160A3E for ; Thu, 2 Jun 2016 18:45:16 +0200 (CEST) Received: (qmail 45191 invoked by uid 500); 2 Jun 2016 16:45:15 -0000 Mailing-List: contact commits-help@commonsrdf.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commonsrdf.incubator.apache.org Delivered-To: mailing list commits@commonsrdf.incubator.apache.org Received: (qmail 45182 invoked by uid 99); 2 Jun 2016 16:45:15 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jun 2016 16:45:15 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 1D0AEC67FD for ; Thu, 2 Jun 2016 16:45:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 6JNpip8Ytb_Z for ; Thu, 2 Jun 2016 16:45:14 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 419965F624 for ; Thu, 2 Jun 2016 16:45:14 +0000 (UTC) Received: (qmail 45064 invoked by uid 99); 2 Jun 2016 16:45:13 -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; Thu, 02 Jun 2016 16:45:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6423EE38B5; Thu, 2 Jun 2016 16:45:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: stain@apache.org To: commits@commonsrdf.incubator.apache.org Date: Thu, 02 Jun 2016 16:45:19 -0000 Message-Id: <8910ad191b214f41a6aa0ffb36dac719@git.apache.org> In-Reply-To: <68e6f47e83db4cdf924ab6ceab85d64f@git.apache.org> References: <68e6f47e83db4cdf924ab6ceab85d64f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [07/50] incubator-commonsrdf git commit: apache-rat to ignore META-INF/services archived-at: Thu, 02 Jun 2016 16:45:17 -0000 apache-rat to ignore META-INF/services ..and nested NOTICE/LICENSE files Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/e3ca3017 Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/e3ca3017 Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/e3ca3017 Branch: refs/heads/rdf4j Commit: e3ca3017a9489b91ed9edcf27bc6b107da410742 Parents: 9f94e2f Author: Stian Soiland-Reyes Authored: Mon Apr 18 14:52:18 2016 +0100 Committer: Stian Soiland-Reyes Committed: Mon Apr 18 14:54:14 2016 +0100 ---------------------------------------------------------------------- pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/e3ca3017/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d3da45e..323d3d7 100644 --- a/pom.xml +++ b/pom.xml @@ -231,7 +231,7 @@ - apache-commons-rdf + org.apache.maven.plugins @@ -429,6 +429,9 @@ examples/.settings/** examples/.project examples/.classpath + **/META-INF/services/* + **/src/main/resources/NOTICE + **/src/main/resources/LICENSE