Goals available:
| Goal | Description |
|---|---|
| dependency:copy-dependencies | Goal that copies the project dependencies from the repository to a defined location. |
| dependency:copy | Goal that copies a list of artifacts from the repository to defined locations. |
| dependency:unpack | Goal that retrieves a list of artifacts from the repository and unpacks them in a defined location. |
| dependency:go-offline | Goal that resolves all project dependencies, including plugins and reports and their dependencies. |
| dependency:resolve | Goal that resolves the project dependencies from the repository. |
| dependency:sources | Goal that resolves the project source dependencies from the repository. |
| dependency:resolve-plugins | Goal that resolves all project plugins and reports and their dependencies. |
| dependency:unpack-dependencies | Goal that unpacks the project dependencies from the repository to a defined location. |