Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 83532 invoked from network); 7 Sep 2006 19:03:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2006 19:03:55 -0000 Received: (qmail 19154 invoked by uid 500); 7 Sep 2006 19:03:55 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 19125 invoked by uid 500); 7 Sep 2006 19:03:54 -0000 Mailing-List: contact continuum-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-dev@maven.apache.org Received: (qmail 19114 invoked by uid 99); 7 Sep 2006 19:03:54 -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 12:03:54 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [62.193.206.9] (HELO webmail9.amenworld.com) (62.193.206.9) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 07 Sep 2006 12:03:53 -0700 Received: (qmail 21090 invoked from network); 7 Sep 2006 19:03:30 -0000 Received: from 84.27.99-84.rev.gaoland.net (HELO ?127.0.0.1?) (84.99.27.84) by 0 with SMTP; 7 Sep 2006 19:03:30 -0000 Message-ID: <45006CEC.9020201@venisse.net> Date: Thu, 07 Sep 2006 21:03:08 +0200 From: Emmanuel Venisse User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: continuum-dev@maven.apache.org Subject: Re: svn commit: r441173 - /maven/continuum/branches/continuum-acegi/continuum-core/pom.xml References: <20060907184321.EE1851A981A@eris.apache.org> In-Reply-To: <20060907184321.EE1851A981A@eris.apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Why don't you use what is used in trunk? It will be hard to find difference between trunk and branch if you don't use the same thing in the same way. Emmanuel carlos@apache.org a écrit : > Author: carlos > Date: Thu Sep 7 11:43:20 2006 > New Revision: 441173 > > URL: http://svn.apache.org/viewvc?view=rev&rev=441173 > Log: > [CONTINUUM-667] Exclude BuildProjectTaskExecutorTest > > Modified: > maven/continuum/branches/continuum-acegi/continuum-core/pom.xml > > Modified: maven/continuum/branches/continuum-acegi/continuum-core/pom.xml > URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-core/pom.xml?view=diff&rev=441173&r1=441172&r2=441173 > ============================================================================== > --- maven/continuum/branches/continuum-acegi/continuum-core/pom.xml (original) > +++ maven/continuum/branches/continuum-acegi/continuum-core/pom.xml Thu Sep 7 11:43:20 2006 > @@ -159,4 +159,19 @@ > test > > > + > + > + > + > + org.apache.maven.plugins > + maven-surefire-plugin > + > + > + > + **/BuildProjectTaskExecutorTest.* > + > + > + > + > + > > > > > >