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
The package should be published some place where it can be included easily into a Maven project, so either Maven Central, GitHub packages, or maybe both.
Note that Github Packages might be easier to do, but there are special steps required to include GitHub in Maven, which might make things a little more cumbersome to add the dependency: https://github.com/TobseF/github-plugin-registry-example
Also, Github Packages doesn't have a nice integration with javadoc.io so if Javadocs will be useful then they would need to be generated into Github static site using a workflow.
The package should be published some place where it can be included easily into a Maven project, so either Maven Central, GitHub packages, or maybe both.
https://docs.github.com/en/actions/guides/publishing-java-packages-with-maven
The text was updated successfully, but these errors were encountered: