You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2009/02/19 03:41:56 UTC

svn commit: r745711 - /maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3057/pom.xml

Author: jdcasey
Date: Thu Feb 19 02:41:55 2009
New Revision: 745711

URL: http://svn.apache.org/viewvc?rev=745711&view=rev
Log:
Property substitution on '${}' doesn't work in the verifier. The result is still surrounded by '${' and '}'.

Modified:
    maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3057/pom.xml

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3057/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3057/pom.xml?rev=745711&r1=745710&r2=745711&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3057/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3057/pom.xml Thu Feb 19 02:41:55 2009
@@ -15,7 +15,7 @@
   <distributionManagement>
     <repository>
       <id>test-repo</id>
-      <url>${deployTo}</url>
+      <url>@deployTo@</url>
     </repository>
   </distributionManagement>