Publish Maven packages / publish (push) Successful in 2m2s
Its maven-deploy-plugin was configured with <skip>true</skip>, so the first successful publish-maven.yml run deployed flash-parent, flash, and every flash-ext-* jar to Gitea's Maven registry, but not flash-extensions itself — the pom-packaging aggregator every flash-ext-* submodule's effective POM inherits from via <parent>. Remote consumers (Pathway's Docker build, resolving flash-ext-* from the registry instead of a local ~/.m2 install) couldn't resolve that parent POM and failed with "artifacts could not be resolved: flash-extensions:pom (absent)". Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>