PR: MNG-1246

Submitted by: Allan Ramirez
add target/test-classes to the test classpath elements variable

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328157 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-24 21:48:55 +00:00
parent dbdee5e693
commit 221ddfcd8b
1 changed files with 2 additions and 0 deletions

View File

@ -438,6 +438,8 @@ public class MavenProject
list.add( getBuild().getOutputDirectory() ); list.add( getBuild().getOutputDirectory() );
list.add( getBuild().getTestOutputDirectory() );
for ( Iterator i = getArtifacts().iterator(); i.hasNext(); ) for ( Iterator i = getArtifacts().iterator(); i.hasNext(); )
{ {
Artifact a = (Artifact) i.next(); Artifact a = (Artifact) i.next();