Return-Path: Delivered-To: apmail-maven-archiva-dev-archive@locus.apache.org Received: (qmail 2816 invoked from network); 28 Dec 2007 06:46:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Dec 2007 06:46:23 -0000 Received: (qmail 22735 invoked by uid 500); 28 Dec 2007 06:46:12 -0000 Delivered-To: apmail-maven-archiva-dev-archive@maven.apache.org Received: (qmail 22692 invoked by uid 500); 28 Dec 2007 06:46:12 -0000 Mailing-List: contact archiva-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: archiva-dev@maven.apache.org Delivered-To: mailing list archiva-dev@maven.apache.org Received: (qmail 22683 invoked by uid 99); 28 Dec 2007 06:46:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Dec 2007 22:46:11 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of nicolas.deloof@gmail.com designates 209.85.128.188 as permitted sender) Received: from [209.85.128.188] (HELO fk-out-0910.google.com) (209.85.128.188) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Dec 2007 06:45:50 +0000 Received: by fk-out-0910.google.com with SMTP id 18so4340476fks.12 for ; Thu, 27 Dec 2007 22:45:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=bd9uyWt5JIXGKfi15OzHJl79SLM0KXSjQo1JDz8cow0=; b=jXnyO8U/NokbkTGwr47vaMuPnFOOYeB9tv+tb+dDe1aKTSrOeaV5keuucFEFLIJbDg2SWhq123//z82VJHyTQp1VMgSASDZuiBGJDfXsUt3fzwKKtlxaAUGO2vSCpN7aSURmwSpMdPhYS3hTJyriOsx9ffcuwyCUZBCaK+pP38Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=NrdU5TSI8BDSz2MmGecAzZxYX29pxwrDErBifS8/nYkFKuvdmMd19jSWfaXXvuiGAfizYXGcTXLKkIkgfgj+/FZ71jt/FNXj+Q1bvbmYIz/84xxsq2Nsifs1rucC1aP6lkFh8fVI8swGy/xJWtyiSaY3GI1aXpkzRl2VxZskOLk= Received: by 10.78.166.7 with SMTP id o7mr10770130hue.31.1198824353637; Thu, 27 Dec 2007 22:45:53 -0800 (PST) Received: by 10.78.137.17 with HTTP; Thu, 27 Dec 2007 22:45:53 -0800 (PST) Message-ID: <4c39e3030712272245o561ec16cx53ec1fc706809f86@mail.gmail.com> Date: Fri, 28 Dec 2007 07:45:53 +0100 From: "nicolas de loof" Sender: nicolas.deloof@gmail.com To: archiva-dev@maven.apache.org Subject: Re: dependency on archiva-configuration -> archiva-model in r602916 for legacy paths In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_14426_9816440.1198824353628" References: <4c39e3030712271005m2f26d994v78b4edcd878dc764@mail.gmail.com> X-Google-Sender-Auth: d5ac948c71f44f13 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_14426_9816440.1198824353628 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I'll look to refactor this next week. cheers, Nico. 2007/12/27, Brett Porter : > > > On 28/12/2007, at 5:05 AM, nicolas de loof wrote: > > > Just wanted to have LegacyArtifactPath hide the String > > representation used > > in storage, but project dependencies is also valuable. > > Your reasoning makes sense :) > > > > > > > Why shouldn't archiva-configuration depend on achiva-model ? IMHO, the > > "model" should have no dependency. But you can make any change > > required for > > better architecture. > > That's why I was saying it - configuration is a model also and so I > was trying to avoid a dependency (note that archiva-model drags in JDO > among other things - though this is really a problem with archiva- > model...). I was also trying to avoid code in the configuration class > where possible - but your reason made sense. > > It's not a big deal - just something to think about :) > > Cheers, > Brett > > ------=_Part_14426_9816440.1198824353628--