I am very new to maven. I downloaded maven 2.0.11 and installed it on my 32-bit Redhat Linux along with JDK 1.4
After installation, I configured the proxy server settings. When I try to run the mvn install downlaod command of some repository (org) successfully, but then it fails with a build error, as shown below:
[INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Cannot execute mojo: resources. It requires a project with an existing pom.xml, but the build is not using one. [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 16 second
What does this error mean? and what configuration am i missing?
How can I disable the full repository?
Thanks,
java linux maven-2
hits_lucky
source share