Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review doc generation logic #27

Open
flazarus1A opened this issue Jan 31, 2024 · 0 comments
Open

Review doc generation logic #27

flazarus1A opened this issue Jan 31, 2024 · 0 comments

Comments

@flazarus1A
Copy link
Contributor

flazarus1A commented 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 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.

@flazarus1A flazarus1A changed the title Release: Switch doc version update goal back to generate-resources if possible Review doc generation logic Jan 31, 2024
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

No branches or pull requests

1 participant