Commit # 1960
Rename the generated archives
Commented samples to remove the extra files
There are still 3 files that are embedded in the final zip and which should not. They are not conflicting with other files, they are just useless.
+ readme (directory)
+ notice.html
+ epl-v10.html
They come from the RCP feature. Since Maven and ANT are too heavy to invoke a light-weight cleaning script, these files will have to be removed manually. The POM includes commented snippets with a Groovy script and another ANT task that should be used with ANT-contrib. Since Maven downloads the entire internet for these solutions to work, they were disabled. A feature request will be posted on Tycho's JIRA for a new goal and phase that will address this issue.
Also, note that Maven builds fail for MacOS distributions (with builds on Linux and Windows).
This is due to a bug in Tycho. See https://issues.sonatype.org/browse/TYCHO-520 for more details.
Since MacOS is not officially supported, this is a minor thing we will fix later. I consider the move toward Maven builds done.
I managed to delete these files by adding instructions in the p2.inf file.
No need of ANT or Maven...