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

Separate modules in submission artifact #239

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

alexstaeding
Copy link
Member

Currently, the submission archive is created by flattening all modules and source sets into a single source zip/jar. While this works well for single-module projects, it is not optimal for multiple modules.

This PR is part of a larger effort to make Jagr more module-aware. The first step is to split up modules in the submission archive similarly to the way modules are split up in subfolders during development. Modules are significantly more logically separate units than source sets (e.g. different classpath, dependencies etc...) so it makes sense to split them up into subfolders for the submission.

For now, source sets will continue to be flattened into one module output.

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.

None yet

1 participant