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

release_version.sh currently failing bc of unavailable javadoc resources #51

Closed
k-dominik opened this issue Sep 28, 2023 · 2 comments
Closed

Comments

@k-dominik
Copy link

Dear Scijava team,

I was trying to bump the version for the ilastik fiji plugin, and it fails during javadoc run because of some missing unrelated resources (omero, bio-formats). Would it be possible to add a switch to the script to skip javadoc run, or is it required to release a new version?

Cheers
Dominik

@ctrueden
Copy link
Member

ctrueden commented Sep 28, 2023

@k-dominik Thanks for the report. We could potentially add a flag to skip the javadoc build, but you would then not have a foo-x.y.z-javadoc.jar deployed to the Maven repository for that release, which would be unfortunate.

For individual resource outages, we can fix it by changing the served javadoc from a proxy/reverse-proxy to an internally served resource, so that when e.g. OME servers go down, it doesn't break SciJava release builds.

See scijava/pom-scijava#130 for details on how I'm working toward a real solution to this issue for the long term.

@ctrueden
Copy link
Member

I'm going to close this as "not planned" because I don't want releases skipping the javadoc build. You can instead pester me to work on scijava/pom-scijava#130 so that this problem stops happening. 😅

@ctrueden ctrueden closed this as not planned Won't fix, can't repro, duplicate, stale Oct 12, 2023
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

2 participants