From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41673) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e57aY-00018E-Cy for guix-patches@gnu.org; Thu, 19 Oct 2017 05:58:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e57aU-0002LC-UA for guix-patches@gnu.org; Thu, 19 Oct 2017 05:58:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40446) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e57aU-0002L8-Qq for guix-patches@gnu.org; Thu, 19 Oct 2017 05:58:02 -0400 Subject: [bug#28841] [PATCH 03/24] gnu: Add java-eclipse-jetty-test-helper. Resent-Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Thu, 19 Oct 2017 11:57:07 +0200 From: julien lepiller In-Reply-To: <87bml441uv.fsf@elephly.net> References: <20171014233216.49c852f7@lepiller.eu> <20171014222349.12902-1-julien@lepiller.eu> <20171014222349.12902-3-julien@lepiller.eu> <87bml441uv.fsf@elephly.net> Message-ID: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 28841@debbugs.gnu.org Le 2017-10-18 22:50, Ricardo Wurmus a écrit : > Hi Julien, > >> From: Julien Lepiller >> >> * gnu/packages/java.scm (java-eclipse-jetty-test-helper): New >> variable. > > […] > > I wonder: is there a better place for this than java.scm? The same > question applies to all other patches in this series. Let’s try to > avoid a second python.scm situation :) eclipse.scm? Or maybe maven.scm, with all other maven bootstrap dependencies (and maven itself)? Or maven-bootstrap.scm, maven.scm being for the complete maven built with maven-bootstrap, and all the plugins of maven?