morfologik / morfologik-stemming

Tools for finite state automata construction and dictionary-based morphological dictionaries. Includes Polish stemming dictionary.
BSD 3-Clause "New" or "Revised" License
186 stars 44 forks source link

Problem with executable jars #104

Closed andr1972 closed 4 years ago

andr1972 commented 4 years ago

I call 'mvn compile' and 'mvn install' but big jar morfologik-polish-2.1.7-SNAPSHOT.jar has not main manifest file and small jars have class loading errors.

dweiss commented 4 years ago

mvn package is probably what you want and need. I don't know why you experience class loading errors - the build works on the CI all the time and it passes it just fine.