Login
Remember
Register
Ask a Question
How to determine the version of Maven in our system?
0
votes
asked
Jul 23, 2020
in
Maven - Coalescing Pipeline
by
rajeshsharma
How to determine the version of Maven in our system?
#maven-version
#version-maven
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 24, 2020
by
SakshiSharma
To determine the version of Maven we are using in our system, we need to enter the below command in the console.
mvn –version
...