I use Tycho to build an Eclipse RCP project and use the remote resources plugin to insert license file into all of the jar files produced. This works correctly for plugins, but does not work for features. The license file is getting placed into the \target\maven-shared-archive-resources of the feature, but does not get copied into the jar file.
Are features builds beyond the scope remote resource plugin, or is this a bug? GB
