.\" 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 a link from a jar already installed in /usr/share/maven-repo. .SH SYNOPSIS .B mh_linkrepojar [\fI\,option\/\fR]... [\fI\,pom\/\fR] [\fI\,link\/\fR]... .SH DESCRIPTION Create symlinks from the jar in the Maven repository to any location, usually to a file located in \fI\,/usr/share/java\/\fP. .PP Where .IP [pom] is the location of the POM associated with the jar to install. .IP GroupId, artifactId and version will be extracted from this file. .IP [link] is a link to the jar to install, usually there should .IP be a link to usr/share/java/$jar.jar and usr/share/java/$jar\-$version.jar to comply with the Java packaging guidelines. Note that there is no need to specify those particular links if the \fB\-\-java\-lib\fR option is used. .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: package to act on .HP \fB\-r\fR \fB\-\-rules=\fR: gives the location of the rules file for .IP special properties. Optional, the default location is debian/maven.rules .HP \fB\-c\fR \fB\-\-classifier=\fR: Optional, the classifier for .IP the jar in the Maven repository. Empty by default. .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