mirror of https://github.com/apache/maven.git
PR: MNG-578
use test artifacts - its the widest scope so includes everything, but also does a "isAddedToClasspath" check so only jar, ejb, etc are added. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@320794 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1499b5dcd3
commit
665759970a
|
@ -127,7 +127,7 @@ public class EclipseClasspathWriter
|
|||
// The dependencies
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
Set artifacts = project.getArtifacts();
|
||||
List artifacts = project.getTestArtifacts();
|
||||
|
||||
for ( Iterator it = artifacts.iterator(); it.hasNext(); )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue