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
What does this refer to?
This revolves around how the project is deployed. The Github package system is okay, but far from ideal. It's clunky and awkward for use and making it more too difficult to use for casual developers.
What's wrong with it?
The Github package system works fine for deploying snapshot packages for people who want bleeding-edge or developers contributing to the core codebase. But when it comes to actual releases, this really should be done through Maven Central to speed things up a bit.
How can it be improved?
By deploying official releases to the Maven Central repository. This of course relies on the Semantic Versioning system to be in place first.
The text was updated successfully, but these errors were encountered:
What does this refer to?
This revolves around how the project is deployed. The Github package system is okay, but far from ideal. It's clunky and awkward for use and making it more too difficult to use for casual developers.
What's wrong with it?
The Github package system works fine for deploying snapshot packages for people who want bleeding-edge or developers contributing to the core codebase. But when it comes to actual releases, this really should be done through Maven Central to speed things up a bit.
How can it be improved?
By deploying official releases to the Maven Central repository. This of course relies on the Semantic Versioning system to be in place first.
The text was updated successfully, but these errors were encountered: