When I create a new Maven Builder, under Builders, New, Maven Build – and just select the defaults of using the install goal on my project, Maven runs but does not exec against the pom correctly and I just get:
[INFO] Scanning for projects…
[INFO] ————————————————————————
[INFO] BUILD SUCCESS
[INFO] ————————————————————————
[INFO] Total time: 0.545s
[INFO] Finished at: Fri Jul 16 17:59:53 PDT 2010
[INFO] Final Memory: 1M/4M
[INFO] ————————————————————————
Whats going on? Is the Maven Builder broken or am I doing something wrong? Also, what are the goals used by the default Maven Project Builder (you can’t edit it so you can’t see how it is configured)?
thanks