Skullabs/kikaha

Build Failure

jmilagroso opened this issue · 2 comments

Hello
I am encountering a build failure while building:

$ cd ~/kikaha
$ mvn clean package install

$ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:testCompile (default-testCompile) on project kikaha-injection-processor: Compilation failure -> [Help 1]

Any thoughts on this?

miere commented

Hi @jmilagroso
Would you mind to execute the following command on your project directory:

$ mvn clean install -e

This should print more details about the issue you are facing.
Also, I would ask to upload the output log (at least the last 30 lines), then I can help you to figure out the problem...

Hi @miere,

Thanks, mvn clean install -e did it.