Try mvn -e install
which will give you more information/stacktrace
From the output, it seems that you are in the wrong directory
try to see if you can find the pom.xml in the directory
If you do, then try
> mvn -U install # to update the snapshots
and another command you can try is
> mvn -cpu install # which will update all the plugins.
James
Hello, on the CXF building page[1] it says:
"To build CXF simply execute:
$ mvn install"
But from which directory of the source code download should I run that
command from? When I run it from the root download directory (i.e., the
one that has "buildtools", "rt", "distribution", etc., as folders within
it), I get this error, which might be indicating I'm running it from the
wrong location:
[INFO] Cannot execute mojo: resources. It requires a project with an
existing pom.xml, but the build is not using one.
Thanks,
Glen
[1] http://cwiki.apache.org/confluence/display/CXF/Building