[MNG-4277] Remove core artifacts from ${plugin.artifacts}

o Disabled affected IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@800137 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-08-02 19:31:08 +00:00
parent c2752a06c6
commit 7e40b232ba
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ public class MavenITmng3428PluginDescriptorArtifactsIncompleteTest
{
public MavenITmng3428PluginDescriptorArtifactsIncompleteTest()
{
super( "(2.0.8,)" ); // 2.0.8+
// core artifacts are deliberately excluded in 3.x (see MNG-4277)
super( "(2.0.8,3.0-alpha-1)" ); // 2.0.8+
}
public void testitMNG3428 ()