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
{{ message }}
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
I'm trying to get together a Maven setup that allows me to publish an RPM from my project to a separate yum repo from where the projects jars etc are being published. To do this I am trying to use deploy:deploy-file to deploy the RPM, however there seems to be no easy way to get the path of the generated RPM. I've ended up using this snippet but it seems to me that it is not very robust or elegent: target/rpm/${project.artifactId}/RPMS/noarch/${project.artifactId}-${rpm.version}-${rpm.release}.noarch.rpm
It would be great if there was a single property I could use to get the path of the RPM.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to get together a Maven setup that allows me to publish an RPM from my project to a separate yum repo from where the projects jars etc are being published. To do this I am trying to use
deploy:deploy-file
to deploy the RPM, however there seems to be no easy way to get the path of the generated RPM. I've ended up using this snippet but it seems to me that it is not very robust or elegent:target/rpm/${project.artifactId}/RPMS/noarch/${project.artifactId}-${rpm.version}-${rpm.release}.noarch.rpm
It would be great if there was a single property I could use to get the path of the RPM.
The text was updated successfully, but these errors were encountered: