Replies: 1 comment
-
You can check creating a category.xml and using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a traditional plugin project which consists of multiple plugin/bundles. These plugins are bundled by various feature bundles and these feature bundles in turn are included in a update site project. In other terms, the structure is: An update site includes multiple feature bundles which include multiple plugins each.
How do I setup a update site with Tycho for this?
There is the tycho-packaging plugin. Is that the plugin I need to use? If so: Which goal do I need? The plugin has the goals update-site-packaging and update-site and I don't understand the difference.
Beta Was this translation helpful? Give feedback.
All reactions