mirror of https://github.com/apache/maven.git
[MNG-3821] [MNG-3853] fixing the IT test range.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@724590 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4bc3247dfd
commit
32a9e0aa3b
|
@ -35,7 +35,13 @@ public class MavenITmng3821EqualPluginExecIdsTest
|
|||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
||||
/**
|
||||
|
||||
public MavenITmng3821EqualPluginExecIdsTest()
|
||||
{
|
||||
super( "(2.99,)" ); // only test in 3.0+
|
||||
}
|
||||
|
||||
/**
|
||||
* Verify that using the same id for executions/reportsets of different plugins doesn't blow up the project
|
||||
* builder.
|
||||
*/
|
||||
|
|
|
@ -38,6 +38,7 @@ public class MavenITmng3853ProfileInjectedDistReposTest
|
|||
|
||||
public MavenITmng3853ProfileInjectedDistReposTest()
|
||||
{
|
||||
super( "(2.99,)" ); // only test in 3.0+
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue