Skip to content

Fix AOT plugin injecting class files into sources JAR (#1254)#1255

Draft
andreaTP wants to merge 1 commit intodylibso:mainfrom
andreaTP:issue-1254
Draft

Fix AOT plugin injecting class files into sources JAR (#1254)#1255
andreaTP wants to merge 1 commit intodylibso:mainfrom
andreaTP:issue-1254

Conversation

@andreaTP
Copy link
Copy Markdown
Collaborator

Fix #1254 wdyt @headius ?

Write generated .class files directly to the build output directory instead of a resources folder, and register only the wasm metadata folder as a Maven resource.

Honestly it looked better before ... but, well, if it solves an issue ...

Write generated .class files directly to the build output directory
instead of a resources folder, and register only the wasm metadata
folder as a Maven resource.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@headius
Copy link
Copy Markdown

headius commented Mar 25, 2026

Assuming your checks verify that the built results are still available for further compilations, it looks decent to me. Would you like me to give it a try with prism to confirm it looks good?

@andreaTP
Copy link
Copy Markdown
Collaborator Author

Yes, please, another careful couple of eyes on the results of those changes is very much appreciated @headius 🙏

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.

Maven AOT plugin injects class files into sources jar

2 participants