You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to install all of jcore-dependencies and got stuck at lingpipe. The reason is that that junit library is put into "test" scope (which is correct) but the actual tests do not reside in the default maven test folders. Thus, the tests are compiled at compile scope, missing the test scope dependencies. Also, the tests are not executed.
This could be fixed by a change in pom.xml, not sure.
The text was updated successfully, but these errors were encountered:
I wanted to install all of jcore-dependencies and got stuck at lingpipe. The reason is that that junit library is put into "test" scope (which is correct) but the actual tests do not reside in the default maven test folders. Thus, the tests are compiled at compile scope, missing the test scope dependencies. Also, the tests are not executed.
This could be fixed by a change in pom.xml, not sure.
The text was updated successfully, but these errors were encountered: