mirror of https://github.com/apache/maven.git
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:
parent
8b655a1456
commit
8cdb47ab05
|
@ -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() )
|
||||
|
|
Loading…
Reference in New Issue