In NetBeans 7.2, I get the following behavior:
1. Upon hitting the 'run (play)' button on an existing Maven Webapplication, the following error is displayed:
cd E:\Dev\Apps\MyApp; JAVA_HOME=E:\\Apps\\Dev\\jdk7u5 E:\\Apps\\Dev\\NetBeans7\\NetBeans7.2.1\\java\\maven\\bin\\mvn.bat install Scanning for projects... ------------------------------------------------------------------------ BUILD FAILURE ------------------------------------------------------------------------ Total time: 0.154s Finished at: Mon Nov 19 20:42:10 CET 2012 Final Memory: 2M/15M ------------------------------------------------------------------------ The goal you specified requires a project to execute but there is no POM in this directory (E:\). Please verify you invoked Maven from the correct directory. -> [Help 1] To see the full stack trace of the errors, re-run Maven with the -e switch. Re-run Maven using the -X switch to enable full debug logging. For more information about the errors and possible solutions, please read the following articles: [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
2. Upon creating a new Maven Web Application project from the IDE, it ends up in the root of my drive ("E:\") instead of under the one I specified in the project creation dialog window ("E:\Dev\Apps\").
I tried:
- uninstalling and re-installing various versions NetBeans 7.x
- delete env vars, reboot, add correct env vars, reboot,..
- looking in build.properties file (but don't know where to look)
Why is NetBeans reacting like this and what can I do to fix these two problems?