The code I cloned is the latest master:
https://github.com/twitter/iago/commit/f153d805653b986754fbb6cc64eb1e599072d583
***
➜ echo git:(master) ✗ mvn package
...
...
[ERROR] error: error while loading Await, class file needed by Await is missing.
[INFO] reference type InterruptedException of object package refers to nonexisting symbol.
[ERROR] error: error while loading Awaitable, class file needed by Awaitable is missing.
[INFO] reference type InterruptedException of object package refers to nonexisting symbol.
[ERROR] two errors found
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.492s
[INFO] Finished at: Thu May 29 14:13:14 CST 2014
[INFO] Final Memory: 10M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal net.alchim31.maven:scala-maven-plugin:3.0.1:compile (scala-compile-first) on project iago-echo: wrap: org.apache.commons.exec.ExecuteException: Process exited with an error: 1(Exit value: 1) -> [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:
Any idea why this happens?