Package org.apache.maven.execution
Interface MavenExecutionRequest
- All Known Implementing Classes:
DefaultMavenExecutionRequest
public interface MavenExecutionRequest
- Author:
- Jason van Zyl
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddActiveProfile
(String profile) addActiveProfiles
(List<String> profiles) addInactiveProfile
(String profile) addInactiveProfiles
(List<String> profiles) addPluginArtifactRepository
(ArtifactRepository repository) addPluginGroup
(String pluginGroup) addPluginGroups
(List<String> pluginGroups) addProfile
(Profile profile) addRemoteRepository
(ArtifactRepository repository) Controls theBuilder
used by Maven by specification of the builders id.getData()
int
getGoals()
int
getPom()
org.eclipse.aether.RepositoryCache
Gets the system properties to use for interpolation and profile activation.org.eclipse.aether.transfer.TransferListener
Gets the user properties to use for interpolation and profile activation.org.eclipse.aether.repository.WorkspaceReader
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
setActiveProfiles
(List<String> profiles) setBaseDirectory
(File basedir) setBuilderId
(String builderId) Controls theBuilder
used by Maven by specification of the builder's id.setCacheNotFound
(boolean cacheNotFound) setCacheTransferError
(boolean cacheTransferError) void
setDegreeOfConcurrency
(int degreeOfConcurrency) Set's the parallel degree of concurrency used by the build.setEventSpyDispatcher
(EventSpyDispatcher eventSpyDispatcher) setExcludedProjects
(List<String> projects) setExecutionListener
(ExecutionListener executionListener) setGlobalChecksumPolicy
(String globalChecksumPolicy) setGlobalSettingsFile
(File globalSettingsFile) setGlobalToolchainsFile
(File globalToolchainsFile) setInactiveProfiles
(List<String> profiles) setInteractiveMode
(boolean interactive) setLocalRepository
(ArtifactRepository repository) setLocalRepositoryPath
(File localRepository) setLocalRepositoryPath
(String localRepository) setLoggingLevel
(int loggingLevel) setMakeBehavior
(String makeBehavior) setMirrors
(List<Mirror> mirrors) void
setNoSnapshotUpdates
(boolean noSnapshotUpdates) setOffline
(boolean offline) setPluginArtifactRepositories
(List<ArtifactRepository> repositories) setPluginGroups
(List<String> pluginGroups) setProfiles
(List<Profile> profiles) setProjectPresent
(boolean isProjectPresent) setProxies
(List<Proxy> proxies) setReactorFailureBehavior
(String failureBehavior) setRecursive
(boolean recursive) setRemoteRepositories
(List<ArtifactRepository> repositories) Set a new list of remote repositories to use the execution request.setRepositoryCache
(org.eclipse.aether.RepositoryCache repositoryCache) setResumeFrom
(String project) setSelectedProjects
(List<String> projects) setServers
(List<Server> servers) setShowErrors
(boolean showErrors) setStartTime
(Date start) setSystemProperties
(Properties systemProperties) Sets the system properties to use for interpolation and profile activation.setToolchains
(Map<String, List<ToolchainModel>> toolchains) setTransferListener
(org.eclipse.aether.transfer.TransferListener transferListener) setUpdateSnapshots
(boolean updateSnapshots) setUseLegacyLocalRepository
(boolean useLegacyLocalRepository) setUserProperties
(Properties userProperties) Sets the user properties to use for interpolation and profile activation.setUserSettingsFile
(File userSettingsFile) setUserToolchainsFile
(File userToolchainsFile) setWorkspaceReader
(org.eclipse.aether.repository.WorkspaceReader workspaceReader)
-
Field Details
-
LOGGING_LEVEL_DEBUG
static final int LOGGING_LEVEL_DEBUG- See Also:
-
LOGGING_LEVEL_INFO
static final int LOGGING_LEVEL_INFO- See Also:
-
LOGGING_LEVEL_WARN
static final int LOGGING_LEVEL_WARN- See Also:
-
LOGGING_LEVEL_ERROR
static final int LOGGING_LEVEL_ERROR- See Also:
-
LOGGING_LEVEL_FATAL
static final int LOGGING_LEVEL_FATAL- See Also:
-
LOGGING_LEVEL_DISABLED
static final int LOGGING_LEVEL_DISABLED- See Also:
-
REACTOR_FAIL_FAST
- See Also:
-
REACTOR_FAIL_AT_END
- See Also:
-
REACTOR_FAIL_NEVER
- See Also:
-
REACTOR_MAKE_UPSTREAM
- See Also:
-
REACTOR_MAKE_DOWNSTREAM
- See Also:
-
REACTOR_MAKE_BOTH
- See Also:
-
CHECKSUM_POLICY_FAIL
- See Also:
-
CHECKSUM_POLICY_WARN
- See Also:
-
-
Method Details
-
setBaseDirectory
-
getBaseDirectory
String getBaseDirectory() -
setStartTime
-
getStartTime
Date getStartTime() -
setGoals
-
getGoals
-
setSystemProperties
Sets the system properties to use for interpolation and profile activation. The system properties are collected from the runtime environment likeSystem.getProperties()
and environment variables.- Parameters:
systemProperties
- The system properties, may benull
.- Returns:
- This request, never
null
.
-
getSystemProperties
Properties getSystemProperties()Gets the system properties to use for interpolation and profile activation. The system properties are collected from the runtime environment likeSystem.getProperties()
and environment variables.- Returns:
- The system properties, never
null
.
-
setUserProperties
Sets the user properties to use for interpolation and profile activation. The user properties have been configured directly by the user on his discretion, e.g. via the-Dkey=value
parameter on the command line.- Parameters:
userProperties
- The user properties, may benull
.- Returns:
- This request, never
null
.
-
getUserProperties
Properties getUserProperties()Gets the user properties to use for interpolation and profile activation. The user properties have been configured directly by the user on his discretion, e.g. via the-Dkey=value
parameter on the command line.- Returns:
- The user properties, never
null
.
-
setReactorFailureBehavior
-
getReactorFailureBehavior
String getReactorFailureBehavior() -
setSelectedProjects
-
getSelectedProjects
-
setExcludedProjects
- Parameters:
projects
- the projects to exclude- Returns:
- this MavenExecutionRequest
- Since:
- 3.2
-
getExcludedProjects
- Returns:
- the excluded projects, never
null
- Since:
- 3.2
-
setResumeFrom
-
getResumeFrom
String getResumeFrom() -
setMakeBehavior
-
getMakeBehavior
String getMakeBehavior() -
setDegreeOfConcurrency
void setDegreeOfConcurrency(int degreeOfConcurrency) Set's the parallel degree of concurrency used by the build.- Parameters:
degreeOfConcurrency
-
-
getDegreeOfConcurrency
int getDegreeOfConcurrency()- Returns:
- the degree of concurrency for the build.
-
setRecursive
-
isRecursive
boolean isRecursive() -
setPom
-
getPom
File getPom() -
setShowErrors
-
isShowErrors
boolean isShowErrors() -
setTransferListener
MavenExecutionRequest setTransferListener(org.eclipse.aether.transfer.TransferListener transferListener) -
getTransferListener
org.eclipse.aether.transfer.TransferListener getTransferListener() -
setLoggingLevel
-
getLoggingLevel
int getLoggingLevel() -
setUpdateSnapshots
-
isUpdateSnapshots
boolean isUpdateSnapshots() -
setNoSnapshotUpdates
-
isNoSnapshotUpdates
boolean isNoSnapshotUpdates() -
setGlobalChecksumPolicy
-
getGlobalChecksumPolicy
String getGlobalChecksumPolicy() -
setLocalRepositoryPath
-
setLocalRepositoryPath
-
getLocalRepositoryPath
File getLocalRepositoryPath() -
setLocalRepository
-
getLocalRepository
ArtifactRepository getLocalRepository() -
setInteractiveMode
-
isInteractiveMode
boolean isInteractiveMode() -
setOffline
-
isOffline
boolean isOffline() -
isCacheTransferError
boolean isCacheTransferError() -
setCacheTransferError
-
isCacheNotFound
boolean isCacheNotFound() -
setCacheNotFound
-
getProfiles
-
addProfile
-
setProfiles
-
addActiveProfile
-
addActiveProfiles
-
setActiveProfiles
-
getActiveProfiles
-
addInactiveProfile
-
addInactiveProfiles
-
setInactiveProfiles
-
getInactiveProfiles
-
getProxies
-
setProxies
-
addProxy
-
getServers
-
setServers
-
addServer
-
getMirrors
-
setMirrors
-
addMirror
-
getPluginGroups
-
setPluginGroups
-
addPluginGroup
-
addPluginGroups
-
isProjectPresent
boolean isProjectPresent() -
setProjectPresent
-
getUserSettingsFile
File getUserSettingsFile() -
setUserSettingsFile
-
getGlobalSettingsFile
File getGlobalSettingsFile() -
setGlobalSettingsFile
-
addRemoteRepository
-
addPluginArtifactRepository
-
setRemoteRepositories
Set a new list of remote repositories to use the execution request. This is necessary if you perform transformations on the remote repositories being used. For example if you replace existing repositories with mirrors then it's easier to just replace the whole list with a new list of transformed repositories.- Parameters:
repositories
-- Returns:
- This request, never
null
.
-
getRemoteRepositories
List<ArtifactRepository> getRemoteRepositories() -
setPluginArtifactRepositories
-
getPluginArtifactRepositories
List<ArtifactRepository> getPluginArtifactRepositories() -
setRepositoryCache
-
getRepositoryCache
org.eclipse.aether.RepositoryCache getRepositoryCache() -
getWorkspaceReader
org.eclipse.aether.repository.WorkspaceReader getWorkspaceReader() -
setWorkspaceReader
MavenExecutionRequest setWorkspaceReader(org.eclipse.aether.repository.WorkspaceReader workspaceReader) -
getUserToolchainsFile
File getUserToolchainsFile() -
setUserToolchainsFile
-
getGlobalToolchainsFile
File getGlobalToolchainsFile()- Returns:
- the global toolchains file
- Since:
- 3.3.0
-
setGlobalToolchainsFile
- Parameters:
globalToolchainsFile
- the global toolchains file- Returns:
- this request
- Since:
- 3.3.0
-
getExecutionListener
ExecutionListener getExecutionListener() -
setExecutionListener
-
getProjectBuildingRequest
ProjectBuildingRequest getProjectBuildingRequest() -
isUseLegacyLocalRepository
boolean isUseLegacyLocalRepository()- Since:
- 3.1
-
setUseLegacyLocalRepository
- Since:
- 3.1
-
setBuilderId
Controls theBuilder
used by Maven by specification of the builder's id.- Since:
- 3.2.0
-
getBuilderId
String getBuilderId()Controls theBuilder
used by Maven by specification of the builders id.- Since:
- 3.2.0
-
setToolchains
- Parameters:
toolchains
- all toolchains grouped by type- Returns:
- this request
- Since:
- 3.3.0
-
getToolchains
Map<String,List<ToolchainModel>> getToolchains()- Returns:
- all toolchains grouped by type, never
null
- Since:
- 3.3.0
-
setMultiModuleProjectDirectory
- Since:
- 3.3.0
-
getMultiModuleProjectDirectory
File getMultiModuleProjectDirectory()- Since:
- 3.3.0
-
setEventSpyDispatcher
- Since:
- 3.3.0
-
getEventSpyDispatcher
EventSpyDispatcher getEventSpyDispatcher()- Since:
- 3.3.0
-
getData
- Since:
- 3.3.0
-