.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. .TH MAVEN "1" "May 2022" "Maven Repo Helper version 1.7.1" "User Commands" .SH NAME Maven \- Creates links in /usr/share/maven-repo for all jars. .SH SYNOPSIS .B mh_linkjars [\fI\,option\/\fR]... .SH DESCRIPTION Reads the file debian/$package.poms and create links for each jar file generated by a POM listed in the .poms file. .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 the jar files .HP \fB\-e\fR, \fB\-\-set\-version=\fR: set the version for the jars, .IP do not use the version declared in the POM file. .HP \fB\-r\fR \fB\-\-rules=\fR: path to the file containing the .IP rules to apply when cleaning the POM. Optional, the default location is debian/maven.rules .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 .poms file should contain the list of POM files associated with the list of jars to install in the repository, and each pom file should have either the option \fB\-\-usj\-name\fR, giving the name of the jar (without the extension) to link to and located in \fI\,/usr/share/java\/\fP, or the option \fB\-\-artifact\fR, which should contain the full name of the source jar to link to. .PP See also: mh_linkjar(1), mh_install(1)