public interface MavenConfiguration
Modifier and Type | Method and Description |
---|---|
void |
enableProxy(URL url)
Enables the proxy server for a given URL.
|
Boolean |
getCertificateCheck()
Returns true if the certificate should be checked on SSL connection, false otherwise.
|
List<MavenRepositoryURL> |
getDefaultRepositories()
Returns a list of default repositories to be searched before any other repositories.
|
MavenRepositoryURL |
getLocalRepository()
Returns the url of local repository.
|
List<MavenRepositoryURL> |
getRepositories()
Returns a list of repositories to be searched.
|
URL |
getSettingsFileUrl()
Returns the URL of maven settings file.
|
Boolean |
isAetherDisabled()
Returns if aether should be disabled or not.
|
Boolean |
useFallbackRepositories()
Returns true if the fallback repositories should be used instead of default ones.
|
Boolean getCertificateCheck()
URL getSettingsFileUrl()
List<MavenRepositoryURL> getDefaultRepositories() throws MalformedURLException
MalformedURLException
List<MavenRepositoryURL> getRepositories() throws MalformedURLException
MalformedURLException
MavenRepositoryURL getLocalRepository()
Boolean useFallbackRepositories()
void enableProxy(URL url)
Boolean isAetherDisabled()
Copyright © 2011–2014 Red Hat. All rights reserved.