From dev-return-9995-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Thu Dec 07 14:09:26 2006 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 73824 invoked from network); 7 Dec 2006 14:09:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Dec 2006 14:09:25 -0000 Received: (qmail 17511 invoked by uid 500); 7 Dec 2006 14:09:32 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 17488 invoked by uid 500); 7 Dec 2006 14:09:32 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 17475 invoked by uid 99); 7 Dec 2006 14:09:31 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Dec 2006 06:09:31 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jukka.zitting@gmail.com designates 64.233.184.228 as permitted sender) Received: from [64.233.184.228] (HELO wr-out-0506.google.com) (64.233.184.228) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Dec 2006 06:09:21 -0800 Received: by wr-out-0506.google.com with SMTP id i22so321016wra for ; Thu, 07 Dec 2006 06:09:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GsvWDicmIpbRXAIcm7hanqyxFRqba5VsfD+mQQvSMEcAikg0KIjqMpVvraHDoa52h2U6w2EbWlpyQBxLpQAXQtPlf3ESLpehS1wvFxDme6HLvBW4kvEVx5TRfAyFQWJQcjxdktdJiZ2pWxqF3ERcUrK96suuq6oY5qlhfYoe96E= Received: by 10.90.71.12 with SMTP id t12mr2470572aga.1165500540818; Thu, 07 Dec 2006 06:09:00 -0800 (PST) Received: by 10.90.27.7 with HTTP; Thu, 7 Dec 2006 06:09:00 -0800 (PST) Message-ID: <510143ac0612070609x2ab6a6d0tb78cae008a3227ab@mail.gmail.com> Date: Thu, 7 Dec 2006 16:09:00 +0200 From: "Jukka Zitting" To: dev@jackrabbit.apache.org Subject: Re: svn commit: r483444 - in /jackrabbit/trunk: jackrabbit-jcr-rmi/pom.xml pom.xml In-Reply-To: <510143ac0612070556v72580b8fi97f4555970d9be9b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061207132207.6D9621A9846@eris.apache.org> <510143ac0612070556v72580b8fi97f4555970d9be9b@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 12/7/06, Jukka Zitting wrote: > 1) Moving the profile settings down to jackrabbit-jcr-rmi reintroduces > the original problem of the plugin dependencies being inherited when > doing a multimodule build. We need the add-project-files execution in > any case and it makes most sense to have it in the shared parent pom, > so we need to put the JCR-661 dependency workaround there as well. Ah, I see now what you were trying to achieve. See JCR-661 for more. BR, Jukka Zitting