Groovy Documentation

org.gradle.api.artifacts.maven
Interface MavenResolver


interface MavenResolver
extends org.apache.ivy.plugins.resolver.DependencyResolver

author:
Hans Dockter


Method Summary
Settings getSettings()

Returns a maven settings object.

 
Methods inherited from interface org.apache.ivy.plugins.resolver.DependencyResolver
download, download, reportFailure, reportFailure, getDependency, findIvyFileRef, beginPublishTransaction, abortPublishTransaction, commitPublishTransaction, listTokenValues, listTokenValues, listOrganisations, listModules, listRevisions, getNamespace, dumpSettings, setSettings, getRepositoryCacheManager, getName, setName, exists, locate, publish
 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Method Detail

getSettings

public Settings getSettings()
Returns a maven settings object. This can be used for example to figure out where the local repository is located. This property is filled after publishing. Before this property is null.


 

Groovy Documentation