logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Maven - manual page for Maven Repo Helper version 1.7.1

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

Name

       Maven - manual page for Maven Repo Helper version 1.7.1

Options

-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

              compatibility.

       -v--verbose: show more information while running

       -b--base-directory: path to root directory of package

              --non-explore:  doesn't explore directories for pom.xml --build: build mode (don't write the .poms
              and rules files)

       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

Maven Repo Helper version 1.7.1                   January 2025                                          MAVEN(1)

Synopsis

mh_resolve_dependencies [option]... <package>

See Also