Closed taconaut closed 11 years ago
If you set a dependency for that library, it should always be packaged (unless you set the scope of the dependency to "provided" or something).
I tried a couple of these in a row:
mvn clean package; unzip -t target/pms-imdb-movie-import-plugin-3.0-SNAPSHOT.jar
Always the "org/json/*" classes are in the package, as I would expect.
Or did you mean a different library?
That's the one. For the tmdb plugins it would be jtmdb. I think this only happened on windows. If this happens, it's quickly visible because the configure button of the tmdb import plugin isn't rendered correctly because there is a ClassNotFoundException when calling getGlobalConfigurationPanel(). Can't tell where the problem lies, but it happens quite frequently.
The tmdb and imdb plugins require libraries to be packaged in the jar. When doing a 'mvn clean package' sometimes they are included, sometimes not. Why??