From e34ad2c47afd142f6f818cdc4a939ce6aae32fbd Mon Sep 17 00:00:00 2001 From: John Dennis Casey Date: Thu, 19 Feb 2009 15:11:08 +0000 Subject: [PATCH] hopefully I've got verifier-driven substitution figured out, finally. It looks like it's working, but I want to see the IT run in a more normalized environment. git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@745893 13f79535-47bb-0310-9956-ffa450edef68 --- .../maven/it/MavenITmng3057VersionExprTransformations.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3057VersionExprTransformations.java b/its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3057VersionExprTransformations.java index a83aff1b8a..fccf00cdc5 100644 --- a/its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3057VersionExprTransformations.java +++ b/its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3057VersionExprTransformations.java @@ -80,7 +80,7 @@ public class MavenITmng3057VersionExprTransformations verifier.deleteArtifact( "org.apache.maven.its.mng3057", "level3", "1", "jar" ); Properties properties = verifier.newDefaultFilterProperties(); - properties.setProperty( "deployTo", remoteRepo ); + properties.setProperty( "@deployTo@", remoteRepo ); verifier.filterFile( "pom.xml", "pom.xml", "UTF-8", properties );