mirror of https://github.com/apache/maven.git
Don't check for the distribution status building MavenProjects
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@555428 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
407dd26f32
commit
844e17d4b5
|
@ -407,7 +407,7 @@ public class MavenEmbedder
|
|||
public MavenProject readProject( File mavenProject )
|
||||
throws ProjectBuildingException
|
||||
{
|
||||
return mavenProjectBuilder.build( mavenProject, localRepository, profileManager );
|
||||
return mavenProjectBuilder.build( mavenProject, localRepository, profileManager, false );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue