Open simonfontana opened 4 years ago
Okay, so I was going to create a PR, but something is messing with my environment. I think it's my network connection. I'll try again later.
@ossarga, can we close this ticket or is there more work to do here?
@adejanovski there is some minor work to be done on this. I have left some requested changes on the PR. Just waiting for @simonfontana to reply back.
Project board link
How to reproduce
Build without using Maven cache. Either delete your Maven cache or remove the .m2 volume in docker-compose.yaml.
Follow these instructions: http://cassandra-reaper.io/docs/download/docker/
You should get the following output:
Solution
The issue is that the entrypoint only executes the "build-packages" goal, and this goal does not build the JAR.
Since the deb and rpm packages requires JAR package, I suggest the "deb" and "rpm" goals should depend on "package" goal.
┆Issue is synchronized with this Jira Story by Unito ┆Issue Number: REAP-135