Skip to content
New issue

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

Modules #978

Merged
merged 8 commits into from
Mar 17, 2024
Merged

Modules #978

merged 8 commits into from
Mar 17, 2024

Conversation

fbacchella
Copy link
Contributor

Using multi-modules for jeromq, so it allows the generation of a multi-release jar.
The setup is not easy because it must comply with the following contraints:
— Compatible with IDE, so each module must handle only one Java version.
— Generate usable javadoc and sources artifacts.
— Keep usefull artifact names and dependency.

The current organisation is the only one I found that match all of them. But there is still to problems to handles:
— Missing the META-INF/maven in the generated sources jar.
— Some MANIFEST properties for OSGi needs to be manually managed.

Once handled, PR #967 can be updated and merged.

@trevorbernard trevorbernard self-assigned this Mar 17, 2024
@trevorbernard trevorbernard merged commit 4f0b724 into zeromq:master Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants