Return-Path: Delivered-To: apmail-maven-archiva-users-archive@locus.apache.org Received: (qmail 39215 invoked from network); 6 Mar 2008 08:40:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2008 08:40:13 -0000 Received: (qmail 11172 invoked by uid 500); 6 Mar 2008 08:40:01 -0000 Delivered-To: apmail-maven-archiva-users-archive@maven.apache.org Received: (qmail 11138 invoked by uid 500); 6 Mar 2008 08:40:01 -0000 Mailing-List: contact archiva-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: archiva-users@maven.apache.org Delivered-To: mailing list archiva-users@maven.apache.org Received: (qmail 11119 invoked by uid 99); 6 Mar 2008 08:40:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2008 00:40:01 -0800 X-ASF-Spam-Status: No, hits=3.2 required=10.0 tests=HTML_MESSAGE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [217.12.15.81] (HELO rsmtp1.corp.ukl.yahoo.com) (217.12.15.81) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2008 08:39:09 +0000 Received: from rogue.grenoble.corp.yahoo.com (rogue.grenoble.corp.yahoo.com [10.76.44.138]) (authenticated bits=0) by rsmtp1.corp.ukl.yahoo.com (8.13.8/8.13.8/y.rout) with ESMTP id m268dJVN096786 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 6 Mar 2008 08:39:20 GMT DomainKey-Signature: a=rsa-sha1; s=serpent; d=yahoo-inc.com; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:subject: references:in-reply-to:content-type; b=F3lkPrAfloZwrKIneZPf6KIXqKBBDQ0o/CCk26aNDY+QVtzqyZglaq7omFRcAjnq Message-ID: <47CFB03D.3040902@yahoo-inc.com> Date: Thu, 06 Mar 2008 09:50:05 +0100 From: Benoit Decherf User-Agent: Thunderbird 2.0.0.4 (X11/20070615) MIME-Version: 1.0 To: archiva-users@maven.apache.org Subject: Re: URLs in artifact page References: <47CEBCB7.70206@yahoo-inc.com> <9e3862d80803051145t29766409w50714da1a9009dde@mail.gmail.com> In-Reply-To: <9e3862d80803051145t29766409w50714da1a9009dde@mail.gmail.com> Content-Type: multipart/alternative; boundary="------------050605000400090503050407" X-Virus-Checked: Checked by ClamAV on apache.org --------------050605000400090503050407 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit done : http://jira.codehaus.org/browse/MRM-731 I check the archiva code. The problem is in the class: ./archiva-base/archiva-repository-layer/src/main/java/org/apache/maven/archiva/repository/project/readers/ProjectModel300Reader.java Why don't you use the MavenXpp3Reader class to parse the pom ? Benoit Brett Porter wrote: > Since that's something Maven does - Archiva should be doing it too. If > not, that can be considered a bug and filed in JIRA. > > - Brett > > On 06/03/2008, Benoit Decherf wrote: > >> Hi, >> >> I have a little problem with artifact page in archiva: >> In my pom, the url of the project is : >> >> http://mavenrepo.dev.kelkoo.net/docs/${project.groupId}/${project.artifactId}/${project.version} >> >> So I expect that archiva replace the ${} variables of this URL, but it >> doesn't :(. >> Is there a way to correct this ? Or should I set the complete URL in all >> my poms ? >> >> >> Benoit >> >> > > > --------------050605000400090503050407--