tycho
tycho copied to clipboard
Adding classpath entries via tycho-packaging plugin does not work
It seems that the classpath configuration is not passed to the Maven Archive plug-in. I used the configuration as described here: https://maven.apache.org/shared/maven-archiver/ Other configuration is passed and considered.
Example: https://github.com/vogellacompany/tycho-example/blob/master/com.vogella.tycho.fatjar/pom.xml#L50
Expected result: classpath is added to the MANIFEST.MF Actual result: classpath is not added