.\" 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 \- Installs site.xml into /usr/share/maven-repo. .SH SYNOPSIS .B mh_installsite [\fI\,option\/\fR]... [\fI\,pom\/\fR] [\fI\,site-file\/\fR] .SH DESCRIPTION Installs the site.xml file in \fI\,/usr/share/maven\-repo\/\fP, at the correct location for Maven. .PP Where .IP [pom] is the location of the POM associated with the site.xml file to install. .IP GroupId, artifactId and version will be extracted from this file. .IP [site\-file] is the location of the site.xml 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 the site file .HP \fB\-e\fR, \fB\-\-set\-version=\fR: set the version for the artifact, .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 Maven rules are used here to extract the groupId, artifactId and version from the POM file. .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 .HP \fB\-\-skip\-clean\-pom\fR: don't clean the pom, assume that a previous action ran .IP mh_cleanpom with the correct options. mh_cleanpom is run only to extract the groupId, artifactId and version of the jar .PP See also: mh_installpom(1), mh_installjar(1)