mirror of https://github.com/apache/maven.git
note about improvement
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@225716 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7a90482fda
commit
6ab4f5ac99
|
@ -270,6 +270,7 @@ public class DependenciesReport
|
||||||
MavenProject artifactProject;
|
MavenProject artifactProject;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
// TODO: can we use @requiresDependencyResolution instead, and capture the depth of artifacts in the artifact itself?
|
||||||
artifactProject = getMavenProjectFromRepository( artifact, localRepository );
|
artifactProject = getMavenProjectFromRepository( artifact, localRepository );
|
||||||
}
|
}
|
||||||
catch ( ProjectBuildingException e )
|
catch ( ProjectBuildingException e )
|
||||||
|
|
Loading…
Reference in New Issue