Package org.apache.maven.project
Interface ProjectBuilderConfiguration
- All Known Implementing Classes:
DefaultProjectBuilderConfiguration
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.setBuildStartTime
(Date buildStartTime) Deprecated.setExecutionProperties
(Properties executionProperties) Deprecated.setGlobalProfileManager
(ProfileManager globalProfileManager) Deprecated.setLocalRepository
(ArtifactRepository localRepository) Deprecated.setUserProperties
(Properties userProperties) Deprecated.
-
Method Details
-
getLocalRepository
ArtifactRepository getLocalRepository()Deprecated. -
getGlobalProfileManager
ProfileManager getGlobalProfileManager()Deprecated. -
getUserProperties
Properties getUserProperties()Deprecated. -
getExecutionProperties
Properties getExecutionProperties()Deprecated. -
setGlobalProfileManager
Deprecated. -
setLocalRepository
Deprecated. -
setUserProperties
Deprecated. -
setExecutionProperties
Deprecated. -
getBuildStartTime
Date getBuildStartTime()Deprecated. -
setBuildStartTime
Deprecated.
-
ProjectBuildingRequest
instead