Author: paulcager-guest Date: 2007-08-12 15:22:07 +0000 (Sun, 12 Aug 2007) New Revision: 4008
Added: trunk/maven2/debian/m2.1 trunk/maven2/debian/maven2.manpages Modified: trunk/maven2/debian/mvn.1 Log: Added man pages Added: trunk/maven2/debian/m2.1 =================================================================== --- trunk/maven2/debian/m2.1 (rev 0) +++ trunk/maven2/debian/m2.1 2007-08-12 15:22:07 UTC (rev 4008) @@ -0,0 +1,92 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH M2 "1" "July 2007" "m2 " "User Commands" +.SH NAME +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 +\fB\-q\fR,\-\-quiet +Quiet output \- only show errors +.TP +\fB\-C\fR,\-\-strict\-checksums +Fail the build if checksums don't match +.TP +\fB\-c\fR,\-\-lax\-checksums +Warn if checksums don't match +.TP +\fB\-P\fR,\-\-activate\-profiles +Comma\-delimited list of profiles to +activate +.TP +\fB\-ff\fR,\-\-fail\-fast +Stop at first failure in reactorized builds +.TP +\fB\-fae\fR,\-\-fail\-at\-end +Only fail the build afterwards; allow all +non\-impacted builds to continue +.TP +\fB\-B\fR,\-\-batch\-mode +Run in non\-interactive (batch) mode +.TP +\fB\-fn\fR,\-\-fail\-never +NEVER fail the build, regardless of project +result +.TP +\fB\-up\fR,\-\-update\-plugins +Synonym for cpu +.TP +\fB\-N\fR,\-\-non\-recursive +Do not recurse into sub\-projects +.TP +\fB\-npr\fR,\-\-no\-plugin\-registry +Don't use ~/.m2/plugin\-registry.xml for +plugin versions +.TP +\fB\-U\fR,\-\-update\-snapshots +Forces a check for updated releases and +snapshots on remote repositories +.TP +\fB\-cpu\fR,\-\-check\-plugin\-updates +Force upToDate check for any relevant +registered plugins +.TP +\fB\-npu\fR,\-\-no\-plugin\-updates +Suppress upToDate check for any relevant +registered plugins +.TP +\fB\-D\fR,\-\-define +Define a system property +.TP +\fB\-X\fR,\-\-debug +Produce execution debug output +.TP +\fB\-e\fR,\-\-errors +Produce execution error messages +.TP +\fB\-f\fR,\-\-file +Force the use of an alternate POM file. +.TP +\fB\-h\fR,\-\-help +Display help information +.TP +\fB\-o\fR,\-\-offline +Work offline +.TP +\fB\-r\fR,\-\-reactor +Execute goals for project found in the +reactor +.TP +\fB\-s\fR,\-\-settings +Alternate path for the user settings file +.TP +\fB\-v\fR,\-\-version +Display version information +.PP +THE m2 COMMMAND IS DEPRECATED \- PLEASE RUN mvn INSTEAD +.PP +Maven version: 2.0.7 +.SH "SEE ALSO" +.IR mvn (1) Added: trunk/maven2/debian/maven2.manpages =================================================================== --- trunk/maven2/debian/maven2.manpages (rev 0) +++ trunk/maven2/debian/maven2.manpages 2007-08-12 15:22:07 UTC (rev 4008) @@ -0,0 +1,2 @@ +debian/mvn.1 +debian/m2.1 Modified: trunk/maven2/debian/mvn.1 =================================================================== --- trunk/maven2/debian/mvn.1 2007-08-11 20:50:30 UTC (rev 4007) +++ trunk/maven2/debian/mvn.1 2007-08-12 15:22:07 UTC (rev 4008) @@ -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 @@ .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/ _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

