MAVEN(1) | User Commands | MAVEN(1) |
Maven - manual page for Maven Repo Helper version 1.7.1
mh_resolve_dependencies [option]... <package>
Resolve the dependencies and generates the substvars file containing the list of dependent packages.
Where
-h --help: show this text
-V --version: show the version
-p<package> --package=<package>: name of the package
-j --javadoc: resolve the Javadoc dependencies
-n --non-interactive: non interactive mode, don't ask questions
-o --offline: don't ever connect to the internet, for Debian build
-v --verbose: show more information while running
-b --base-directory: path to root directory of package
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:
February 2021 | Maven Repo Helper version 1.7.1 |