Uses of Class
hudson.maven.local_repo.LocalRepositoryLocator
-
Uses of LocalRepositoryLocator in hudson.maven
Modifier and TypeMethodDescriptionMavenModuleSet.getExplicitLocalRepository()
Undefaulted locally configured value with taking inheritance from the global configuration into account.MavenModuleSet.DescriptorImpl.getLocalRepository()
MavenModuleSet.getLocalRepository()
Modifier and TypeMethodDescriptionvoid
MavenModuleSet.DescriptorImpl.setLocalRepository
(LocalRepositoryLocator localRepository) void
MavenModuleSet.setLocalRepository
(LocalRepositoryLocator localRepository) -
Uses of LocalRepositoryLocator in hudson.maven.local_repo
Modifier and TypeClassDescriptionclass
Uses Maven's default local repository, which is usually~/.m2/repository
, or the value of 'localRepository' in Maven's settings file, if defined.class
class
Uses a local repository isolated per job.