Replies: 2 comments
-
@vogella for such purpose you usually have a plugin (management) configuration in your configurator pom (usually at project root), where you define a property for that what you want to configure in the pomless one, maybe with a default. Lets say we want to configure this here: so in the configurator pom have something like that:
Now you can leverage property overrides as described here: https://github.com/eclipse-tycho/tycho/wiki/Tycho-Pomless#define-properties and put this into your
|
Beta Was this translation helpful? Give feedback.
-
That is cool, thanks @laeubi for the explanation. Once my JDT pomless contributions are in and the aggregator build is stable again, I plan to apply this learning to JDT to further simplify their build setup. |
Beta Was this translation helpful? Give feedback.
-
AFAIK for test bundles specifying the test classes or suites I have to define pom. Is this still correct?
Beta Was this translation helpful? Give feedback.
All reactions