Return-Path: Delivered-To: apmail-wicket-dev-archive@www.apache.org Received: (qmail 76398 invoked from network); 16 Nov 2010 16:37:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Nov 2010 16:37:36 -0000 Received: (qmail 51625 invoked by uid 500); 16 Nov 2010 16:38:08 -0000 Delivered-To: apmail-wicket-dev-archive@wicket.apache.org Received: (qmail 51468 invoked by uid 500); 16 Nov 2010 16:38:07 -0000 Mailing-List: contact dev-help@wicket.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@wicket.apache.org Delivered-To: mailing list dev@wicket.apache.org Received: (qmail 51453 invoked by uid 99); 16 Nov 2010 16:38:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Nov 2010 16:38:06 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of juergen.donnerstag@gmail.com designates 74.125.83.173 as permitted sender) Received: from [74.125.83.173] (HELO mail-pv0-f173.google.com) (74.125.83.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Nov 2010 16:38:00 +0000 Received: by pvh11 with SMTP id 11so185023pvh.32 for ; Tue, 16 Nov 2010 08:37:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=nPMAWgqH1cybafMju+MBW5sVtvY+p2yujuohwt6iosA=; b=xLHNPWUoKzxX9OpjGAaxdg7NlOURjzXCv343x2c8vcb8V5OLGODgh2CFAQi2JQ2UBd aLiBZl+n8E57uSGdYTCrAX9YqsRnKjyknXeMCBCmmtVWLlgLTlA9on+O4SkSAUketWcC LSOIlQfwL9ROl3rq0HWc02uKoPH7FMLmkNEg8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=OcJbgKR6LZY8JN1Abt8ron7SGzLEBxPaFelSgTxphb39b9qLB76jY5Zvl+2kCtYFLe hh6tKzv1kE0ZCj/jDQvpsyELtl/dbMfuqYZ3TseVguSnC0PHMO5Xefoj0nszsCNtFbOC yx32Q6gP068EDywRZ/7REjKqF12Kzr2eKX97Q= MIME-Version: 1.0 Received: by 10.231.35.196 with SMTP id q4mr5657425ibd.170.1289925457185; Tue, 16 Nov 2010 08:37:37 -0800 (PST) Received: by 10.231.173.81 with HTTP; Tue, 16 Nov 2010 08:37:37 -0800 (PST) In-Reply-To: References: Date: Tue, 16 Nov 2010 17:37:37 +0100 Message-ID: Subject: Re: Maven license header plugin From: Juergen Donnerstag To: dev@wicket.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Does it work for HTML files as well? Might be even more files are included in the test. -Juergen On Tue, Nov 16, 2010 at 3:44 PM, James Carman wrote: > +1 to the maven plugin. =A0And, yes IDEA does it too. > > On Tue, Nov 16, 2010 at 8:15 AM, Martin Grigorov w= rote: >> On Tue, Nov 16, 2010 at 2:04 PM, James Carman wrote: >> >>> On Tue, Nov 16, 2010 at 3:08 AM, Martin Grigorov >>> wrote: >>> > >>> > Eclipse adds the licence for me when I create new files. >>> > >>> >>> We don't all use Eclipse. >>> >> :-) >> >> I'm sure Intellij IDEA/Netbeans/... can do that too. Come on, even my vi= m >> can do it :-) >> >> As I said - I'm +1 for using the Maven plugin if it does the same as the >> unit test does. >> I'd suggest to keep the unit test as disabled for a week or two until th= e >> Maven plugin proves itself. >> >