mirror of https://github.com/apache/ant-ivy
DOCUMENTATION: added link to extra beginners guide (IVY-1381)
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1399839 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8b6ab0154d
commit
614f9a0e7f
|
|
@ -131,6 +131,8 @@ for detailed view of each issue, please consult http://issues.apache.org/jira/br
|
|||
|
||||
trunk
|
||||
=====================================
|
||||
- DOCUMENTATION: added link to extra beginners guide (IVY-1381)
|
||||
|
||||
- FIX: latest.integration isn't resolved against a Maven snapshot repository (when uniqueVersion = true) (IVY-1036)
|
||||
- FIX: Resolve does not deliver all dependent artifacts (IVY-1366) (thanks to Wolfgang Frank)
|
||||
- FIX: Ivy descriptors are merged incorrectly when there is an <exclude> element (IVY-1356)
|
||||
|
|
|
|||
|
|
@ -41,6 +41,11 @@ The webwork project (which should become struts action framework) uses ant+ivy f
|
|||
<h3><a href="http://www.jaya.free.fr/ivy/doc/articles/ease-multi-module.html">Easing multi-module development</a></h3>
|
||||
Johan stuyts, the author of SAnt, also contributed a nice article on his view of how to use Ivy on a multi-module environment.
|
||||
|
||||
<h3><a href="http://olmex.blogspot.in/2012/04/ivy-beginners-guide.html">Beginners Guide</a></h3>
|
||||
|
||||
Apache Ivy - Beginners Guide is a step by step guide to assist beginners in understanding basic concepts/tasks and use them straight away in their projects either through Ant build or in Eclipse IDE.
|
||||
|
||||
|
||||
</textarea>
|
||||
<script type="text/javascript">xooki.postProcess();</script>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Reference in New Issue