Pack hyphenation table in ZIP and publish to Maven#1
Merged
Conversation
17 tasks
Member
|
@bertfrees I finally got around to setting up the maven repository and publishing a release. However, I notice that the non-standard hyphenation rules does not seem to be included in the resulting |
Contributor
Author
|
I hadn't realized that the hyphenation table contained in pipeline-mod-nlb was created in a completely different way. It was only later that we started looking at spell-no. spell-no indeed does not have non-standard hyphenation patterns. I can port the non-standard stuff from pipeline-mod-nlb to spell-no? |
The command to do this is:
make publish
to use Github packages.
094b029 to
da9abdd
Compare
Contributor
Author
|
@josteinaj I created another pull request for non-standard hyphenation: #2. |
Member
|
Thanks! I'll have a look at it next week. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
make publishwill build the hyphenation table, pack it in a ZIP, and publish it to a Maven repository. I've chosen groupId "no.nlb" and artifactId "spell-no-patterns", but this can of course be changed. I've tested with Sonatype, but it should also be possible to use Github Packages.