Uses of Class
org.apache.maven.profiles.RepositoryPolicy
Packages that use RepositoryPolicy
-
Uses of RepositoryPolicy in org.apache.maven.profiles
Methods in org.apache.maven.profiles that return RepositoryPolicyModifier and TypeMethodDescriptionRepository.getReleases()
Get how to handle downloading of releases from this repository.Repository.getSnapshots()
Get how to handle downloading of snapshots from this repository.Methods in org.apache.maven.profiles with parameters of type RepositoryPolicyModifier and TypeMethodDescriptionvoid
Repository.setReleases
(RepositoryPolicy releases) Set how to handle downloading of releases from this repository.void
Repository.setSnapshots
(RepositoryPolicy snapshots) Set how to handle downloading of snapshots from this repository.