0 votes
in Maven - Coalescing Pipeline by

How to determine the version of Maven in our system?

1 Answer

0 votes
by
To determine the version of Maven we are using in our system, we need to enter the below command in the console.

mvn –version
...