Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mvn(1) [centos man page]

MVN(1)								   User Commands							    MVN(1)

NAME
mvn - software project management and comprehension tool DESCRIPTION
usage: mvn [options] [<goal(s)>] [<phase(s)>] OPTIONS
-am,--also-make If project list is specified, also build projects required by the list -amd,--also-make-dependents If project list is specified, also build projects that depend on projects on the list -B,--batch-mode Run in non-interactive (batch) mode -C,--strict-checksums Fail the build if checksums don't match -c,--lax-checksums Warn if checksums don't match -cpu,--check-plugin-updates Ineffective, only kept for backward compatibility -D,--define <arg> Define a system property -e,--errors Produce execution error messages -emp,--encrypt-master-password <arg> Encrypt master security password -ep,--encrypt-password <arg> Encrypt server password -f,--file <arg> Force the use of an alternate POM file. -fae,--fail-at-end Only fail the build afterwards; allow all non-impacted builds to continue -ff,--fail-fast Stop at first failure in reactorized builds -fn,--fail-never NEVER fail the build, regardless of project result -gs,--global-settings <arg> Alternate path for the global settings file -h,--help Display help information -l,--log-file <arg> Log file to where all build output will go. -N,--non-recursive Do not recurse into sub-projects -npr,--no-plugin-registry Ineffective, only kept for backward compatibility -npu,--no-plugin-updates Ineffective, only kept for backward compatibility -nsu,--no-snapshot-updates Suppress SNAPSHOT updates -o,--offline Work offline -P,--activate-profiles <arg> Comma-delimited list of profiles to activate -pl,--projects <arg> Comma-delimited list of specified reactor projects to build instead of all projects. A project can be specified by [groupId]:arti- factId or by its relative path. -q,--quiet Quiet output - only show errors -rf,--resume-from <arg> Resume reactor from specified project -s,--settings <arg> Alternate path for the user settings file -T,--threads <arg> Thread count, for instance 2.0C where C is core multiplied -t,--toolchains <arg> Alternate path for the user toolchains file -U,--update-snapshots Forces a check for updated releases and snapshots on remote repositories -up,--update-plugins Ineffective, only kept for backward compatibility -V,--show-version Display version information WITHOUT stopping build -v,--version Display version information -X,--debug Produce execution debug output Apache Maven 3.0.4 July 2012 MVN(1)

Check Out this Related Man Page

Ns_Thread2(3aolserver)					   AOLserver Library Procedures 				    Ns_Thread2(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
Ns_AbsTimedWaitForEvent, Ns_AllocThreadLocalStorage, Ns_BeginDetachedThread, Ns_BeginThread, Ns_BroadcastEvent, Ns_DestroyCriticalSection, Ns_DestroyEvent, Ns_DestroyMutex, Ns_DestroyRWLock, Ns_DestroySemaphore, Ns_EnterCriticalSection, Ns_ExitThread, Ns_GetThread, Ns_GetThrea- dId, Ns_GetThreadLocalStorage, Ns_GetThreadServer, Ns_InitializeCriticalSection, Ns_InitializeEvent, Ns_InitializeMutex, Ns_InitializeR- WLock, Ns_InitializeSemaphore, Ns_LeaveCriticalSection, Ns_LockMutex, Ns_ReadLockRWLock, Ns_ReadUnlockRWLock, Ns_ReleaseSemaphore, Ns_SetEvent, Ns_SetThreadLocalStorage, Ns_SetThreadServer, Ns_TimedWaitForEvent, Ns_UTimedWaitForEvent, Ns_UnlockMutex, Ns_WaitForEvent, Ns_WaitForSemaphore, Ns_WaitForThread, Ns_WaitThread, Ns_WriteLockRWLock, Ns_WriteUnlockRWLock - library procedures SYNOPSIS
#include "ns.h" Ns_AbsTimedWaitForEvent(arg, arg) Ns_AllocThreadLocalStorage(arg, arg) Ns_BeginDetachedThread(arg, arg) Ns_BeginThread(arg, arg) Ns_BroadcastEvent(arg, arg) Ns_DestroyCriticalSection(arg, arg) Ns_DestroyEvent(arg, arg) Ns_DestroyMutex(arg, arg) Ns_DestroyRWLock(arg, arg) Ns_DestroySemaphore(arg, arg) Ns_EnterCriticalSection(arg, arg) Ns_ExitThread(arg, arg) Ns_GetThread(arg, arg) Ns_GetThreadId(arg, arg) Ns_GetThreadLocalStorage(arg, arg) Ns_GetThreadServer(arg, arg) Ns_InitializeCriticalSection(arg, arg) Ns_InitializeEvent(arg, arg) Ns_InitializeMutex(arg, arg) Ns_InitializeRWLock(arg, arg) Ns_InitializeSemaphore(arg, arg) Ns_LeaveCriticalSection(arg, arg) Ns_LockMutex(arg, arg) Ns_ReadLockRWLock(arg, arg) Ns_ReadUnlockRWLock(arg, arg) Ns_ReleaseSemaphore(arg, arg) Ns_SetEvent(arg, arg) Ns_SetThreadLocalStorage(arg, arg) Ns_SetThreadServer(arg, arg) Ns_TimedWaitForEvent(arg, arg) Ns_UTimedWaitForEvent(arg, arg) Ns_UnlockMutex(arg, arg) Ns_WaitForEvent(arg, arg) Ns_WaitForSemaphore(arg, arg) Ns_WaitForThread(arg, arg) Ns_WaitThread(arg, arg) Ns_WriteLockRWLock(arg, arg) Ns_WriteUnlockRWLock(arg, arg) _________________________________________________________________ DESCRIPTION
These functions ... SEE ALSO
nsd(1), info(n) KEYWORDS
AOLserver 4.0 Ns_Thread2(3aolserver)
Man Page