mirror of https://github.com/apache/maven.git
added minimum version
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@642001 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ca6cda7888
commit
81dfa1c32d
|
@ -1,5 +1,6 @@
|
|||
package org.apache.maven.integrationtests;
|
||||
|
||||
import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
|
||||
import org.apache.maven.it.Verifier;
|
||||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
|
||||
|
@ -12,6 +13,11 @@ import java.io.File;
|
|||
public class MavenITmng3428PluginDescriptorArtifactsIncompleteTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
public MavenITmng3428PluginDescriptorArtifactsIncompleteTest()
|
||||
throws InvalidVersionSpecificationException
|
||||
{
|
||||
super( "(2.0.8,)" ); // 2.0.8+
|
||||
}
|
||||
public void testitMNG3428 ()
|
||||
throws Exception
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue