Uses of Class
org.apache.maven.profiles.RepositoryPolicy
-
Packages that use RepositoryPolicy Package Description org.apache.maven.profiles -
-
Uses of RepositoryPolicy in org.apache.maven.profiles
Methods in org.apache.maven.profiles that return RepositoryPolicy Modifier and Type Method Description RepositoryPolicyRepository. getReleases()Get how to handle downloading of releases from this repository.RepositoryPolicyRepository. getSnapshots()Get how to handle downloading of snapshots from this repository.Methods in org.apache.maven.profiles with parameters of type RepositoryPolicy Modifier and Type Method Description voidRepository. setReleases(RepositoryPolicy releases)Set how to handle downloading of releases from this repository.voidRepository. setSnapshots(RepositoryPolicy snapshots)Set how to handle downloading of snapshots from this repository.
-