Return-Path: X-Original-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 498011000E for ; Thu, 20 Mar 2014 09:25:55 +0000 (UTC) Received: (qmail 94175 invoked by uid 500); 20 Mar 2014 09:25:54 -0000 Delivered-To: apmail-jackrabbit-oak-dev-archive@jackrabbit.apache.org Received: (qmail 94133 invoked by uid 500); 20 Mar 2014 09:25:53 -0000 Mailing-List: contact oak-dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-dev@jackrabbit.apache.org Delivered-To: mailing list oak-dev@jackrabbit.apache.org Received: (qmail 93971 invoked by uid 99); 20 Mar 2014 09:25:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2014 09:25:51 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chetan.mehrotra@gmail.com designates 209.85.219.50 as permitted sender) Received: from [209.85.219.50] (HELO mail-oa0-f50.google.com) (209.85.219.50) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2014 09:25:46 +0000 Received: by mail-oa0-f50.google.com with SMTP id i7so597891oag.9 for ; Thu, 20 Mar 2014 02:25:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=VXY7AqD2Cdb9qGtYDSmbU0LZWVRGCfgPY4uuuLfPqCQ=; b=Uv+XVcPY6dDPnK5xedX95RVvRcz0k44g/2x7YRIgAE4/xslYSl9qFFUNszygjdM3RO 2484cqFGx0NrCYyps5YMUT/WwMgSNGqSo2ME3a77gQILukU4qGtjLmhqnpJYC9TAFlS8 0cqD7zTbGqo0sLUQkmPopfXAH9pQoGkuQJ4YlfcdsNSarf/9X9P2DOnTm0LAfyUA2xt8 4ta/sj+oE8rEP3hmBt9njLkbKReYo95//LhyNB1LDRsVb3a1exnqhybKKXlW7y/OJgcL bxBFwpn0TXps2EcXalDRJrUFbkLcZhYlNYGvJRAFvF5cHoi+KuxJEyVO7QLjT4cFb3i8 UQtw== MIME-Version: 1.0 X-Received: by 10.60.83.234 with SMTP id t10mr36435523oey.4.1395307525543; Thu, 20 Mar 2014 02:25:25 -0700 (PDT) Received: by 10.60.93.163 with HTTP; Thu, 20 Mar 2014 02:25:25 -0700 (PDT) In-Reply-To: References: Date: Thu, 20 Mar 2014 14:55:25 +0530 Message-ID: Subject: Re: friendly reminder about license headers From: Chetan Mehrotra To: oak-dev@jackrabbit.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Roger that! For Java file IDE takes care of them. Probably we can just exclude test/resources from rat plugin? Most of the missing headers are reported in that probably Chetan Mehrotra On Thu, Mar 20, 2014 at 2:50 PM, Alex Parvulescu wrote: > Yes boys and girls, files need licence headers! > > Please check new files before committing them, last 2 days I found 3 > occurrences, probably more than the entire last month put together. > > When in doubt, run your builds with the pedantic profile activated. > (mvn clean install -PintegrationTesting,pedantic) > > > your friendly release manager