Property substitution on '${}' doesn't work in the verifier. The result is still surrounded by '${' and '}'.

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@745711 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2009-02-19 02:41:55 +00:00
parent 4a47fc21b1
commit 90ca767c8c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<distributionManagement>
<repository>
<id>test-repo</id>
<url>${deployTo}</url>
<url>@deployTo@</url>
</repository>
</distributionManagement>