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
If you are interested in this, please react with 👍 and optionally add a comment.
Additionally if you have suggestions, tips or know of alternatives, then feel free to share them here as well.
Problem
Currently it is a bit cumbersome to use this project because it is not published anywhere, and using JitPack seems to not be possible either at the moment (#3).
Check the groupId and artifactId; adjust them if necessary to match conventions
Change the package name (and module-info name)
Otherwise users might encounter classpath issues when both this artifact as well as the original Lingua artifact, both with the same package, are present on the classpath.
Note
If you are interested in this, please react with 👍 and optionally add a comment.
Additionally if you have suggestions, tips or know of alternatives, then feel free to share them here as well.
Problem
Currently it is a bit cumbersome to use this project because it is not published anywhere, and using JitPack seems to not be possible either at the moment (#3).
Possible Solution
Publish to Maven Central
However, there are multiple requirements, see https://central.sonatype.org/publish/requirements/
Things to consider before publishing
groupId
andartifactId
; adjust them if necessary to match conventionsmodule-info
name)Otherwise users might encounter classpath issues when both this artifact as well as the original Lingua artifact, both with the same package, are present on the classpath.
Alternatives
The disadvantage is that users need to authenticate to be able to use the package, see GitHub documentation.
The text was updated successfully, but these errors were encountered: