I want to run a Maven project: The example "atmosphere-gwt-chat" for the Atmosphere framework:
I am totally new to Maven and I just want to get a working example in order to find out how it works.
So I downloaded the POM file into a new directory and started maven in this directory. But it reports errors (see below).
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.206s
[INFO] Finished at: Mon Nov 12 17:41:13 CET 2012
[INFO] Final Memory: 5M/240M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:gwt-maven-plugin:2.5.0:run (default-cli): Goal requires a project to execute but there is no POM in this directory (/home/wagner/dvl/spl/Atmosphere/t). Please verify you invoked Maven from the correct directory. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles: