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
{{ message }}
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
I cannot find if this is already available, or a feature request exists, sorry for possible duplicates.
As it appears from other tickets, the GH/maven-site plug-in isn't able to upload a file >25MB, due to limits that GH has over web-based updates. I get that this includes the APIs that the plugin is using.
Wouldn't it be possible to support SSH-based interaction with GH? Maybe via Wagon? This way it would be possible to upload files of up to 100Mb.
A possibly better alternative could be supporting Git-LSF. it might be the case that this can be done via Maven configuration only without any need to change the code for the site plug-in. In that case, some documentation and examples would help a lot.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I cannot find if this is already available, or a feature request exists, sorry for possible duplicates.
As it appears from other tickets, the GH/maven-site plug-in isn't able to upload a file >25MB, due to limits that GH has over web-based updates. I get that this includes the APIs that the plugin is using.
Wouldn't it be possible to support SSH-based interaction with GH? Maybe via Wagon? This way it would be possible to upload files of up to 100Mb.
A possibly better alternative could be supporting Git-LSF. it might be the case that this can be done via Maven configuration only without any need to change the code for the site plug-in. In that case, some documentation and examples would help a lot.
The text was updated successfully, but these errors were encountered: