mirror of https://github.com/apache/maven.git
PR: MNG-581
Submitted by: Kris Bravo Reviewed by: Brett Porter add classes directory to compile classpath as some classes are produced during generate-sources to pass to the compiler for XML beans git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@224367 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fd615cbeea
commit
17fa8ba4ea
|
@ -302,6 +302,8 @@ public class MavenProject
|
|||
{
|
||||
List list = new ArrayList( getArtifacts().size() );
|
||||
|
||||
list.add( getBuild().getOutputDirectory() );
|
||||
|
||||
for ( Iterator i = getArtifacts().iterator(); i.hasNext(); )
|
||||
{
|
||||
Artifact a = (Artifact) i.next();
|
||||
|
|
Loading…
Reference in New Issue