mirror of https://github.com/apache/maven.git
o envars don't work with 2.1.x but work fine with 2.0.x so reactivate this test when running with 2.0.x
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@512538 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5254b84f78
commit
26f962ba60
|
@ -2,6 +2,7 @@ package org.apache.maven.integrationtests;
|
|||
|
||||
import org.apache.maven.it.Verifier;
|
||||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
|
||||
|
||||
import java.io.File;
|
||||
import java.util.HashMap;
|
||||
|
@ -10,6 +11,11 @@ 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
|
||||
|
|
Loading…
Reference in New Issue