table of contents
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¶
-settings
settingsfile- Use given file for settings.
-cache
cachedir- Use given directory for cache.
-novalidate
- Do not validate ivy files against xsd.
-m2compatible
- Use maven2 compatibility.
Resolve Options¶
-ivy
ivyfile- Use given file as ivy file.
-refresh
- Refresh dynamic resolved revisions.
-dependency
organisation module revision- Use this instead of ivy file to do the rest of the work with this as a dependency.
-confs
configurations- Resolve given configurations.
-types
types- Comma separated list of accepted artifact types.
-mode
resolvemode- The resolve mode to use.
-notransitive
- Do not resolve dependencies transitively.
Retrieve Options¶
-retrieve
retrievepattern- Use given pattern as retrieve pattern.
-ivypattern
pattern- Use given pattern to copy the ivy files.
-sync
- Use sync mode for retrieve.
-symlink
- Create symbolic links.
Cache Path Options¶
-cachepath
cachepathfile- Outputs a classpath consisting of all dependencies in cache (including transitive ones) of the given ivy file to the given cachepathfile.
Deliver Options¶
-deliverto
ivypattern- Use given pattern as resolved ivy file pattern.
Publish Options¶
-publish
resolvername- Use given resolver to publish to.
-publishpattern
artpattern- Use given pattern to find artifacts to publish.
-revision
revision- Use given revision to publish the module.
-status
status- 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-150600.23.25-default |