From dba1b52e81797eeb57c7a6ceeecf2e74142e5ce3 Mon Sep 17 00:00:00 2001 From: David Pilato Date: Wed, 19 Aug 2015 15:37:28 +0200 Subject: [PATCH] [build] rpm module should be build on machine with /usr/bin/rpmbuild We build the rpm module automatically if you have either: * `/usr/bin/rpmbuild` * `/usr/local/bin/rpmbuild` available. If your `rpmbuild` is in another location and available in your path, then run maven with `rpm` profile: ```sh mvn deploy -Prpm ``` Closes #12984. --- distribution/pom.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/distribution/pom.xml b/distribution/pom.xml index 52969ee779c..41a17293f45 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -33,9 +33,6 @@ ${project.basedir}/../licenses ${integ.scratch} - - /usr/bin/rpmbuild - true @@ -172,6 +169,11 @@ + macos_brew @@ -190,7 +192,7 @@ - ${packaging.rpm.rpmbuild} + /usr/bin/rpmbuild