mojohaus / rpm-maven-plugin

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

Add skipPOMs parameter to skip POM projects #50

Closed joschi closed 8 years ago

joschi commented 8 years ago

Maven projects with packaging "pom" do not produce an executable artifact and should be skipped.

This simplifies using the rpm-maven-plugin in multi-module builds in which the configuration of the plugin is done in the parent project (usually just a POM with the conventions for the sub-modules) and RPMs should be built only in the sub-modules with packaging "jar" (or "war" or similar).

dantran commented 8 years ago

This a validate use case, but I do have pom maven module that build RPM as well. So we need document the new settings is for this multi modules specific use case

joschi commented 8 years ago

@dantran Sure thing! Where should I put the documentation/description of the new setting?