Searched full:repository_url (Results 1 – 4 of 4) sorted by relevance
27 private static final String REPOSITORY_URL = "https://default-repo"; field in MavenDependencyResolverTest68 assertEquals(REPOSITORY_URL, remoteRepository.getUrl()); in getLocalArtifactUrl_shouldAddConfiguredRemoteRepository()121 …return new MavenDependencyResolver(REPOSITORY_URL, REPOSITORY_ID, REPOSITORY_USERNAME, REPOSITORY_… in createResolver()
36 REPOSITORY_URL, in setUp()209 private var REPOSITORY_URL: String variable226 REPOSITORY_URL = REPOSITORY_DIR.toURI().toURL().toString()
73 repository_url: https://test.pypi.org/legacy/
147 def __init__(self, package_manager, repository_url): argument149 @param repository_url: The base URL of the http repository152 self.url = repository_url