You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't be certain this is still true because I'm having trouble actually building the RPM, but I've hit this same problem myself a few times I think I'm probably close to right here.
$ rpm -ql jmxterm | grep bin
/usr/bin
/usr/bin/jmxterm
(this is on an older version of the JMXTERM package I created ages ago)
The RPM is declaring it owns /usr/bin, which I think you'll agree is overreaching a bit.
I think you will need to modify the pom so that the <directoryIncluded>false</directoryIncluded> for the jmxterm.sh section of the maven-rpm-plugin configuration..
The text was updated successfully, but these errors were encountered:
You can actually build an RPM on OSX but unfortunately without the above it encodes darwin in the needed architecture, and in reality this RPM itself is architecture independent (the JVM is of course a different matter).
I can't be certain this is still true because I'm having trouble actually building the RPM, but I've hit this same problem myself a few times I think I'm probably close to right here.
(this is on an older version of the JMXTERM package I created ages ago)
The RPM is declaring it owns
/usr/bin
, which I think you'll agree is overreaching a bit.I think you will need to modify the pom so that the
<directoryIncluded>false</directoryIncluded>
for thejmxterm.sh
section of the maven-rpm-plugin configuration..The text was updated successfully, but these errors were encountered: