From owner-svn-ports-all@FreeBSD.ORG Sat Jul 5 20:47:25 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A919FBA2; Sat, 5 Jul 2014 20:47:25 +0000 (UTC) Received: from mail-la0-x233.google.com (mail-la0-x233.google.com [IPv6:2a00:1450:4010:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E5852C31; Sat, 5 Jul 2014 20:47:24 +0000 (UTC) Received: by mail-la0-f51.google.com with SMTP id mc6so1864774lab.24 for ; Sat, 05 Jul 2014 13:47:22 -0700 (PDT) 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:cc :content-transfer-encoding:message-id:references:to; bh=WgHQbi90MCvAkEWvcmKyPrcZTFfjlW74cQYyYOavffw=; b=IGzpKmnQ6fwVsKxVH0ZaYwdfwnQZocqdXSZx7T2nslsX6xNcYteUMBYeXnz39ZudtZ srURDld1WtI8pvi33SZIqvwSD+2JtFUSre1n50nypn4nfYAGnmGfUojwdatxfNwofP+K gQalIY328eM0jrrW/TEiT9VmVTBVMjurA6ZdcA/0+oQVtAvvdaA7P5JIQybDuSTdvGXs DPN85O+56GIrNq6CzTND7bxiTAcmIZVtfqZRVYn2/3U4YHeYEj4SmBmQDq3eW83CKvC1 GDDawMh7qFLI7AP/fptOFjlrpK/DacRgMBWC7o3U7eVRV7ZHiyviZdsH/PzkXEaVQCpC n4Ww== X-Received: by 10.152.42.211 with SMTP id q19mr3272139lal.59.1404593242473; Sat, 05 Jul 2014 13:47:22 -0700 (PDT) Received: from [10.0.1.2] (ip-95-220-95-94.bb.netbynet.ru. [95.220.95.94]) by mx.google.com with ESMTPSA id vu1sm20674014lbb.41.2014.07.05.13.47.20 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 05 Jul 2014 13:47:21 -0700 (PDT) Sender: Dmitry Sivachenko Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Subject: Re: svn commit: r360617 - in head/devel: . hadoop2 hadoop2/files From: Dmitry Sivachenko In-Reply-To: <20140705163017.GA59981@mouf.net> Date: Sun, 6 Jul 2014 00:47:19 +0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201407041411.s64EB2FG079605@svn.freebsd.org> <20140705163017.GA59981@mouf.net> To: Steve Wills X-Mailer: Apple Mail (2.1878.2) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2014 20:47:25 -0000 On 05 =D0=B8=D1=8E=D0=BB=D1=8F 2014 =D0=B3., at 20:30, Steve Wills = wrote: > Nice work, I'm happy to see this get added. This is a slight issue = with the build tho: >=20 > = https://jenkins.freebsd.org/pci/head-amd64/poudriere/data/headamd64-defaul= t/516/logs/errors/apache-hadoop2-2.4.1.log > = https://jenkins.freebsd.org/pci/head-i386/poudriere/data/headi386-default/= 516/logs/errors/apache-hadoop2-2.4.1.log >=20 > Could you take a look? >=20 Hello, I set MANUAL_PACKAGE_BUILD. The problem is that with maven build system = it tries to fetch maven artifacts during build phase, which seems to be = forbidden on build cluster. Is there any other way to build maven-based products automatically?