Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-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 2C2B17AE1 for ; Sat, 22 Oct 2011 09:58:26 +0000 (UTC) Received: (qmail 21826 invoked by uid 500); 22 Oct 2011 09:58:25 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 21757 invoked by uid 500); 22 Oct 2011 09:58:25 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 21747 invoked by uid 99); 22 Oct 2011 09:58:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Oct 2011 09:58:25 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of henri.gomez@gmail.com designates 74.125.82.173 as permitted sender) Received: from [74.125.82.173] (HELO mail-wy0-f173.google.com) (74.125.82.173) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Oct 2011 09:58:18 +0000 Received: by wyh15 with SMTP id 15so5881713wyh.18 for ; Sat, 22 Oct 2011 02:57:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=references:in-reply-to:mime-version:content-transfer-encoding :content-type:message-id:cc:x-mailer:from:subject:date:to; bh=kZTfIQ/EUg9WHBKkxmS7IbjGZOIONProcn6KAC7WsjY=; b=UITknGiajNvoUWK+Mt2tiPeJ1kvVa5adhhq5UDMFcplFPcr94XHJx5hLVl0aV7HqwH U9OYT1fG9NNohBCArp82YJQpEiP67m4xjosN4xs6t7TmO7mweIVUXIWi86akkwAS2R4C tJ5SoaSx/KrZ7rOAfJbCeO26G+E1AV9mrwRQA= Received: by 10.227.2.129 with SMTP id 1mr6750051wbj.102.1319277478209; Sat, 22 Oct 2011 02:57:58 -0700 (PDT) Received: from [10.64.80.91] ([90.84.144.219]) by mx.google.com with ESMTPS id fw16sm18963159wbb.13.2011.10.22.02.57.55 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 22 Oct 2011 02:57:56 -0700 (PDT) References: <4E9817A9.4000503@apache.org> <50BF0CCF-3727-4C64-A5F3-E826A4E2004B@yahoo.com> <4E9862C4.90903@apache.org> In-Reply-To: Mime-Version: 1.0 (1.0) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Message-Id: <5B45B9A0-0E70-4E63-B2D7-BFD77D2C8548@gmail.com> Cc: Tomcat Developers List X-Mailer: iPhone Mail (9A334) From: Henri Gomez Subject: Re: Publishing zips to the maven repo Date: Sat, 22 Oct 2011 11:57:50 +0200 To: Tomcat Developers List X-Virus-Checked: Checked by ClamAV on apache.org Wonderfull Thanks Olivier ! Le 21 oct. 2011 =C3=A0 23:46, Olivier Lamy a =C3=A9crit := > So I have just commit some stuff in r 1187561. > Note: Sources layout not touched. > Currently only maven artifacts are build (I will work later on distrib). >=20 > to test it on the top of https://svn.apache.org/repos/asf/tomcat/tc7.0.x/t= runk. > Just use: mvn -f maven/pom.xml clean install. > Currently some unit tests are failing (so use -DskipTests). > I will try to fix that too. >=20 > 2011/10/14 Olivier Lamy : >> Hello, >> I can maybe help here. >> A solution I have in mind to not change sources layout. >> http://svn.apache.org/repos/asf/tomcat/trunk/ >> /maven/pom.xml (root pom.xml here) >> /tomcat-coyote/pom.xml >> etc.. one module for each artifact to produce >> plus a module to package the distro. >>=20 >> in each module, compiler plugin will be configured to use only a set >> of java files. >> This won't change the current sources layout >>=20 >> As an example, this solution is used by the selenium project: >> http://selenium.googlecode.com/svn/trunk/maven/ >>=20 >> I can maybe try to work on that and provide a patch. >> Or at least commit in trunk (if I have no layout changes to do). >>=20 >> But not before end of next week or early week after. >>=20 >> 2011/10/14 Konstantin Kolinko : >>> 2011/10/14 Henri Gomez : >>>>>=20 >>>>> This is the first time that I can recall that anyone has stated that >>>>> there is a requirement for this. >>>>>=20 >>>>=20 >>>> I should say many companies, including mine are injecting full Tomcat (= as >>>> zip) in their enterprise repositories (Archiva/Nexus/Artifactory powere= d) >>>=20 >>> Are all those related to Maven? Do they publish only zips, or the full >>> set of tgz and zips (~80Mb) ? >>>=20 >>> Keeping an in-house copy of 3rd party library is a different story, >>> and it is needed regardless of whether somebody uses Maven Central to >>> publish their work. >>>=20 >>> I personally am using Apache Ivy [1] to manage my repository of >>> dependencies, and AFAIK it can download not only from maven, but from >>> any other structured repository as well. >>>=20 >>> [1] http://ant.apache.org/ivy/ >>>=20 >>>>=20 >>>> BTW, did there is a strong -1 to have an alternative build system using= >>>> Maven if this build keep the current Tomcat structure ? >>>>=20 >>>=20 >>> There are not may people here to support it here if it breaks, and on >>> RTC branches that would require 3+ committers that understand what >>> happens. >>>=20 >>>=20 >>> There was some discussion here on dev@ about 2 years ago, and some >>> person proposed to create a maven build, but he disappeared never >>> showing anything working. >>>=20 >>> Best regards, >>> Konstantin Kolinko >>>=20 >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org >>> For additional commands, e-mail: dev-help@tomcat.apache.org >>>=20 >>>=20 >>=20 >>=20 >>=20 >> -- >> Olivier Lamy >> Talend : http://talend.com >> http://twitter.com/olamy | http://linkedin.com/in/olamy >>=20 >=20 >=20 >=20 > --=20 > Olivier Lamy > Talend : http://talend.com > http://twitter.com/olamy | http://linkedin.com/in/olamy >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org > For additional commands, e-mail: dev-help@tomcat.apache.org >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org