fix: build complete package in package phase
Some checks failed
Build Ghidra Plugin / build (push) Has been cancelled

This commit is contained in:
Teal Bauer 2025-04-08 10:40:14 +02:00
parent e94f91dc01
commit c1d12a1ac8

View File

@ -197,7 +197,7 @@
<!-- Execution for the complete package --> <!-- Execution for the complete package -->
<execution> <execution>
<id>complete-package</id> <id>complete-package</id>
<phase>verify</phase> <phase>package</phase>
<goals> <goals>
<goal>single</goal> <goal>single</goal>
</goals> </goals>