Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 24325 invoked from network); 19 Sep 2008 14:49:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Sep 2008 14:49:55 -0000 Received: (qmail 43700 invoked by uid 500); 19 Sep 2008 14:49:52 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 43656 invoked by uid 500); 19 Sep 2008 14:49:52 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 43645 invoked by uid 99); 19 Sep 2008 14:49:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Sep 2008 07:49:52 -0700 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 pajbam@gmail.com designates 209.85.217.19 as permitted sender) Received: from [209.85.217.19] (HELO mail-gx0-f19.google.com) (209.85.217.19) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Sep 2008 14:48:51 +0000 Received: by gxk12 with SMTP id 12so831907gxk.1 for ; Fri, 19 Sep 2008 07:48:23 -0700 (PDT) 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=joUx7ZdqNWUCdm3NW9yFj4JeaZfdjjKZC+dbdgQObv8=; b=rqq5gUxIC/XQw2+0oyEXKZ809tG02vWrIWWd71J7ZpTCvDCB7MtP1EXsV2j8Hhf9dS i/7PBJUDKsOLfw3CxEW1UJ/9ymXii0Kour1ZL2WCGoH3oXxNpIbOd/j5hZ1DlyS9prlA 0s5bhHdtPEcEPKY8qKzhE2/Qsz7b4bmhPExYA= 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=Grjpke0uybn3i3b9o22CMaSUYJeMl8bTslONGFUNDzNKsK3KOy7NEe5mJd3axj4V1c Ke0RoO6fHpcIDNLIvE3P24Rp4WtP7byUniX9paTnNhPKDBejFeVad+8b7vdgBZO8pPZd WL3KnCzH4nbIGk++c0IhiQ7GUdWyzEa7oCUKA= Received: by 10.142.105.13 with SMTP id d13mr52999wfc.275.1221835703122; Fri, 19 Sep 2008 07:48:23 -0700 (PDT) Received: by 10.143.6.6 with HTTP; Fri, 19 Sep 2008 07:48:23 -0700 (PDT) Message-ID: <98d8c0860809190748m50fc6ec0k8a0875e2edc3ce87@mail.gmail.com> Date: Fri, 19 Sep 2008 16:48:23 +0200 From: "Pierre-Arnaud Marcelot" Sender: pajbam@gmail.com To: "Apache Directory Developers List" Subject: Re: [studio-plugin] new location In-Reply-To: <48D3B791.90605@otego.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_58063_3663827.1221835703130" References: <48D3B791.90605@otego.com> X-Google-Sender-Auth: c0565e8ffe712284 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_58063_3663827.1221835703130 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I think I'd vote for solution b. It keeps each Maven plugin independant and easy to release. Thanks, Pierre-Arnaud On Fri, Sep 19, 2008 at 4:30 PM, Felix Knecht wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > We still do have the problem when releasing/tagging the studio-plugin > interfere with the studio releasing/tagging. > - From my POV there are to options > > a) Move it as single project to the same level like > apachds/studio/shared/... > studio > \ branches > \ tags > \ trunk > > > b) Create a general plugin project and move it into this > plugin > \ studio > \ branches > \ tags > \ trunk > \ foo > \ branches > \ tags > \ trunk > > WDOT? > > Felix > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.9 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAkjTt5EACgkQ2lZVCB08qHE5kgCfW+WVgHpKoQnDAIhyzR0QvqZA > aKUAn32UsdnrWkJZRENtzekUru77PzDN > =vhgO > -----END PGP SIGNATURE----- > ------=_Part_58063_3663827.1221835703130 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Hi,

I think I'd vote for solution b.
It keeps each Maven plugin independant and easy to release.

Thanks,
Pierre-Arnaud

On Fri, Sep 19, 2008 at 4:30 PM, Felix Knecht <felix@otego.com> wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

We still do have the problem when releasing/tagging the studio-plugin interfere with the studio releasing/tagging.
- From my POV there are to options

a) Move it as single project to the same level like apachds/studio/shared/...
 studio
 \ branches
 \ tags
 \ trunk


b) Create a general plugin project and move it into this
 plugin
 \ studio
   \ branches
   \ tags
   \ trunk
 \ foo
   \ branches
   \ tags
   \ trunk

WDOT?

Felix
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkjTt5EACgkQ2lZVCB08qHE5kgCfW+WVgHpKoQnDAIhyzR0QvqZA
aKUAn32UsdnrWkJZRENtzekUru77PzDN
=vhgO
-----END PGP SIGNATURE-----

------=_Part_58063_3663827.1221835703130--