mirror of https://github.com/apache/ant-ivy
67 lines
3.1 KiB
HTML
67 lines
3.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<!--
|
|
Licensed to the Apache Software Foundation (ASF) under one
|
|
or more contributor license agreements. See the NOTICE file
|
|
distributed with this work for additional information
|
|
regarding copyright ownership. The ASF licenses this file
|
|
to you under the Apache License, Version 2.0 (the
|
|
"License"); you may not use this file except in compliance
|
|
with the License. You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing,
|
|
software distributed under the License is distributed on an
|
|
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
KIND, either express or implied. See the License for the
|
|
specific language governing permissions and limitations
|
|
under the License.
|
|
-->
|
|
<html>
|
|
<head>
|
|
<script type="text/javascript">var xookiConfig = {level: 1};</script>
|
|
<script type="text/javascript" src="../xooki/xooki.js"></script>
|
|
</head>
|
|
<body>
|
|
<textarea id="xooki-source">
|
|
<table class="resolver">
|
|
<tr><td class="title">Tag</td><td class="value">ivyrep</td></tr>
|
|
<tr><td class="title">Handle latest</td><td class="value">yes, at least if the repository server is apache based</td></tr>
|
|
<tr><td class="title">Handle publish</td><td class="value">no</td></tr>
|
|
</table>
|
|
<span class="tagdoc" id="ivysettings.resolvers.ivyrep">This resolver usually uses an URL based repository usually similar in structure to <a href="http://ivyrep.jayasoft.org/">ivyrep</a> to find ivy files, and ibiblio to find artifacts.</span>
|
|
It can also be configured to use other similar repositories.
|
|
|
|
<div class="tip">
|
|
Since ivyrep is not maintained anymore, the ivyroot attribute is mandatory, and the use of this resolver is not recommended (we recommend using [[resolver/url url resolver]] as replacement in most cases).
|
|
</div>
|
|
|
|
<h1>Attributes</h1>
|
|
This resolver shares the <a href="../settings/resolvers.html#common">common attributes</a> of standard resolvers.
|
|
<table class="ivy-attributes">
|
|
<thead>
|
|
<tr><th class="ivy-att">Attribute</th><th class="ivy-att-desc">Description</th><th class="ivy-att-req">Required</th></tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr><td>ivyroot</td><td>the root of the ivy repository.</td>
|
|
<td>Yes, but may be provided through ${ivy.ivyrep.default.ivy.root} <span class="since">since 2.0</span></td></tr>
|
|
<tr><td>ivypattern</td><td>a pattern describing the layout of the ivy repository.</td>
|
|
<td>No, defaults to ${ivy.ivyrep.default.ivy.pattern}</td></tr>
|
|
<tr><td>artroot</td><td>the root of the artifacts repository.</td>
|
|
<td>No, defaults to ${ivy.ivyrep.default.artifact.root}</td></tr>
|
|
<tr><td>artpattern</td><td>a pattern describing the layout of the artifacts repository.</td>
|
|
<td>No, defaults to ${ivy.ivyrep.default.artifact pattern}</td></tr>
|
|
</tbody>
|
|
</table>
|
|
<h1>Examples</h1>
|
|
<code type="xml">
|
|
<ivyrep name="ivyrep" ivyroot="http://ivyrep.mycompany.com"/>
|
|
</code>
|
|
Looks for ivy files on and ivyrep like web site located at http://ivyrep.mycompany.com.
|
|
|
|
|
|
</textarea>
|
|
<script type="text/javascript">xooki.postProcess();</script>
|
|
</body>
|
|
</html>
|