mh_resolve_dependencies

Langue: en

Version: July 2010 (ubuntu - 24/10/10)

Section: 1 (Commandes utilisateur)

NAME

Maven - manual page for Maven Repo Helper version 1.2

SYNOPSIS

mh_revolve_dependencies [option]... <package>

DESCRIPTION

Resolve the dependencies and generates the substvars file containing the list of dependent packages.

Where

<package> is the name of the binary package,
e.g. libcommons-lang-java. Default to the first binary found in the debian/control file

OPTIONS

-h --help: show this text
-V --version: show the version
-p<package> --package=<package>: name of the package
-a --ant: use Ant for the packaging instead of Maven
-n --non-interactive: non interactive mode, don't ask questions
-v --verbose: show more information while running
Description: This tool reads the POM files defined in debian/.poms and scans the Maven repository in /usr/share/maven-repo. It then extracts the dependencies required for the current package and store them in the file debian/.substvars where they can be read by debhelper. The variables defined are:
maven:Depends - the list of runtime dependencies maven:OptionalDepends - the list of optional runtime dependencies maven:CompileDepends - the list of compile-time dependencies maven:TestDepends - the list of test dependencies