mirror of https://github.com/apache/ant-ivy
DOCUMENTATION: wrong default resolver documented on the 'How does it work' page (IVY-1265)
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1097641 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8f8e4fa6f9
commit
7fdc905629
|
|
@ -114,6 +114,7 @@ for detailed view of each issue, please consult http://issues.apache.org/jira/br
|
|||
|
||||
trunk
|
||||
=====================================
|
||||
- DOCUMENTATION: wrong default resolver documented on the 'How does it work' page (IVY-1265)
|
||||
- DOCUMENTATION: Correct outdated links to configuration pages (IVY-1266)
|
||||
|
||||
- NEW: New Ant datatype ivy:resources, an Ant resource collection like ivy:cachepath or ivy:cachefileset (IVY-334)
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ Ivy needs to be configured to be able to resolve your dependencies. This configu
|
|||
|
||||
The configuration is also responsible for indicating which resolver should be used to resolve which module. This configuration is dependent only on your environment, i.e. where the modules and artifacts can be found.
|
||||
|
||||
A default configuration is used by ivy when none is given. This configuration uses ivyrep to resolve all modules.
|
||||
A default configuration is used by ivy when none is given. This configuration uses an <a href="resolver/ibiblio.html">ibiblio resolver</a> pointing to http://repo1.maven.org/maven2/ to resolve all modules.
|
||||
<h1>Resolve</h1>
|
||||
The resolve time is the moment when ivy actually resolves the dependencies of one module. It first needs to access the ivy file of the module for which it resolves the dependencies.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue