Search code examples
javacucumberbddjboss-arquilliancucumber-jvm

Arquillian with cucumber Build Failure


I'm trying to build a maven project with Arquillian Framework and Cucumber. I'm receiving this message:

PrintSc of Terminal

What can I do to fix that?


Solution

  • Seems like maven is having trouble getting the depended jar. May be the dependency download got interrupted or didn't complete successfully. You can try deleting the .....info\cukes\cucumber-java\1.2.5 folder and try to rebuild the project. Maven will retry downloading the dependencies and probably will succeed. [answer added for record]