hmmm, no sudo permissions are needed.
The thing failing is part of the integration tests done for the build. The detailed exception message says at the top: Failed to execute goal org.apache.maven.plugins:maven-invoker-plugin:1.8:run (integration-test) on project jcasgen-maven-plugin: 3 builds failed. See console output above for details. -> [Help 1] Can you post what you see when you look at the console output **above**? Perhaps it will show some clue. This integration test needs quite a bit of disk space. If you don't have that, you can skip the integration test by adding a -Dinvoker.skip (see https://maven.apache.org/plugins/maven-invoker-plugin/integration-test-mojo.html) so for example: mvn install -Dinvoker.skip -Marshall On 3/27/2015 8:54 AM, Rohit Shinde wrote: > Hello everyone, > > I am intending to contirbute to UIMA. To that end, downloaded the svn > repository and started building UIMA. > > However, when I do mvn install, it downloaded many packages and it gave me > one error: > Failed to execute goal > org.apache.maven.plugins:maven-invoker-plugin:1.8:run (integration-test) on > project jcasgen-maven-plugin: 3 builds failed. > > Why is this happening? Do I need to give sudo permissions? > > Thank you, > Rohit Shinde >
