danielnaber / jwordsplitter

small Java library for splitting German compound words
Other
62 stars 11 forks source link

wordsGerman missing #10

Closed Tobsucht closed 7 years ago

Tobsucht commented 7 years ago

The current maven-snapshot doesn't contain the file "wordsGerman.ser". I think this is just a build problem? Could you fix this?

danielnaber commented 7 years ago

When I build with mvn clean package I get jwordsplitter-4.2-SNAPSHOT.jar and that contains de/danielnaber/jwordsplitter/wordsGerman.ser.

Tobsucht commented 7 years ago

And when you import it into a project using: `

de.danielnaber
        <artifactId>jwordsplitter</artifactId>
        <version>4.2-SNAPSHOT</version>
    </dependency>`

?

danielnaber commented 7 years ago

Works for me, too. Of course, you have to use mvn install instead of mvn package then.

Tobsucht commented 7 years ago

Weird, now its working. Did the same before, sorry for the false posititve.