mirror of https://github.com/apache/maven.git
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:
parent
4a47fc21b1
commit
90ca767c8c
|
@ -15,7 +15,7 @@
|
|||
<distributionManagement>
|
||||
<repository>
|
||||
<id>test-repo</id>
|
||||
<url>${deployTo}</url>
|
||||
<url>@deployTo@</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
|
|
Loading…
Reference in New Issue