table of contents
other versions
- Tumbleweed 2.5.3-2.1
- Leap-16.0
- Leap-15.6
| IVY(1) | General Commands Manual | IVY(1) |
NAME¶
ivy — Ivy
depedency manager
SYNOPSIS¶
ivy |
[options ...] |
DESCRIPTION¶
ivy invokes the Ivy dependency manager
from the command line.
OPTIONS¶
Settings Options¶
-settingssettingsfile- Use given file for settings.
-cachecachedir- Use given directory for cache.
-novalidate- Do not validate ivy files against xsd.
-m2compatible- Use maven2 compatibility.
Resolve Options¶
-ivyivyfile- Use given file as ivy file.
-refresh- Refresh dynamic resolved revisions.
-dependencyorganisation module revision- Use this instead of ivy file to do the rest of the work with this as a dependency.
-confsconfigurations- Resolve given configurations.
-typestypes- Comma separated list of accepted artifact types.
-moderesolvemode- The resolve mode to use.
-notransitive- Do not resolve dependencies transitively.
Retrieve Options¶
-retrieveretrievepattern- Use given pattern as retrieve pattern.
-ivypatternpattern- Use given pattern to copy the ivy files.
-sync- Use sync mode for retrieve.
-symlink- Create symbolic links.
Cache Path Options¶
-cachepathcachepathfile- Outputs a classpath consisting of all dependencies in cache (including transitive ones) of the given ivy file to the given cachepathfile.
Deliver Options¶
-delivertoivypattern- Use given pattern as resolved ivy file pattern.
Publish Options¶
-publishresolvername- Use given resolver to publish to.
-publishpatternartpattern- Use given pattern to find artifacts to publish.
-revisionrevision- Use given revision to publish the module.
-statusstatus- Use given status to publish the module.
-overwrite- Overwrite files in the repository if they exist.
HTTP Auth Options¶
Launcher Options¶
Message Options¶
Help Options¶
-?- Display this help.
-deprecated- Show deprecated options.
-version- Displays version information.
SEE ALSO¶
Ivy: The agile dependency manager, http://ant.apache.org/ivy/.
| January 2, 2013 | Linux 6.4.0-150700.53.19-default |