Replies: 3 comments 2 replies
-
In your example it is unclear why do you need Tycho packaging at all, anyways you can bind to the If you aim to modify the Archiver configuration of the Tycho packing you need to configure the tycho-packaging plugin: https://www.eclipse.org/tycho/sitedocs/tycho-packaging-plugin/package-plugin-mojo.html#archive |
Beta Was this translation helpful? Give feedback.
-
Just a note: Only because something is used outside OSGi does not mean you need to package everything into one fat jar... |
Beta Was this translation helpful? Give feedback.
-
I created #997 for this missing feature / bug |
Beta Was this translation helpful? Give feedback.
-
I would like to add the classpath entries to the generated JAR file build via Tycho. Maven Archive allows this, see
https://maven.apache.org/shared/maven-archiver/examples/classpath.html
Is this supported in a Tycho build? I have a plug-in which also needs to be used outside OSGi.
Example: https://github.com/vogellacompany/tycho-example/blob/maven-jar-plugin/com.vogella.tycho.fatjar/pom.xml
Currently the https://github.com/vogellacompany/tycho-example/blob/maven-jar-plugin/com.vogella.tycho.fatjar/pom.xml#L45 entries does not make a difference.
Beta Was this translation helpful? Give feedback.
All reactions