mirror of https://github.com/apache/maven.git
d3ace78602
If a dependency on another project is found, don't parse its POM again, but instead use the model we already have in memory. This saves a large amount of time and memory for builds that have lots of subprojects and dependencies between them. The approach was directly copied from DefaultArtifactDescriptorReader, which does the same optimization. This closes #244 |
||
---|---|---|
.. | ||
src | ||
pom.xml |