We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://repo1.maven.org/maven2/org/eclipse/jetty/documentation/jetty-documentation/12.0.0.beta0/
The -html classifier artifact is not populated with HTML resulting in the Jetty website links being dead.
The text was updated successfully, but these errors were encountered:
ok I found the issue. arfff :) the release script is skipping test using -DskipTests BUT the jetty-documentation module is skipping html generation if skipTests is true https://github.com/eclipse/jetty.project/blob/def35351f314cf8fe3f79ffd2c480ce3414d4a8b/documentation/jetty-documentation/pom.xml#L16
-DskipTests
jetty-documentation
skipTests
true
The solution is to add -Dasciidoctor.skip=false to the release script.
-Dasciidoctor.skip=false
Sorry, something went wrong.
Issue #9442 documentation html artifact does not contain html content
75dbba4
Signed-off-by: Olivier Lamy <[email protected]>
Issue #9442 documentation html artifact does not contain html content (…
3ac49c8
…#9478) Signed-off-by: Olivier Lamy <[email protected]>
fixed by 3ac49c8
olamy
No branches or pull requests
https://repo1.maven.org/maven2/org/eclipse/jetty/documentation/jetty-documentation/12.0.0.beta0/
The -html classifier artifact is not populated with HTML resulting in the Jetty website links being dead.
The text was updated successfully, but these errors were encountered: