- Goal: Verify the presence of the Apache Maven tool on the user's machine
- Parameters:
- MAVEN_VERSION: Apache Maven version to be controlled locally
- Rule engine definition: TODO
- Result message:
- SUCCEEDED: Apache Maven is well installed on your local machine.
- FAILED: No Apache Maven is available locally or don't match the target version.
- Effort (Low, moderate, high):
- Order (Rule position to help the user or tool when it should be executed):
- Reference (link to an existing rule):
- Issue ticket:
| Instruction | Command (if applicable) | Effort |
|---|---|---|
| Check locally which maven version is installed ? | "mvn --version" | Low |