Uses of Class
hudson.maven.local_repo.LocalRepositoryLocator
Packages that use LocalRepositoryLocator
-
Uses of LocalRepositoryLocator in hudson.maven
Methods in hudson.maven that return LocalRepositoryLocatorModifier and TypeMethodDescriptionMavenModuleSet.getExplicitLocalRepository()Undefaulted locally configured value with taking inheritance from the global configuration into account.MavenModuleSet.DescriptorImpl.getLocalRepository()MavenModuleSet.getLocalRepository()Methods in hudson.maven with parameters of type LocalRepositoryLocatorModifier and TypeMethodDescriptionvoidMavenModuleSet.DescriptorImpl.setLocalRepository(LocalRepositoryLocator localRepository) voidMavenModuleSet.setLocalRepository(LocalRepositoryLocator localRepository) -
Uses of LocalRepositoryLocator in hudson.maven.local_repo
Subclasses of LocalRepositoryLocator in hudson.maven.local_repoModifier and TypeClassDescriptionclassUses Maven's default local repository, which is usually~/.m2/repository, or the value of 'localRepository' in Maven's settings file, if defined.classclassUses a local repository isolated per job.