archetype:crawl
Full name:
org.apache.maven.plugins:maven-archetype-plugin:3.4.1:crawl
Description:
Crawl a Maven repository (filesystem, not HTTP) and creates a catalog file.
Attributes:
- The goal is not marked as thread-safe and thus does not support parallel builds.
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<catalogFile> |
File |
- |
The archetype's catalog to update. User Property: catalog |
<repository> |
File |
- |
The repository to crawl. Default: ${settings.localRepository}User Property: repository |
Parameter Details
<catalogFile>
The archetype's catalog to update.
- Type:
java.io.File - Required:
No - User Property:
catalog
<repository>
The repository to crawl.
- Type:
java.io.File - Required:
No - User Property:
repository - Default:
${settings.localRepository}


