[maven-repo-helper] 01/01: Document the fact that more than one relocation can be specified.
Giovanni Mascellani
gio at moszumanska.debian.org
Fri Nov 3 16:17:51 UTC 2017
This is an automated email from the git hooks/post-receive script.
gio pushed a commit to branch master
in repository maven-repo-helper.
commit 12bb817eb583a6401fd8ea9f8a146bcfeabd8037
Author: Giovanni Mascellani <gio at debian.org>
Date: Fri Nov 3 17:16:32 2017 +0100
Document the fact that more than one relocation can be specified.
---
doc/ref/mh_installpom.rst | 2 +-
doc/ref/mh_installpom.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/ref/mh_installpom.rst b/doc/ref/mh_installpom.rst
index 0557620..4e234df 100644
--- a/doc/ref/mh_installpom.rst
+++ b/doc/ref/mh_installpom.rst
@@ -41,7 +41,7 @@ Options:
-s --no-rules: don't apply any rules for converting versions, do not even convert versions to the default 'debian' version
--no-publish-used-rule: don't publish the rule used to transform a POM's own attributes in debian.mavenRules
--keep-elements=<elem1,elem2>: keep the elements listed here even if they are normally removed by the clean operation. Such elements are build,reports,reporting,prerequisites,profiles.
- --relocate=<groupId>:<artifactId>:<version>: relocate the specified artifact toward the one being installed.
+ --relocate=<groupId>:<artifactId>:<version>: relocate the specified artifact toward the one being installed. More than one relocation can be specified by separating them with a comma.
-m<repo root>--maven-repo=<repo root>: location of the Maven repository, used to force the versions of the Maven plugins used in the current POM file with the versions found in the repository
-v --verbose: show more information while running
-n --no-act: don't actually do anything, just print the results
diff --git a/doc/ref/mh_installpom.txt b/doc/ref/mh_installpom.txt
index 4fc4f7c..26eadf7 100644
--- a/doc/ref/mh_installpom.txt
+++ b/doc/ref/mh_installpom.txt
@@ -34,7 +34,7 @@ Options:
-s --no-rules: don't apply any rules for converting versions, do not even convert versions to the default 'debian' version
--no-publish-used-rule: don't publish the rule used to transform a POM's own attributes in debian.mavenRules
--keep-elements=<elem1,elem2>: keep the elements listed here even if they are normally removed by the clean operation. Such elements are build,reports,reporting,prerequisites,profiles.
- --relocate=<groupId>:<artifactId>:<version>: relocate the specified artifact toward the one being installed.
+ --relocate=<groupId>:<artifactId>:<version>: relocate the specified artifact toward the one being installed. More than one relocation can be specified by separating them with a comma.
-m<repo root>--maven-repo=<repo root>: location of the Maven repository, used to force the versions of the Maven plugins used in the current POM file with the versions found in the repository
-v --verbose: show more information while running
-n --no-act: don't actually do anything, just print the results
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-repo-helper.git
More information about the pkg-java-commits
mailing list