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
This is a feature request basically. My use-case is, that i have a multi-project layout named example with these projects
example (the aggregated root) example-common example-core example-web
Now we have an rpm package with rpm:packagBin command (works like a charm) for the example-core project.
rpm:packagBin
What i want is an rpm package for example-web project, which rpm package depends on core and not contains any jar which is a dependency of core.
So basically i would have 2 RPM-s example-core-1.0.rpm example-web-1.0.rpm and the example-web does depend on the example-core.rpm
Is this result possible somehow now? Where to begin if I want to contribute?
I am using systemd, rpm, and sbt-native-packager-1.2.0-M5
The text was updated successfully, but these errors were encountered:
Hi @zsedem
Thanks for your feature request. You are not the first one asking for this 😉 There has been a lot of this discussion on this in #723
I suggest you start there and see if this helps you getting started.
I would close this issue and do all further stuff in #723.
Sorry, something went wrong.
No branches or pull requests
This is a feature request basically.
My use-case is, that i have a multi-project layout named example with these projects
Now we have an rpm package with
rpm:packagBin
command (works like a charm) for the example-core project.Expected behaviour
What i want is an rpm package for example-web project, which rpm package depends on core and not contains any jar which is a dependency of core.
So basically i would have 2 RPM-s
example-core-1.0.rpm
example-web-1.0.rpm
and the example-web does depend on the example-core.rpm
Is this result possible somehow now?
Where to begin if I want to contribute?
I am using systemd, rpm, and sbt-native-packager-1.2.0-M5
The text was updated successfully, but these errors were encountered: