maven-wagon
maven-wagon copied to clipboard
svn is not available on GHA
Affected version
master
Bug description
svn client was removed from Windows Agents with bellow relese
https://github.com/actions/runner-images/issues/11742
Our build fails due to that - we need to find alternative.
We allrady install subversion on Linus and MacOs ...
https://github.com/apache/maven-gh-actions-shared/blob/v4/.github/workflows/maven-verify.yml#L264-L270
so we need add also for windows
Will be resolved by:
- https://github.com/apache/maven-gh-actions-shared/pull/213