mirror of https://github.com/apache/maven.git
o turn on envar testing for 2.1
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@572189 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f64b44e774
commit
5412b61787
|
@ -11,12 +11,6 @@ import java.util.Map;
|
|||
public class MavenIT0090Test
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
public MavenIT0090Test()
|
||||
throws InvalidVersionSpecificationException
|
||||
{
|
||||
super( "[,2.1-SNAPSHOT)" );
|
||||
}
|
||||
|
||||
/**
|
||||
* Test that ensures that envars are interpolated correctly into plugin
|
||||
* configurations.
|
||||
|
|
Loading…
Reference in New Issue