Login
Remember
Register
Ask a Question
How do you know the version of Maven being used?
0
votes
asked
Aug 30, 2023
in
Maven - Coalescing Pipeline
by
JackTerrance
How do you know the version of Maven being used?
maven-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 30, 2023
by
JackTerrance
mvn –version is used to check the version of Maven present in the system.
The command is typed in the command prompt, and the version of Maven in the system will eventually appear on the screen.
...