Where is the 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 brings but now from the console and not download it again.

When opening 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 are looking 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