The binary jar file as well as the source jar file bear the same Bundle-SymbolicName. This is a problem if you use these two in a p2 repository, because the Eclipse/Tycho artifact resolver can not decide which of the two it should use. The default is to append a ".source" to the Bundle-SymbolicName of the source jar file |