The goal you specified requires a project to execute but there is no pom in this dir
"The goal you specified requires a project to execute but there is no pom in this directory"
This directory is "blah blah blah\SpringRoo"
I have pizza directory under "blah blah blah\SpringRoo", so the whole application is actually in this directory "blah blah blah\SpringRoo\pizza"
But when I run perform tests, I got the "no pom in 'blah blah blah\SpringRoo' directory", but pom.xml is actuall under "blah blah blah\SpringRoo\pizza", and I ran 'roo' under "blah blah blah\SpringRoo\pizza".
I think roo is not looking at the right directory, that is why it doesn't see pom.xml
How can I tell roo to look into the right directory?