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
187 stars 44 forks source link

OSGi plugin forks execution into insane loops #64

Closed dweiss closed 9 years ago

dweiss commented 9 years ago

The osgi (BND) plugin forks the execution of targets into insane loops (multiple runs of tests, javadocs, etc.).

I will remove the OSGi plugin from the build. If somebody needs it and knows how to make it work cleanly with Maven, submit a patch.

dweiss commented 9 years ago

Perhaps you'll know how to fix this, @hlavki.

hlavki commented 8 years ago

I searched and found that it's known and already fixed issue in maven-bundle-plugin (https://issues.apache.org/jira/browse/FELIX-4882). It works properly with maven-bundle-plugin version 2.5.5-SNAPSHOT

dweiss commented 8 years ago

Ok, let's wait until 2.5.5 is available then. Thanks for digging.

dweiss commented 8 years ago

They seem to have skipped to 3.0.0. I've updated the code and everything seems to be back to normal, thanks for researching this, Michal.