Package org.apache.maven.api.services
Interface ProjectBuilderRequest
Request used to build a
Project
using
the ProjectBuilder
service.
TODO: add validationLevel, activeProfileIds, inactiveProfileIds, resolveDependencies- Since:
- 4.0.0
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProjectBuilderRequest
static ProjectBuilderRequest
builder()
getPath()
boolean
boolean
boolean
-
Method Details
-
getSession
-
getPath
-
getSource
-
isAllowStubModel
boolean isAllowStubModel() -
isRecursive
boolean isRecursive() -
isProcessPlugins
boolean isProcessPlugins() -
build
-
build
-
builder
-