[
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 :
>
> <url>http://<server>/docs/${project.groupId}/${project.artifactId}/${project.version}</url>
> 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