Build and release process update #1088
vojtechhabarta
started this conversation in
General
Replies: 1 comment 1 reply
-
|
I've moved Maven site generation and deploy from Appveyor build of This unblocks next development, but I expect that sooner or later we will switch build from Appveyor to GitHub Actions anyway. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently build is run on Appveyor, which works fine and I still like it, but it needs some update.
The build of
mainbranch is now failing because (in addition to steps done for all builds) it also creates Maven site (documentation) and deploys it to GitHub pages. For the site deploy it usescom.github.github:site-maven-pluginwhich is now archived (https://github.com/github/maven-plugins) and fails with an error:I could probably fix it by just replacing it with some alternative but maybe we could change the whole process. Firstly, documentation (site) should be deployed when creating new release (not when
mainbranch is built). Secondly we could migrate the build and site generation to GitHub actions (which are already used for releasing to Maven central and Gradle plugin portal).@kkuegler, what do you think? Fix current build for now or migrate to GitHub actions?
Beta Was this translation helpful? Give feedback.
All reactions