Skip to content

Fix CLI module to publish unclassified fat JAR as primary artifact#995

Closed
c-schuler wants to merge 1 commit intomainfrom
fix-cli-jar-classifier
Closed

Fix CLI module to publish unclassified fat JAR as primary artifact#995
c-schuler wants to merge 1 commit intomainfrom
fix-cli-jar-classifier

Conversation

@c-schuler
Copy link
Copy Markdown
Contributor

Since the Spring Boot Gradle plugin was applied to cqf-fhir-cr-cli, the standard jar task was disabled by default and only classified JARs (-plain, -javadoc, -module) were published to Maven Central. Downstream projects depending on cqf-fhir-cr-cli:jar (without a classifier) got 404s from Maven Central, breaking builds that unpack the CLI fat JAR.

@c-schuler c-schuler requested a review from JPercival April 6, 2026 17:43
@c-schuler c-schuler self-assigned this Apr 6, 2026
@c-schuler c-schuler added the bug Something isn't working label Apr 6, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 6, 2026

Formatting check succeeded!

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 6, 2026

@JPercival
Copy link
Copy Markdown
Contributor

Tested locally, doesn't quite produce the same artifact layouts. Reused the idea in #996

@JPercival JPercival closed this Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants