MAVEN(1) | User Commands | MAVEN(1) |
Maven - Installs the POM files and the artifacts into /usr/share/maven-repo.
mh_install [option]...
Reads the file debian/$package.poms and installs each POM file listed in the .poms file, as well as the associated jars - assuming that at least the --artifact option is given in the .poms file for all jars to install.
-h --help: show this text
-V --version: show the version
-p<package> --package=<package>: name of the Debian package which
-e<version>, --set-version=<version>: set the version for all artifacts,
-r<rules> --rules=<rules>: path to the file containing the
-u<rules> --published-rules=<rules>: path to the file containing the
-i<rules> --ignore-rules=<rules>: path to the file containing the
--no-publish-used-rule: don't publish the rule used to transform
-v --verbose: show more information while running
-n --no-act: don't actually do anything, just print the results
The $package.poms file must contain enough information to locate the jar files to install, and to associate them with their POM file. For each POM file associated with a jar, we need to supply at least the --artifact parameter.
See also: mh_installpoms(1), mh_installjar(1)
June 2018 | Maven Repo Helper version 1.7.1 |