Closed Tobsucht closed 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
.
And when you import it into a project using:
`
<artifactId>jwordsplitter</artifactId>
<version>4.2-SNAPSHOT</version>
</dependency>`
?
Works for me, too. Of course, you have to use mvn install
instead of mvn package
then.
Weird, now its working. Did the same before, sorry for the false posititve.
The current maven-snapshot doesn't contain the file "wordsGerman.ser". I think this is just a build problem? Could you fix this?