java - Does Netbeans have Maven built-in? -


i have netbeans 7.2 installed on system , use load java-based projects.. use maven build , have pom.xml file part of added project.

when right click on project in netbeans , "clean , build", project compiles , output artifact correctly.

my question have not downloaded/installed maven explicitly..so how netbeans able compile project successfully...does have maven built-in or somewhere online?

yes, has 1 version built in, can change maven home directory in options, if change version:

tools -> options -> java -> maven


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -