Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 16666 invoked from network); 13 Mar 2006 18:29:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Mar 2006 18:29:13 -0000 Received: (qmail 59496 invoked by uid 500); 13 Mar 2006 18:29:10 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 59471 invoked by uid 500); 13 Mar 2006 18:29:10 -0000 Mailing-List: contact continuum-commits-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-commits@maven.apache.org Received: (qmail 59435 invoked by uid 99); 13 Mar 2006 18:29:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Mar 2006 10:29:09 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 13 Mar 2006 10:29:08 -0800 Received: (qmail 16001 invoked by uid 65534); 13 Mar 2006 18:28:48 -0000 Message-ID: <20060313182848.15996.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r385612 - in /maven/continuum/branches/continuum-1.0.x/continuum-core/src/test: java/org/apache/maven/continuum/project/builder/maven/MavenTwoContinuumProjectBuilderTest.java repository/maven-builder-helper-3.xml Date: Mon, 13 Mar 2006 18:28:44 -0000 To: continuum-commits@maven.apache.org From: evenisse@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: evenisse Date: Mon Mar 13 10:28:41 2006 New Revision: 385612 URL: http://svn.apache.org/viewcvs?rev=385612&view=rev Log: [CONTINUUM-461] Add test for ${pom.artifactId} in scm url Modified: maven/continuum/branches/continuum-1.0.x/continuum-core/src/test/java/org/apache/maven/continuum/project/builder/maven/MavenTwoContinuumProjectBuilderTest.java maven/continuum/branches/continuum-1.0.x/continuum-core/src/test/repository/maven-builder-helper-3.xml Modified: maven/continuum/branches/continuum-1.0.x/continuum-core/src/test/java/org/apache/maven/continuum/project/builder/maven/MavenTwoContinuumProjectBuilderTest.java URL: http://svn.apache.org/viewcvs/maven/continuum/branches/continuum-1.0.x/continuum-core/src/test/java/org/apache/maven/continuum/project/builder/maven/MavenTwoContinuumProjectBuilderTest.java?rev=385612&r1=385611&r2=385612&view=diff ============================================================================== --- maven/continuum/branches/continuum-1.0.x/continuum-core/src/test/java/org/apache/maven/continuum/project/builder/maven/MavenTwoContinuumProjectBuilderTest.java (original) +++ maven/continuum/branches/continuum-1.0.x/continuum-core/src/test/java/org/apache/maven/continuum/project/builder/maven/MavenTwoContinuumProjectBuilderTest.java Mon Mar 13 10:28:41 2006 @@ -133,7 +133,7 @@ String username = System.getProperty( "user.name" ); - String scmUrl = "scm:cvs:ext:${user.name}@company.org:/home/company/cvs:project"; + String scmUrl = "scm:cvs:ext:${user.name}@company.org:/home/company/cvs:project/foo"; scmUrl = StringUtils.replace( scmUrl, "${user.name}", username ); Modified: maven/continuum/branches/continuum-1.0.x/continuum-core/src/test/repository/maven-builder-helper-3.xml URL: http://svn.apache.org/viewcvs/maven/continuum/branches/continuum-1.0.x/continuum-core/src/test/repository/maven-builder-helper-3.xml?rev=385612&r1=385611&r2=385612&view=diff ============================================================================== --- maven/continuum/branches/continuum-1.0.x/continuum-core/src/test/repository/maven-builder-helper-3.xml (original) +++ maven/continuum/branches/continuum-1.0.x/continuum-core/src/test/repository/maven-builder-helper-3.xml Mon Mar 13 10:28:41 2006 @@ -13,8 +13,8 @@ - scm:cvs:ext:${user.name}@company.org:/home/company/cvs:${moduleName} - scm:cvs:ext:${user.name}@company.org:/home/company/cvs:${moduleName} + scm:cvs:ext:${user.name}@company.org:/home/company/cvs:${moduleName}/${pom.artifactId} + scm:cvs:ext:${user.name}@company.org:/home/company/cvs:${moduleName}/${pom.artifactId} project