o annos work now, we needed to differentiate between classes in jars and in your project

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721627 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2008-11-29 04:54:23 +00:00
parent 8b655a1456
commit 8cdb47ab05
1 changed files with 2 additions and 2 deletions

View File

@ -43,6 +43,7 @@ import org.apache.maven.monitor.event.DeprecationEventDispatcher;
import org.apache.maven.monitor.event.EventDispatcher;
import org.apache.maven.monitor.event.MavenEvents;
import org.apache.maven.project.MavenProject;
import org.apache.maven.project.MavenProjectBuilder;
import org.apache.maven.project.ProjectBuildingException;
import org.apache.maven.reactor.MavenExecutionException;
@ -93,7 +94,6 @@ public class DefaultMaven
List projects;
try
{
projects = getProjects( request );
if ( projects.isEmpty() )