tycho icon indicating copy to clipboard operation
tycho copied to clipboard

Adding classpath entries via tycho-packaging plugin does not work

Open vogella opened this issue 3 years ago • 0 comments

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

vogella avatar Jun 07 '22 08:06 vogella