Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 939 Bytes

File metadata and controls

21 lines (17 loc) · 939 Bytes

Rule: Presence of the Apache Maven tool on the user's machine

  • 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:

Instructions

Instruction Command (if applicable) Effort
Check locally which maven version is installed ? "mvn --version" Low

Additional information