mirror of https://github.com/apache/maven.git
[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:
parent
c2752a06c6
commit
7e40b232ba
|
@ -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 ()
|
||||
|
|
Loading…
Reference in New Issue