Scroll to navigation

IVY(1) General Commands Manual IVY(1)

NAME

ivyIvy depedency manager

SYNOPSIS

ivy [options ...]

DESCRIPTION

ivy invokes the Ivy dependency manager from the command line.

OPTIONS

Settings Options

settingsfile
Use given file for settings.
cachedir
Use given directory for cache.
Do not validate ivy files against xsd.
Use maven2 compatibility.

Resolve Options

ivyfile
Use given file as ivy file.
Refresh dynamic resolved revisions.
organisation module revision
Use this instead of ivy file to do the rest of the work with this as a dependency.
configurations
Resolve given configurations.
types
Comma separated list of accepted artifact types.
resolvemode
The resolve mode to use.
Do not resolve dependencies transitively.

Retrieve Options

retrievepattern
Use given pattern as retrieve pattern.
pattern
Use given pattern to copy the ivy files.
Use sync mode for retrieve.
Create symbolic links.

Cache Path Options

cachepathfile
Outputs a classpath consisting of all dependencies in cache (including transitive ones) of the given ivy file to the given cachepathfile.

Deliver Options

ivypattern
Use given pattern as resolved ivy file pattern.

Publish Options

resolvername
Use given resolver to publish to.
artpattern
Use given pattern to find artifacts to publish.
revision
Use given revision to publish the module.
status
Use given status to publish the module.
Overwrite files in the repository if they exist.

HTTP Auth Options

realm
Use given realm for HTTP AUTH.
host
Use given host for HTTP AUTH.
username
Use given username for HTTP AUTH.
passwd
Use given password for HTTP AUTH.

Launcher Options

main
The FQCN of the main class to launch.
args
The arguments to give to the launched process.
cp
Extra classpath to use when launching process.

Message Options

Set message level to debug.
Set message level to verbose.
Set message level to warn.
Set message level to error.

Help Options

-?
Display this help.
Show deprecated options.
Displays version information.

SEE ALSO

Ivy: The agile dependency manager, http://ant.apache.org/ivy/.

January 2, 2013 Linux 5.14.21-150500.55.52-default