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
This commit is contained in:
John Dennis Casey 2009-02-19 15:11:08 +00:00
parent 90ca767c8c
commit e34ad2c47a
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public class MavenITmng3057VersionExprTransformations
verifier.deleteArtifact( "org.apache.maven.its.mng3057", "level3", "1", "jar" ); verifier.deleteArtifact( "org.apache.maven.its.mng3057", "level3", "1", "jar" );
Properties properties = verifier.newDefaultFilterProperties(); Properties properties = verifier.newDefaultFilterProperties();
properties.setProperty( "deployTo", remoteRepo ); properties.setProperty( "@deployTo@", remoteRepo );
verifier.filterFile( "pom.xml", "pom.xml", "UTF-8", properties ); verifier.filterFile( "pom.xml", "pom.xml", "UTF-8", properties );