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.resetStreams();
|
||||
|
||||
Properties props = verifier.loadProperties( "target/profile.properties" );
|
||||
assertNull( props.getProperty( "project.properties.pomProperty" ) );
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -81,7 +81,7 @@ under the License.
|
|||
<dependency>
|
||||
<groupId>org.apache.maven.shared</groupId>
|
||||
<artifactId>maven-verifier</artifactId>
|
||||
<version>1.6</version>
|
||||
<version>1.7.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
|
Loading…
Reference in New Issue