-
fix: ensure extension zip included in complete package
Some checks failedBuild Ghidra Plugin / build (push) Has been cancelledreleased this
2025-04-07 20:50:26 +00:00 | 105 commits to main since this releaseMoved plugin assembly execution to prepare-package phase to ensure
the extension zip artifact is created before the package phase.Added maven-resources-plugin execution (copy-plugin-zip) to the
package phase to copy the generated extension zip into a reliable
'target/staging' directory.Updated complete-package.xml assembly descriptor to use a fileSet
referencing 'target/staging' instead of relying on dependencySets
or potentially unstable property expansion for artifact inclusion.This resolves the issue where the complete package artifact was
missing the Ghidra extension zip.Downloads