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

Support "pom" packaging type in PublishModule #3222

Merged
merged 3 commits into from
Jun 21, 2024
Merged

Support "pom" packaging type in PublishModule #3222

merged 3 commits into from
Jun 21, 2024

Conversation

lefou
Copy link
Member

@lefou lefou commented Jun 20, 2024

Deprecated the packaging field in PomSettings which had only one valid value (jar). We need this value as a pure def so the publish targets don't need to depend on the various jar producing targets when the value is pom.

Added new PublishModuleTests test suite and moved all publish tests there.

Fix #3206

Added new `PublishModuleTests` test suite and moved all publish test there.

Fix #3206
@lefou lefou requested review from lihaoyi and lolgab June 20, 2024 20:05
@lefou lefou merged commit 4f6742d into main Jun 21, 2024
39 checks passed
@lefou lefou deleted the pom-packaging branch June 21, 2024 08:55
@lefou lefou added this to the 0.11.8 milestone Jun 21, 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.

Feature Request: Support for Publishing POM Artifacts
2 participants