.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. .TH MAVEN "1" "July 2016" "Maven Repo Helper version 1.7.1" "User Commands" .SH NAME Maven \- Installs the POM files and the artifacts into /usr/share/maven-repo. .SH SYNOPSIS .B mh_install [\fI\,option\/\fR]... .SH DESCRIPTION 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 \fB\-\-artifact\fR option is given in the .poms file for all jars to install. .SH OPTIONS .HP \fB\-h\fR \fB\-\-help\fR: show this text .HP \fB\-V\fR \fB\-\-version\fR: show the version .HP \fB\-p\fR \fB\-\-package=\fR: name of the Debian package which .IP will contain all the files to install .HP \fB\-e\fR, \fB\-\-set\-version=\fR: set the version for all artifacts, .IP do not use the version declared in the POM files. .HP \fB\-r\fR \fB\-\-rules=\fR: path to the file containing the .IP rules to apply when cleaning the POM files. Optional, the default location is debian/maven.rules .HP \fB\-u\fR \fB\-\-published\-rules=\fR: path to the file containing the .IP extra rules to publish in the property debian.mavenRules in the cleaned POM. Optional, the default location is debian/maven.publishedRules .HP \fB\-i\fR \fB\-\-ignore\-rules=\fR: path to the file containing the .IP rules used to remove certain dependencies from the cleaned POM Optional, the default location is debian/maven.ignoreRules .HP \fB\-\-no\-publish\-used\-rule\fR: don't publish the rule used to transform .IP a POM's own attributes in debian.mavenRules .HP \fB\-v\fR \fB\-\-verbose\fR: show more information while running .HP \fB\-n\fR \fB\-\-no\-act\fR: don't actually do anything, just print the results .PP 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 \fB\-\-artifact\fR parameter. .PP See also: mh_installpoms(1), mh_installjar(1)