This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven2.
commit 510913554819e55735b07a006c87df004858587e Author: Paul Cager <[email protected]> Date: Sun Aug 12 15:22:07 2007 +0000 Added man pages --- debian/{mvn.1 => m2.1} | 22 +++++++++------------- debian/maven2.manpages | 2 ++ debian/mvn.1 | 12 ++---------- 3 files changed, 13 insertions(+), 23 deletions(-) diff --git a/debian/mvn.1 b/debian/m2.1 similarity index 84% copy from debian/mvn.1 copy to debian/m2.1 index 69640f2..fbcf775 100644 --- a/debian/mvn.1 +++ b/debian/m2.1 @@ -1,8 +1,10 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH MAVEN "1" "July 2007" "Maven version: 2.0.7" "User Commands" +.TH M2 "1" "July 2007" "m2 " "User Commands" .SH NAME -Maven \- manual page for Maven version: 2.0.7 +m2 \- Command to start the maven system (deprecated) .SH DESCRIPTION +THE m2 COMMMAND IS DEPRECATED \- PLEASE RUN mvn INSTEAD +.PP usage: mvn [options] [<goal(s)>] [<phase(s)>] .SH OPTIONS .TP @@ -82,15 +84,9 @@ Alternate path for the user settings file .TP \fB\-v\fR,\-\-version Display version information -.SH "SEE ALSO" -The full documentation for -.B Maven -is maintained as a Texinfo manual. If the -.B info -and -.B Maven -programs are properly installed at your site, the command -.IP -.B info Maven .PP -should give you access to the complete manual. +THE m2 COMMMAND IS DEPRECATED \- PLEASE RUN mvn INSTEAD +.PP +Maven version: 2.0.7 +.SH "SEE ALSO" +.IR mvn (1) diff --git a/debian/maven2.manpages b/debian/maven2.manpages new file mode 100644 index 0000000..de16520 --- /dev/null +++ b/debian/maven2.manpages @@ -0,0 +1,2 @@ +debian/mvn.1 +debian/m2.1 diff --git a/debian/mvn.1 b/debian/mvn.1 index 69640f2..1e855cb 100644 --- a/debian/mvn.1 +++ b/debian/mvn.1 @@ -1,7 +1,7 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. .TH MAVEN "1" "July 2007" "Maven version: 2.0.7" "User Commands" .SH NAME -Maven \- manual page for Maven version: 2.0.7 +mvn \- Command to start the Maven system .SH DESCRIPTION usage: mvn [options] [<goal(s)>] [<phase(s)>] .SH OPTIONS @@ -85,12 +85,4 @@ Display version information .SH "SEE ALSO" The full documentation for .B Maven -is maintained as a Texinfo manual. If the -.B info -and -.B Maven -programs are properly installed at your site, the command -.IP -.B info Maven -.PP -should give you access to the complete manual. +is available at http://maven.apache.org/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

