We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I build rpm package with rpm:packageBin. It produces nice formatted file: "app-2.8.18-1.noarch.rpm". But when i publish it with rpm:publish:
Is there option to change this behaviour or i should write my own custom publish plugin?
rpm --version
The text was updated successfully, but these errors were encountered:
Thanks for your detailed report. Native-packager offers an RpmDeployment plugin, but it's not well supported as the scope is building packages.
RpmDeployment
If the RpmDeployment plugin doesn't help, the best idea as you mentioned, is to write your own publishing plugin.
Sorry, something went wrong.
rpm:publish would publish the artifact to a maven repository. The filename and path you see are maven conventions.
rpm:publish
In resolvers i found basePatterns implicit parameter. I override field artifactPattern and it works as expected.
No branches or pull requests
I build rpm package with rpm:packageBin. It produces nice formatted file: "app-2.8.18-1.noarch.rpm".
But when i publish it with rpm:publish:
Is there option to change this behaviour or i should write my own custom publish plugin?
Information
rpm --version
) RPM version 4.14.1The text was updated successfully, but these errors were encountered: