.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. .TH MAVEN "1" "February 2021" "Maven Repo Helper version 1.7.1" "User Commands" .SH NAME Maven \- manual page for Maven Repo Helper version 1.7.1 .SH SYNOPSIS .B mh_lspoms [\fI\,option\/\fR]... \fI\,\/\fR .SH DESCRIPTION Looks for all POM files defined in the source of the project. .PP Where .IP is the name of the binary package, .IP e.g. libcommons\-lang\-java. Default to the first binary found in the debian/control 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: package to act on .HP \fB\-f\fR \fB\-\-force\fR: force run even if the .poms files exist. .IP Only maven.rules will be created, assuming that it did not exist before. .HP \fB\-n\fR \fB\-\-non\-interactive\fR: non interactive session, don't ask questions. .HP \fB\-o\fR \fB\-\-offline\fR: don't ever connect to the internet, for Debian build .IP compatibility. .PP You need to execute it on the unpacked origial source tree, merged with the debian/ folder. It will create the file debian/.poms which contains all the POMs to deploy to the Maven repository and is used by mh_installpoms. .SS "The contents of debian/.poms should be:" .IP * one POM file location per line, * optionally, the location is followed by the option \fB\-\-no\-parent\fR .IP to indicate that if this POM inherits from a parent, the parent element will be removed.