Skip to content
Advertisement

Maven build error – Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.5.5

I am trying to build project using Maven. Unfortunately I have no experience with maven so I am a bit helpless. It is most likely caused by the riak submodule. Here is the github repo with code: YCSB

My system:

JavaScript

Maven stack trace:

JavaScript

I have no idea what it means so I guess you are my only hope 😀

EDIT: After adding plugin suggested by Subodh Joshi:

JavaScript

EDIT2: mvn compile works fine, but mvn package fails with above error.

Advertisement

Answer

You have to add maven-assembly-plugin in your pom.xml file

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement