Package org.apache.maven.api.model
Class DistributionManagement.Builder
java.lang.Object
org.apache.maven.api.model.DistributionManagement.Builder
- Enclosing class:
 DistributionManagement
Builder class used to create DistributionManagement instances.
- See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionbuild()downloadUrl(String downloadUrl) location(Object key, InputLocation location) relocation(Relocation relocation) repository(DeploymentRepository repository) snapshotRepository(DeploymentRepository snapshotRepository)  
- 
Method Details
- 
repository
 - 
snapshotRepository
@Nonnull public DistributionManagement.Builder snapshotRepository(DeploymentRepository snapshotRepository)  - 
site
 - 
downloadUrl
 - 
relocation
 - 
status
 - 
location
 - 
build
 
 -