mirror of https://github.com/apache/maven.git
Update maven-verifier to 1.7.1
Fix MavenITmng3810BadProfileActivationTest, target/profile.properties was never created
This commit is contained in:
parent
fc175cc968
commit
ee290b5e36
|
@ -58,9 +58,6 @@ public class MavenITmng3810BadProfileActivationTest
|
||||||
verifier.verifyTextInLog( "The property name is required to activate the profile" );
|
verifier.verifyTextInLog( "The property name is required to activate the profile" );
|
||||||
}
|
}
|
||||||
verifier.resetStreams();
|
verifier.resetStreams();
|
||||||
|
|
||||||
Properties props = verifier.loadProperties( "target/profile.properties" );
|
|
||||||
assertNull( props.getProperty( "project.properties.pomProperty" ) );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -81,7 +81,7 @@ under the License.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven.shared</groupId>
|
<groupId>org.apache.maven.shared</groupId>
|
||||||
<artifactId>maven-verifier</artifactId>
|
<artifactId>maven-verifier</artifactId>
|
||||||
<version>1.6</version>
|
<version>1.7.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
Loading…
Reference in New Issue