mirror of https://github.com/apache/maven.git
o Saved raw model in project
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@780640 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
17e0405ef7
commit
6548d31804
|
@ -111,6 +111,8 @@ public class DefaultProjectBuilder
|
|||
|
||||
project = fromModelToMavenProject( model, result.getRawModels().get( 1 ).getPomFile(), configuration, model.getPomFile() );
|
||||
|
||||
project.setOriginalModel( result.getRawModel() );
|
||||
|
||||
try
|
||||
{
|
||||
if ( configuration.isProcessPlugins() )
|
||||
|
|
Loading…
Reference in New Issue