mojohaus / rpm-maven-plugin

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

Add a property to skip the execution of the plugin #20

Open obfischer opened 8 years ago

obfischer commented 8 years ago

I would like to have a property (e.g. rpm.skip) to skip the execution of the RPM plugin during a build.

danielmitterdorfer commented 8 years ago

@obfischer: Just as an idea: We've solved this using Maven profiles: https://github.com/elastic/elasticsearch/blob/2.x/distribution/pom.xml#L292-L321 - but we have a separate subproject just for RPMs so that's pretty easy for us.

obfischer commented 7 years ago

Hi @danielmitterdorfer, at the moment I use also an profile for this. The requested skip property would be a nice to have and would help us to write simpler POMs. ;-)