robert-bor / aho-corasick

Java implementation of the Aho-Corasick algorithm for efficient string matching
Apache License 2.0
894 stars 349 forks source link

New versions unavailable on Maven Central #73

Closed andreas-niemoeller-qhr closed 4 years ago

andreas-niemoeller-qhr commented 4 years ago

I tried using the code but unfortunately version newer than 0.4.0 do not seem to be available through the Maven Central repository anymore. Would it be possible to push the artifacts to Maven Central for 0.6.0 and future releases again?

ghost commented 4 years ago

There are some Javadoc issues that need to be fixed before pushing. If you'd care to correct them, that would be helpful. Otherwise, I'm not going to be able to get to this for at least another month.