mojohaus / rpm-maven-plugin

http://www.mojohaus.org/rpm-maven-plugin/
Other
56 stars 48 forks source link

Add support for scriptlet dependencies #62

Closed oven closed 7 years ago

oven commented 8 years ago

You can now add dependencies for the following scriptlets:

These are configured like so:

<configuration>
    <requiresPre><require>apache</require></requiresPre>
    <requiresPost><require>shadow-util</require></requiresPost>
    <requiresPreun><require>find</require></requiresPreun>
</configuration>
rickard-von-essen commented 8 years ago

Thanks for the PR!

The documentation must be updated accordingly. Could you add a commit with docs.

oven commented 8 years ago

Yes, of course. I updated the documentation accordingly.