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 have a dependency on the Stanford CoreNLP library, which has a 'models' jar that contains resources necessary to use the library. The dependency setting looks like:
I can't figure out how to get the sbt-native-packager to include both jars in the stage/lib directory and the classpath, even though sbt is downloading both jars. Is this a known limitation of the plugin, or am I missing something? Is there some way to manually tell the plugin to include the second jar in the distribution?
I have a dependency on the Stanford CoreNLP library, which has a 'models' jar that contains resources necessary to use the library. The dependency setting looks like:
I can't figure out how to get the sbt-native-packager to include both jars in the stage/lib directory and the classpath, even though sbt is downloading both jars. Is this a known limitation of the plugin, or am I missing something? Is there some way to manually tell the plugin to include the second jar in the distribution?
Is this related to #67?
The text was updated successfully, but these errors were encountered: