Where is Netbeans 8.0.2 embedded maven located?

Question:

I have been working with maven in netbeans and I would like to use the maven that it already comes with but now from the console and not download it again.

When I open the configuration instead of the path it tells me embedded maven.

Does anyone know where I can find it if I have Netbeans 8.0.2 ?

My operating system is Windows.

Answer:

If you look for the mvn.bat file, you will find it in the folder:

%PROGRAMFILES%\NetBeans 8.0.2\java\maven\bin\mvn.bat
Scroll to Top