ctron / rpm-builder

Maven RPM builder plugin
https://ctron.github.io/rpm-builder
Eclipse Public License 2.0
56 stars 32 forks source link

Missing Recommends and Suggests dependencies #27

Closed Sami32 closed 6 years ago

Sami32 commented 6 years ago

http://rpm.org/user_doc/boolean_dependencies.html

I don't know if it is a shared opinion, but i find Recommends dependency useful for automatically download the enhancement libraries need for the project after the user approval. That make things much easy for the users while still leaving the user choice approval choice.

I see the Suggests dependency as useful when users don't read your Wiki or other documentation, and since they often just run it... At least this way they have the advices under their eyes at install time.

Sami32 commented 6 years ago

BTW, i know that we sadly often miss that point, but thank you very much for that great peace of work 👍 I was happy to modify my code to use your artifact instead of the rpm-maven-plugin one 😉

ctron commented 6 years ago

This should be fixed in version 1.0.0 which I just released. Please re-open otherwise.