mirror of https://github.com/apache/maven.git
o Enabled test part for Maven 3.x
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@753363 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aade1cd99d
commit
a76d5f9f81
|
@ -79,8 +79,8 @@ public class MavenITmng3877BasedirAlignedModelTest
|
|||
* NOTE: The script source directory is deliberately excluded from the checks due to MNG-3741.
|
||||
*/
|
||||
|
||||
// FIXME: MNG-3877
|
||||
if ( matchesVersionRange( "(4,)" ) )
|
||||
// MNG-3877
|
||||
if ( matchesVersionRange( "[3.0-alpha-3,)" ) )
|
||||
{
|
||||
assertPathEquals( testDir, "target/site", modelProps.getProperty( "project.reporting.outputDirectory" ) );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue