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:
Brett Leslie Porter 2005-10-13 16:30:48 +00:00
parent 1499b5dcd3
commit 665759970a
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ public class EclipseClasspathWriter
// The dependencies
// ----------------------------------------------------------------------
Set artifacts = project.getArtifacts();
List artifacts = project.getTestArtifacts();
for ( Iterator it = artifacts.iterator(); it.hasNext(); )
{