after update to tycho 0.14.0, i'm seeing this warning:
[WARNING] Entry: germantechEcfNfe/plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/themes/slate/graphics/standby/fs_standbyhov.gif longer than 100 characters.
any way to disable this kind of verification?
thank you guys
edit: my build isn't broke or something, but my log is getting full and becomes hard to read the output
Before the 0.14 release there was no way to build product archive files using the .tar.gz format, this is probably the reason you didn't get any error from previous builds.
I have the same problem and by looking at the tycho-p2-director-plugin
sources I discovered that it uses the plexus archiver directly instead of delegating to the maven-assembly-plugin
.
So by setting the tarLongFileMode
property in the maven-assembly-plugin
configuration won't remove warnings from your build log.