mirror of https://github.com/apache/maven.git
o add the method to read in a file and return the data model
o remove the ROLE field git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@726953 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2dc15dda49
commit
9a13ec793c
|
@ -34,9 +34,12 @@ import java.util.*;
|
|||
*/
|
||||
public interface ProjectBuilder
|
||||
{
|
||||
|
||||
String ROLE = ProjectBuilder.class.getName();
|
||||
|
||||
public PomClassicDomainModel buildModel( File pom, List<Model> inheritedModels,
|
||||
Collection<ImportModel> importModels,
|
||||
Collection<InterpolatorProperty> interpolatorProperties,
|
||||
PomArtifactResolver resolver, File projectDirectory,
|
||||
ProjectBuilderConfiguration projectBuilderConfiguration )
|
||||
throws IOException;
|
||||
|
||||
/**
|
||||
* Returns a maven project for the specified input stream.
|
||||
|
|
Loading…
Reference in New Issue