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 A3CFA7196 for ; Fri, 14 Oct 2011 07:18:06 +0000 (UTC) Received: (qmail 66071 invoked by uid 500); 14 Oct 2011 07:18:05 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 65602 invoked by uid 500); 14 Oct 2011 07:18:05 -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 65593 invoked by uid 99); 14 Oct 2011 07:18:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Oct 2011 07:18:02 +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 david.blevins@gmail.com designates 209.85.213.45 as permitted sender) Received: from [209.85.213.45] (HELO mail-yw0-f45.google.com) (209.85.213.45) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Oct 2011 07:17:52 +0000 Received: by ywm39 with SMTP id 39so2502929ywm.18 for ; Fri, 14 Oct 2011 00:17:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=oRWImjQT7jjuyxxbYOvHLTgwvlAKEVM9I4fKJ1+Z854=; b=pSogq1vUJ1QYnjhFAVkRWvtkDzSB1zaiP4Q3Q3ANLJHf6tJ+StVcbUt6rVido1fFJc i+csH0HqESN74YP73lkwk0kKbl49vBoq8deyLrm/tiXRacGViWAL998niO+q61kZNSWT DI1uCrIHaixYidpYHEvc9AR+LMnP4WuslWPts= Received: by 10.68.49.8 with SMTP id q8mr11114753pbn.82.1318576651228; Fri, 14 Oct 2011 00:17:31 -0700 (PDT) Received: from [192.168.0.2] (cpe-76-175-195-209.socal.res.rr.com. [76.175.195.209]) by mx.google.com with ESMTPS id u1sm19958715pbr.9.2011.10.14.00.17.28 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 14 Oct 2011 00:17:30 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: Publishing zips to the maven repo From: David Blevins In-Reply-To: <4E97DFB7.50005@gmail.com> Date: Fri, 14 Oct 2011 00:17:27 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <4FC075D1-E727-4045-9906-07FC9D5BF2E7@gmail.com> References: <4E97DFB7.50005@gmail.com> To: "Tomcat Developers List" X-Mailer: Apple Mail (2.1084) X-Virus-Checked: Checked by ClamAV on apache.org On Oct 14, 2011, at 12:07 AM, jean-frederic clere wrote: > On 10/14/2011 02:01 AM, David Blevins wrote: >> We've been using plain Tomcat zips for creating TomEE in the OpenEJB = maven build for a while now. So far that has been done by publishing = the Tomcat zips to a maven repo in svn. Not the best idea to have them = in svn, so we're trying to get them in the actual maven repo. >>=20 >> It's pretty slick to be able to use the maven dependency plugin to = download and unpack the zip so you can run integration tests and things = like that. Arquillian does that. Or do like we do and download& = unpack with the dependency plugin, then add some wars& zip up again = with the maven assembly plugin. >>=20 >> The current plan is to continue using the org.apache.openejb groupId. = Do we (Tomcat) want to publish them ourselves in the org.apache.tomcat = section of the repo? >=20 > We already have a bunch of sources/binaries in the maven repo can't = you build using it? - In other words what is missing or wrong? - I didn't notice the actual fully assembled Tomcat zip file. Is that = there or you referring to the individual jars? The goal is to have this as a maven artifact: = http://www.apache.org/dist/tomcat/tomcat-7/v7.0.22/bin/apache-tomcat-7.0.2= 2.zip -David --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org