Hi, > - Even worst if possible, the plugin creates broken manifest. The lines > are cut after 70 characters, in the middle of a jar name. This makes the > <addClasspath>true</addClasspath> option completely useless. I though I > could use > <manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile> > instead, using my own manifest. This would be an inconvenient, because I > would have to update this file each time a dependency is added to the > application, but at least it would work. Not at all. the plugin still > breaks the line after 70 characters.
>From the Jar file specification: (...) Notes on Manifest and Signature Files (...) * Line length: No line may be longer than 72 bytes (not characters), in its UTF8-encoded form. If a value would make the initial line longer than this, it should be continued on extra lines (each starting with a single SPACE). HTH Thorsten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]