From users-return-55379-apmail-maven-users-archive=maven.apache.org@maven.apache.org Thu Sep 07 15:08:58 2006 Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 9459 invoked from network); 7 Sep 2006 15:08:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2006 15:08:39 -0000 Received: (qmail 44881 invoked by uid 500); 7 Sep 2006 15:08:30 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 44830 invoked by uid 500); 7 Sep 2006 15:08:30 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 44819 invoked by uid 99); 7 Sep 2006 15:08:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 08:08:30 -0700 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of remy.sanlaville@gmail.com designates 66.249.82.224 as permitted sender) Received: from [66.249.82.224] (HELO wx-out-0506.google.com) (66.249.82.224) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 08:08:29 -0700 Received: by wx-out-0506.google.com with SMTP id h30so296046wxd for ; Thu, 07 Sep 2006 08:08:09 -0700 (PDT) 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:references; b=fXYNI96icCGZBEpdIISrRfQDrpPWjUTdMC1Pw1vAFyKLF451Ygf4hay6r74+PR1f9PnrbFREYXM4OOlzd3mekvnzWtASM6xeKODPL1GMqmIUAZT95jxkHhprDW3tZpRxQMBFrx3dYZIsDGOU23JKl6J7akJywT17zmA/8fj6Fa8= Received: by 10.90.94.2 with SMTP id r2mr249722agb; Thu, 07 Sep 2006 08:08:08 -0700 (PDT) Received: by 10.90.93.15 with HTTP; Thu, 7 Sep 2006 08:08:08 -0700 (PDT) Message-ID: <1093d83d0609070808w72c2504ckd1ec90aff8588d4c@mail.gmail.com> Date: Thu, 7 Sep 2006 17:08:08 +0200 From: "=?ISO-8859-1?Q?R=E9my_Sanlaville?=" To: "Maven Users List" Subject: Re: SCM, changelog and subversion In-Reply-To: <45002F34.5060304@venisse.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_148773_28083880.1157641688706" References: <1093d83d0609070256o47c3824n128d236b0d14cd22@mail.gmail.com> <45000C5B.1010209@venisse.net> <1093d83d0609070626q6ddfaabxed7c71e28d0e22ca@mail.gmail.com> <45001F92.4020502@venisse.net> <1093d83d0609070717ia4e8ae2kaf82c74b84b891fd@mail.gmail.com> <45002F34.5060304@venisse.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_148773_28083880.1157641688706 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline > > > Nice, but i found any references that explain the scm section in the > > pom.xmland particularly the developerConnection node and how to manage > > it if you > > have several developer. > > if you have one or several developer, the scm url is the same is you don't > put a username in it. It isn't necessary with svn because username/password. > If you want to add a username different for each developper in scm url, > you can user a property like ${username} and you define it in your > settings.xml Ok, it's clearer now. > Else I tried the maven-changelog-plugin. It's very nice. > > I don't know if it is normal but I noticed > > - If I want to regenerate change log reports (because I changed the > > configuration...), I need to clean the project before else the reports > is > > not update. > > it isn't updated so the connection to the scm is saved. > In my opinion, using a clean build is a good practice. Ok, but it could be nice to delete just what it needed, not all the target directory. > - I have to add the section in my pom for the Developer > > Activity Report else this report is empty. > > developers are necessary, because we use them in the 3 reports of > changelog plugin. But instead of an empty screen, we must have a text that > explain that no developers are in pom. Can you file an issue for this? > Done ! http://jira.codehaus.org/browse/MCHANGELOG-49 Thanks again ! ------=_Part_148773_28083880.1157641688706--