archetype:crawl

Full name:

org.apache.maven.plugins:maven-archetype-plugin:2.0-alpha-3:crawl

Description:

Crawl a Maven 2 repository (Filesystem, not HTTP) and creates a catalog file.

Attributes:

    Optional Parameters

    Name Type Since Description
    catalogFile File - The archetype's catalog to update.
    repository File - The repository to crawl. Default value is: ${settings.localRepository}.

    Parameter Details

    catalogFile :

    The archetype's catalog to update.

    • Type: java.io.File
    • Required: No
    • Expression: ${catalog}

    repository :

    The repository to crawl.

    • Type: java.io.File
    • Required: No
    • Expression: ${repository}
    • Default: ${settings.localRepository}