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:
Brett Leslie Porter 2005-07-28 06:39:14 +00:00
parent 7a90482fda
commit 6ab4f5ac99
1 changed files with 1 additions and 0 deletions

View File

@ -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 )