maven(1)
NAME
Maven - Patches the POM files using the Maven dependency rules.
SYNOPSIS
mh_patchpoms [option]...
DESCRIPTION
Reads the file debian/$package.poms and tranform each POM file listed
in the .poms file into a POM file using the Debian versions of the
libraries. Also keeps a backup of each POM file which can be restored
with mh_unpatchpoms
OPTIONS
-h --help: show this text
-V --version: show the version
-p<package> --package=<package>: package to act on
- -r<rules> --rules=<rules>: gives the location of the rules file for
- special properties. Optional, the default location is debian/maven.rules
- -u<rules> --published-rules=<rules>: path to the file containing the
extra rules to publish in the property debian.mavenRules in the cleaned POM Optional, the default location is debian/maven.publishedRules- -i<rules> --ignore-rules=<rules>: path to the file containing the
extra rules use to remove certain dependencies from the cleaned POM Optional, the default location is debian/maven.ignoreRules- -s --no-rules: don't apply any rules for converting versions,
do not even convert versions to the default 'debian' version- -k --keep-pom-version: keep the original version of the POMs but,
convert all other versions in dependencies and plugins- -v --verbose: show more information while running
- -n --no-act: don't actually do anything, just print the results