Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1B3F510E4D for ; Fri, 24 Jan 2014 08:36:59 +0000 (UTC) Received: (qmail 302 invoked by uid 500); 24 Jan 2014 08:36:58 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 99774 invoked by uid 500); 24 Jan 2014 08:36:57 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 99755 invoked by uid 99); 24 Jan 2014 08:36:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jan 2014 08:36:55 +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 trippie@gmail.com designates 74.125.82.171 as permitted sender) Received: from [74.125.82.171] (HELO mail-we0-f171.google.com) (74.125.82.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jan 2014 08:36:51 +0000 Received: by mail-we0-f171.google.com with SMTP id w61so2273435wes.2 for ; Fri, 24 Jan 2014 00:36:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=17mBIvcaelv+Uu/EJoHKXjV6HzBRIQoC9mdwhnyCqB4=; b=XneeoHDQzETNoITRsHQKeImaqQpxqLRl09xtcvMx/Zuy2rwb65AnZ0DP/uuwDTigAr kNPLjZ4yG4vhoS9jOYvORRrMtkNdu4YTrYoQkb0PxkGi1P7HU9c0BMEAtehaLGH457YZ 7bson9bixbo+KElzDYtLocKRmMLOlCM1S6Rvd8XWF/FmWMFc0EcxhaVrd5u4Aw5CaNhM MHQzdDMn+snKd3/FQQKP5o3cJnx3LrK9n7qyRdUMAaEYTV6mk59orEA4GpocaU39PJwO PlCe1AGqYCL3VTra3bfJVG5V9RGThTAcqxj1J6a4dZ/ataRbvZVoV4DfHt99jDzkLHhX QlQw== X-Received: by 10.194.92.164 with SMTP id cn4mr107436wjb.74.1390552590195; Fri, 24 Jan 2014 00:36:30 -0800 (PST) Received: from [192.168.49.230] ([86.188.131.84]) by mx.google.com with ESMTPSA id po3sm497964wjc.3.2014.01.24.00.36.25 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 24 Jan 2014 00:36:26 -0800 (PST) Sender: Trippie Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: Master build failing with LICENSE error From: Hugo Trippaers In-Reply-To: Date: Fri, 24 Jan 2014 08:36:23 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <98D7F180-6DE1-47D2-B701-429BC2358089@GMAIL.com> References: <08BCE475-C038-45E5-9FCC-CBFDD2A736E0@citrix.com> To: dev X-Mailer: Apple Mail (2.1827) X-Virus-Checked: Checked by ClamAV on apache.org Hey guys, I=92ve absolutely no clue what might be causing this. For me and Jenkins = the build works without any problems. To make sure i=92ve cleaned my entire tree and maven repository, but = still the master build works. Which command,settings or profiles are you = guys using to build master? The mycila plugin uses the LICENSE.header = file in the root project. I=92ve tested with: mvn -Dnoredist -Psystemvm,awsapi clean install mvn clean install mvn -pl :cloud-plugin-network-nvp=20 Cheers, Hugo On 24 jan. 2014, at 02:49, David Nalley wrote: > On Thu, Jan 23, 2014 at 8:39 PM, Animesh Chaturvedi > wrote: >> If you know the offending commit revert it for now. It's broken for a = day. >>=20 >=20 >=20 > Agreed - revert and lets move on. >=20 > --David