Return-Path: Delivered-To: apmail-maven-archiva-issues-archive@locus.apache.org Received: (qmail 38928 invoked from network); 6 Mar 2008 17:26:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2008 17:26:58 -0000 Received: (qmail 97548 invoked by uid 500); 6 Mar 2008 17:26:54 -0000 Delivered-To: apmail-maven-archiva-issues-archive@maven.apache.org Received: (qmail 97536 invoked by uid 500); 6 Mar 2008 17:26:54 -0000 Mailing-List: contact archiva-issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: archiva-dev@maven.apache.org Delivered-To: mailing list archiva-issues@maven.apache.org Received: (qmail 97525 invoked by uid 99); 6 Mar 2008 17:26:54 -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 09:26:54 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2008 17:26:07 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 56C2314A803B for ; Thu, 6 Mar 2008 11:26:28 -0600 (CST) Message-ID: <11121438.1204824388352.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Thu, 6 Mar 2008 11:26:28 -0600 (CST) From: "Joakim Erdfelt (JIRA)" To: archiva-issues@maven.apache.org Subject: [jira] Commented: (MRM-731) variable in url pom are not replaced. In-Reply-To: <1562880.1204792651728.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_126363 ] Joakim Erdfelt commented on MRM-731: ------------------------------------ Which url line in the pom is that specified in? We have a TestCase setup for expression evaluation (as a result of MRM-487 and MRM-488), I'd like to use your pom.xml to further the testing. See the following test case. http://svn.apache.org/viewvc/maven/archiva/branches/archiva-1.0.x/archiva-base/archiva-repository-layer/src/test/java/org/apache/maven/archiva/repository/project/filters/ProjectModelExpressionExpanderTest.java?view=markup {code} /** * [MRM-487] pom version is not resolved * [MRM-488] properties in pom are not resolved (at least while browsing) * * This is to ensure that any expression within the pom is evaluated properly. */ public void testExpressionHell() {code} > variable in url pom are not replaced. > ------------------------------------- > > Key: MRM-731 > URL: http://jira.codehaus.org/browse/MRM-731 > Project: Archiva > Issue Type: Bug > Reporter: Benoit Decherf > > In my pom, the url of the project is : > http:///docs/${project.groupId}/${project.artifactId}/${project.version} > So I expect that archiva replace the ${} variables of this URL, but it > doesn't :( . -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira