ctron / rpm-builder

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

Bugfix rpm dependencies in YumMojo #11

Closed berndwarmuth closed 7 years ago

berndwarmuth commented 7 years ago

The yum-repository goal fails, when there are maven dependencies with type other than "rpm". In this PR i propose to filter out only those dependencies with type "rpm".

ctron commented 7 years ago

Big thanks for the fixes! I will try to make a release in the next few days!

ctron commented 7 years ago

I uploaded a release candidate to the OSSRH repository in staging. It would be great if you could give it a try!

berndwarmuth commented 7 years ago

thank you, I've tried to use the release candidate - seems to work fine :)

ctron commented 7 years ago

Cool! I will release it then.

berndwarmuth commented 7 years ago

Awesome, thanx :)