It downloads specification files from the remote repositories and stores them locally.
Mojo attributes:
- Requires a Maven 2.0 project to execute
- Requires dependency resolution of artifacts in scope: test
- Is not bound to any lifecycle phase
Required parameters
| Name |
Type |
Description |
| specsDirectory |
File |
The directory where specification files should be downloaded. Default value: ${basedir}/src/specs |
| repositories |
Repository |
Suite or test uri of specifications to download. |
Parameter details
specsDirectory: The destination directory for specifications. Specification files will be stored under a sub-directory named after the repository and optionally a sub-directory named after the suite.
- Type: java.io.File
- Required: Yes
- Expression: ${basedir}/src/specs