Java org.apache.maven.project ProjectBuilder fields, constructors, methods, implement or subclass

Example usage for Java org.apache.maven.project ProjectBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.maven.project ProjectBuilder.

The text is from its open source code.

Method

ProjectBuildingResultbuild(File projectFile, ProjectBuildingRequest request)
Builds a project descriptor from the specified POM file.
ProjectBuildingResultbuild(Artifact projectArtifact, ProjectBuildingRequest request)
Builds a project descriptor for the specified artifact.
ProjectBuildingResultbuild(ModelSource modelSource, ProjectBuildingRequest request)
Builds a project descriptor for the specified model source.
ProjectBuildingResultbuild(Artifact projectArtifact, boolean allowStubModel, ProjectBuildingRequest request)
Builds a project descriptor for the specified artifact.
Listbuild(List pomFiles, boolean recursive, ProjectBuildingRequest request)
Builds the projects for the specified POM files and optionally their children.