Created
January 23, 2011 00:20
-
-
Save pashields/791657 to your computer and use it in GitHub Desktop.
mvn install failing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Patrick-Shieldss-MacBook-Air:tmp pashields$ brew info maven | |
maven 3.0.2 | |
http://maven.apache.org/ | |
/usr/local/Cellar/maven/3.0.2 (40 files, 3.3M) | |
http://github.com/mxcl/homebrew/commits/master/Library/Formula/maven.rb | |
Patrick-Shieldss-MacBook-Air:tmp pashields$ git clone [email protected]:floop-inc/floop-server.git | |
Cloning into floop-server... | |
remote: Counting objects: 7308, done. | |
remote: Compressing objects: 100% (2242/2242), done. | |
remote: Total 7308 (delta 3731), reused 6921 (delta 3533) | |
Receiving objects: 100% (7308/7308), 19.08 MiB | 479 KiB/s, done. | |
Resolving deltas: 100% (3731/3731), done. | |
Patrick-Shieldss-MacBook-Air:tmp pashields$ cd floop-server/ | |
Patrick-Shieldss-MacBook-Air:floop-server pashields$ ls | |
README.md build.xml com.floop.analytics com.floop.common com.floop.data com.floop.web external-conf scripts.com.floop | |
Patrick-Shieldss-MacBook-Air:floop-server pashields$ mvn install | |
[INFO] Scanning for projects... | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 0.250s | |
[INFO] Finished at: Sat Jan 22 19:15:54 EST 2011 | |
[INFO] Final Memory: 3M/81M | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/private/tmp/floop-server). 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: | |
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException | |
Patrick-Shieldss-MacBook-Air:floop-server pashields$ ls | |
README.md build.xml com.floop.analytics com.floop.common com.floop.data com.floop.web external-conf scripts.com.floop | |
Patrick-Shieldss-MacBook-Air:floop-server pashields$ mvn --version | |
Apache Maven 3.0.2 (r1056850; 2011-01-08 19:58:10-0500) | |
Java version: 1.6.0_22, vendor: Apple Inc. | |
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home | |
Default locale: en_US, platform encoding: MacRoman | |
OS name: "mac os x", version: "10.6.6", arch: "x86_64", family: "mac" | |
Patrick-Shieldss-MacBook-Air:floop-server pashields$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment