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

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

Introduction

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

The text is from its open source code.

Method

ListgetActiveProfileIds()
ArtifactRepositorygetLocalRepository()
ListgetPluginArtifactRepositories()
ListgetProfiles()
ListgetRemoteRepositories()
RepositorySystemSessiongetRepositorySession()
PropertiesgetUserProperties()
Gets the user properties to use for interpolation and profile activation.
voidsetActiveProfileIds(List activeProfileIds)
Set any active profiles that the ProjectBuilder should consider while constructing a MavenProject .
voidsetBuildStartTime(Date buildStartTime)
Sets the start time of the build.
voidsetInactiveProfileIds(List inactiveProfileIds)
ProjectBuildingRequestsetLocalRepository(ArtifactRepository localRepository)
ProjectBuildingRequestsetPluginArtifactRepositories(List pluginArtifactRepositories)
ProjectBuildingRequestsetProcessPlugins(boolean processPlugins)
voidsetProfiles(List profiles)
voidsetProject(MavenProject mavenProject)
ProjectBuildingRequestsetRemoteRepositories(List remoteRepositories)
ProjectBuildingRequestsetRepositoryMerging(RepositoryMerging mode)
Sets the merge mode used to combine repositories declared in the POM with the repositories specified in this request.
ProjectBuildingRequestsetRepositorySession(RepositorySystemSession repositorySession)
ProjectBuildingRequestsetResolveDependencies(boolean resolveDependencies)
ProjectBuildingRequestsetResolveVersionRanges(boolean value)
ProjectBuildingRequestsetSystemProperties(Properties systemProperties)
Sets the system properties to use for interpolation and profile activation.
ProjectBuildingRequestsetUserProperties(Properties userProperties)
Sets the user properties to use for interpolation and profile activation.
ProjectBuildingRequestsetValidationLevel(int validationLevel)
Controls the level of validation to perform on processed models.