You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to remove the doc -> deployment dependency here, because generate-resources does not package artifacts, and it is used to prepare the doc for releasing.
As a consequence, the goal fails on the impl module, that needs its dependencies to proceed further.
The first releases went through with a similar project structure, so I assume the release job relies on cached SNAPSHOT artifacts for this step, that were somehow missing today.
quarkus-cxf maintainers chose to go for install in the release goal, but it's the only other extension I've found to use that trick.
In this repository, we chose to simply isolate docs, since we don't rely on resource imports anyway.
To be checked if this is a side effect of some other problem.
The text was updated successfully, but these errors were encountered:
flazarus1A
changed the title
Release: Switch doc version update goal back to generate-resources if possible
Review doc generation logic
Jan 31, 2024
I had to remove the doc -> deployment dependency here, because
generate-resources
does not package artifacts, and it is used to prepare the doc for releasing.As a consequence, the goal fails on the impl module, that needs its dependencies to proceed further.
The first releases went through with a similar project structure, so I assume the release job relies on cached SNAPSHOT artifacts for this step, that were somehow missing today.
quarkus-cxf
maintainers chose to go forinstall
in the release goal, but it's the only other extension I've found to use that trick.In this repository, we chose to simply isolate docs, since we don't rely on resource imports anyway.
To be checked if this is a side effect of some other problem.
The text was updated successfully, but these errors were encountered: