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