mirror of https://github.com/apache/maven.git
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:
parent
90ca767c8c
commit
e34ad2c47a
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue