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:
Carlos Sanchez Gonzalez 2007-07-11 22:54:30 +00:00
parent 407dd26f32
commit 844e17d4b5
1 changed files with 1 additions and 1 deletions

View File

@ -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 );
}
/**