You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by tr...@apache.org on 2004/05/05 14:25:58 UTC

cvs commit: maven/src/man maven.1

trygvis     2004/05/05 05:25:58

  Modified:    src/man  maven.1
  Log:
  Updating the man page:
   o Adding new authors.
   o Adding the new command line options.
   o Some reformatting of the options to look more 'normal'.
  
  Revision  Changes    Path
  1.2       +28 -21    maven/src/man/maven.1
  
  Index: maven.1
  ===================================================================
  RCS file: /home/cvs/maven/src/man/maven.1,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.1	26 Mar 2003 10:40:58 -0000	1.1
  +++ maven.1	5 May 2004 12:25:57 -0000	1.2
  @@ -1,11 +1,12 @@
   .\" Process this file with
   .\" groff -man -Tascii foo.1
   .\"
  -.TH MAVEN 1 "MARCH 2003" Linux "User Manuals"
  +.TH MAVEN 1 "MAY 2004" Linux "User Manuals"
   .SH NAME
   maven \- builds a project
   .SH SYNOPSIS
  -\fB maven\fR [\fIoptions\fR] \fIgoal\fR ...
  +\fB maven\fR [\fIoptions\fR] [\fIgoal\fR [\fIgoal2\fR [\fIgoal3\fR] ...]]
  +
   .SH DESCRIPTION
   .B Maven
   is a Java project management and project comprehension tool. Maven is
  @@ -27,47 +28,50 @@
   .SH OPTIONS
   Options must be given before the list of goals to execute.
   .TP
  -\fB\-\-debug\fR (\fB\-X\fR)
  +\fB\-X\fR, \fB\-\-debug\fR
   Produce execution debug output
   .TP
  -\fB\-\-emacs\fR (\fB\-E\fR)
  -Produce logging information without adornments.
  -.TP
  -\fB\-\-define\fR arg (\fB-D\fRarg)
  +\fB\-D\fR, \fB\-\-define\fR \fIarg\fR
   Define a system property.
   arg must be in the form: 
   .br
  -\fBmaven.property.name\fI=\fRvalue
  -.TP
  -\fB\-\-nobanner\fR (\fB\-b)
  -Suppress the logo banner.
  +maven.property.name=value
   .TP
  -\fB\-\-dir\fR (\fB\-d\fR) arg
  +\fB\-d\fR, \fB\-\-dir\fR \fIarg\fR
   Set the effective working directory.
   .TP
  -\fB\-\-exception\fR (\fB\-e\fR)
  +\fB\-E\fR, \fB\-\-emacs\fR
  +Produce logging information without adornments.
  +.TP
  +\fB\-e\fR, \fB\-\-exception\fR
   Produce exception stack traces.
   .TP
  -\fB\-\-find\fR (\fB-f\fR) arg
  +\fB\-f\fR, \fB\-\-find\fR \fIarg\fR
   Set the project file and effective working directory by finding the project.
   file.
   .TP
  -\fB\-\-goals\fR (\fB\-g\fR)
  +\fB\-g\fR, \fB\-\-goals\fR
   Display available goals.
   .TP
  -\fB\-\-help\fR (\fB\-h\fR)
  +\fB\-h\fR, \fB\-\-help\fR
   Display help information.
   .TP
  -\fB\-\-info\fR (\fB\-i\fR)
  +\fB\-i\fR, \fB\-\-info\fR
   Display system information.
   .TP
  -\fB\-\-offline\fR (\fB\-o\fR)
  +\fB\-b\fR, \fB\-\-nobanner\fR
  +Suppress the logo banner.
  +.TP
  +\fB\-o\fR, \fB\-\-offline\fR
   Build is happening offline.
   .TP
  -\fB\-\-pom\fR (\fB\-p\fR) arg
  +\fB\-p\fR, \fB\-\-pom\fR \fIarg\fR
   Set the project file.
   .TP
  -\fB\-\-version\fR (\fB\-v\fR)
  +\fB\-q\fR, \fB\-\-quitet\fR \fIarg\fR
  +Reduce execution output.
  +.TP
  +\fB\-v\fR, \fB\-\-version\fR
   Display the version of \fBmaven\fR we are using.
   .SH FILES
   .I ./build.properties
  @@ -135,3 +139,6 @@
   Ben Walding <ja...@walding.com>
   .SH CVS HEADER
   $Id$
  +.SH AUTHOR
  +This man page was originally written Stephane Mor <st...@yahoo.fr>
  +and updated by Trygve Laugstoel <tr...@apache.org>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org