Skip to content

fix(publish): publish only the thin jar (drop dist tar/zip)#148

Merged
TheMeinerLP merged 1 commit into
mainfrom
fix/publish-thin-jar
Jun 22, 2026
Merged

fix(publish): publish only the thin jar (drop dist tar/zip)#148
TheMeinerLP merged 1 commit into
mainfrom
fix/publish-thin-jar

Conversation

@TheMeinerLP

Copy link
Copy Markdown
Contributor

The Maven publication uploads the full application distribution (optimizedDistTar / optimizedDistZip) plus the fat runner jars, which bundle every dependency. For an application that's unnecessary bloat in the Maven repo — the runnable deliverable is the Docker image.

Reduce the publication to the thin jar (+ pom), matching the vulpes-generator setup (vulpes-generator#124).

🤖 Generated with Claude Code

Drop the full distribution tar/zip (optimizedDistTar/Zip) and the fat
runner jars from the Maven publication. These bundle every dependency and
are not useful as Maven artifacts — the runnable deliverable is the Docker
image. Mirrors the vulpes-generator publish setup.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown
Contributor

Test results

 27 files   27 suites   3s ⏱️
 53 tests  41 ✅ 12 💤 0 ❌
159 runs  123 ✅ 36 💤 0 ❌

Results for commit 37d2f8b.

@TheMeinerLP TheMeinerLP merged commit e66bf5e into main Jun 22, 2026
8 checks passed
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.

1 participant