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
Post a Comment