[maven] 10/24: Updated the man pages

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue May 23 21:54:58 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch maven-3.5
in repository maven.

commit 90087bc4d6f0eba020a3e5ba8e23526d17beb244
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed May 17 15:00:04 2017 +0200

    Updated the man pages
---
 debian/changelog  |  1 +
 debian/mvn.1      | 51 +++++++++++++++++++++++++++++++++------------------
 debian/mvnDebug.1 | 51 +++++++++++++++++++++++++++++++++------------------
 3 files changed, 67 insertions(+), 36 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bcafcea..554ba7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ maven (3.5.0-1) UNRELEASED; urgency=medium
     - Refreshed the patches
     - Replaced maven-aether-provider with maven-resolver-provider
     - Build and install the new maven-slf4j-provider module
+    - Updated the man pages
   * Build with the DH sequencer instead of CDBS
   * Build with maven-debian-helper instead of Ant
   * Switch to debhelper level 10
diff --git a/debian/mvn.1 b/debian/mvn.1
index 54001e1..d30ac49 100644
--- a/debian/mvn.1
+++ b/debian/mvn.1
@@ -1,7 +1,7 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.4.
-.TH APACHE "1" "December 2011" "Apache Maven 3.0.5" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
+.TH MAVEN "1" "May 2017" "Apache Maven 3.5.0" "User Commands"
 .SH NAME
-mvn \- Command to start the Maven system
+mvn \- Apache Maven software project management and comprehension tool
 .SH DESCRIPTION
 usage: mvn [options] [<goal(s)>] [<phase(s)>]
 .SH OPTIONS
@@ -18,7 +18,11 @@ projects on the list
 .TP
 \fB\-B\fR,\-\-batch\-mode
 Run in non\-interactive (batch)
-mode
+mode (disables output color)
+.TP
+\fB\-b\fR,\-\-builder <arg>
+The id of the build strategy to
+use
 .TP
 \fB\-C\fR,\-\-strict\-checksums
 Fail the build if checksums don't
@@ -45,7 +49,7 @@ Encrypt server password
 .TP
 \fB\-f\fR,\-\-file <arg>
 Force the use of an alternate POM
-file.
+file (or directory with pom.xml)
 .TP
 \fB\-fae\fR,\-\-fail\-at\-end
 Only fail the build afterwards;
@@ -64,12 +68,23 @@ of project result
 Alternate path for the global
 settings file
 .TP
+\fB\-gt\fR,\-\-global\-toolchains <arg>
+Alternate path for the global
+toolchains file
+.TP
 \fB\-h\fR,\-\-help
 Display help information
 .TP
 \fB\-l\fR,\-\-log\-file <arg>
-Log file to where all build output
-will go.
+Log file where all build output
+will go (disables output color)
+.TP
+\fB\-llr\fR,\-\-legacy\-local\-repository
+Use Maven 2 Legacy Local
+Repository behaviour, ie no use of
+_remote.repositories. Can also be
+activated by using
+\fB\-Dmaven\fR.legacyLocalRepo=true
 .TP
 \fB\-N\fR,\-\-non\-recursive
 Do not recurse into sub\-projects
@@ -97,7 +112,7 @@ Comma\-delimited list of specified
 reactor projects to build instead
 of all projects. A project can be
 specified by [groupId]:artifactId
-or by its relative path.
+or by its relative path
 .TP
 \fB\-q\fR,\-\-quiet
 Quiet output \- only show errors
@@ -110,29 +125,29 @@ project
 Alternate path for the user
 settings file
 .TP
-\fB\-T\fR,\-\-threads <arg>
-Thread count, for instance 2.0C
-where C is core multiplied
-.TP
 \fB\-t\fR,\-\-toolchains <arg>
 Alternate path for the user
 toolchains file
 .TP
+\fB\-T\fR,\-\-threads <arg>
+Thread count, for instance 2.0C
+where C is core multiplied
+.TP
 \fB\-U\fR,\-\-update\-snapshots
-Forces a check for updated
-releases and snapshots on remote
-repositories
+Forces a check for missing
+releases and updated snapshots on
+remote repositories
 .TP
 \fB\-up\fR,\-\-update\-plugins
 Ineffective, only kept for
 backward compatibility
 .TP
-\fB\-V\fR,\-\-show\-version
+\fB\-v\fR,\-\-version
 Display version information
-WITHOUT stopping build
 .TP
-\fB\-v\fR,\-\-version
+\fB\-V\fR,\-\-show\-version
 Display version information
+WITHOUT stopping build
 .TP
 \fB\-X\fR,\-\-debug
 Produce execution debug output
diff --git a/debian/mvnDebug.1 b/debian/mvnDebug.1
index 35365b3..85d7dae 100644
--- a/debian/mvnDebug.1
+++ b/debian/mvnDebug.1
@@ -1,7 +1,7 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.4.
-.TH APACHE "1" "December 2011" "Apache Maven 3.0.5" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
+.TH MAVEN "1" "May 2017" "Apache Maven 3.5.0" "User Commands"
 .SH NAME
-mvnDebug \- Command to start the Maven system in Debug mode
+mvn \- Apache Maven software project management and comprehension tool
 .SH DESCRIPTION
 usage: mvnDebug [options] [<goal(s)>] [<phase(s)>]
 .SH OPTIONS
@@ -18,7 +18,11 @@ projects on the list
 .TP
 \fB\-B\fR,\-\-batch\-mode
 Run in non\-interactive (batch)
-mode
+mode (disables output color)
+.TP
+\fB\-b\fR,\-\-builder <arg>
+The id of the build strategy to
+use
 .TP
 \fB\-C\fR,\-\-strict\-checksums
 Fail the build if checksums don't
@@ -45,7 +49,7 @@ Encrypt server password
 .TP
 \fB\-f\fR,\-\-file <arg>
 Force the use of an alternate POM
-file.
+file (or directory with pom.xml)
 .TP
 \fB\-fae\fR,\-\-fail\-at\-end
 Only fail the build afterwards;
@@ -64,12 +68,23 @@ of project result
 Alternate path for the global
 settings file
 .TP
+\fB\-gt\fR,\-\-global\-toolchains <arg>
+Alternate path for the global
+toolchains file
+.TP
 \fB\-h\fR,\-\-help
 Display help information
 .TP
 \fB\-l\fR,\-\-log\-file <arg>
-Log file to where all build output
-will go.
+Log file where all build output
+will go (disables output color)
+.TP
+\fB\-llr\fR,\-\-legacy\-local\-repository
+Use Maven 2 Legacy Local
+Repository behaviour, ie no use of
+_remote.repositories. Can also be
+activated by using
+\fB\-Dmaven\fR.legacyLocalRepo=true
 .TP
 \fB\-N\fR,\-\-non\-recursive
 Do not recurse into sub\-projects
@@ -97,7 +112,7 @@ Comma\-delimited list of specified
 reactor projects to build instead
 of all projects. A project can be
 specified by [groupId]:artifactId
-or by its relative path.
+or by its relative path
 .TP
 \fB\-q\fR,\-\-quiet
 Quiet output \- only show errors
@@ -110,29 +125,29 @@ project
 Alternate path for the user
 settings file
 .TP
-\fB\-T\fR,\-\-threads <arg>
-Thread count, for instance 2.0C
-where C is core multiplied
-.TP
 \fB\-t\fR,\-\-toolchains <arg>
 Alternate path for the user
 toolchains file
 .TP
+\fB\-T\fR,\-\-threads <arg>
+Thread count, for instance 2.0C
+where C is core multiplied
+.TP
 \fB\-U\fR,\-\-update\-snapshots
-Forces a check for updated
-releases and snapshots on remote
-repositories
+Forces a check for missing
+releases and updated snapshots on
+remote repositories
 .TP
 \fB\-up\fR,\-\-update\-plugins
 Ineffective, only kept for
 backward compatibility
 .TP
-\fB\-V\fR,\-\-show\-version
+\fB\-v\fR,\-\-version
 Display version information
-WITHOUT stopping build
 .TP
-\fB\-v\fR,\-\-version
+\fB\-V\fR,\-\-show\-version
 Display version information
+WITHOUT stopping build
 .TP
 \fB\-X\fR,\-\-debug
 Produce execution debug output

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven.git



More information about the pkg-java-commits mailing list