Package org.apache.maven.index.cli
Class NexusIndexerCli
java.lang.Object
org.apache.maven.index.cli.NexusIndexerCli
A command line tool that can be used to index local Maven repository.
 
 The following command line options are supported:
 
- -repository : required path to repository to be indexed 
- -index : required index folder used to store created index or where previously created index is stored 
- -name : required repository name/id 
- -target : optional folder name where to save produced index files 
- -type : optional indexer types 
- -format : optional indexer formats 
MinimalArtifactInfoIndexCreator and
 JarFileContentsIndexCreator.- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
QUIET- See Also:
 
- 
DEBUG- See Also:
 
- 
HELP- See Also:
 
- 
VERSION- See Also:
 
- 
REPO- See Also:
 
- 
INDEX- See Also:
 
- 
NAME- See Also:
 
- 
TYPE- See Also:
 
- 
TARGET_DIR- See Also:
 
- 
CREATE_INCREMENTAL_CHUNKS- See Also:
 
- 
CREATE_FILE_CHECKSUMS- See Also:
 
- 
INCREMENTAL_CHUNK_KEEP_COUNT- See Also:
 
- 
UNPACK- See Also:
 
 
- 
- 
Constructor Details- 
NexusIndexerClipublic NexusIndexerCli()
 
- 
- 
Method Details- 
main
 
-