You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PDE there is a boolean parameter called autoIncludeRequirements that controls whether or not transitive dependencies are added to the product (see this PR: eclipse-pde/eclipse.pde#7).
This parameter doesn’t exist in Tycho, transitive dependencies are always added to the created product.
Expected behavior
Tycho should have a similar parameter and/or honor the existing parameter in PDE so that one can choose not to add transitive dependencies when building a product with Tycho (in Jenkins).
Additional info
The current behavior of Tycho is the same as if autoIncludeRequirements=true we want the behavior of autoIncludeRequirements=false.
This is not a pressing matter for Hannes Wellmann so it’s currently not planned (see eclipse-tycho/tycho#1056 (comment) and eclipse-equinox/p2#76 )
Criteria for ready
Do we want to implement this?
Contact VIKAMBL and ask if this is a pressing matter. Prioritize accordingly.
The text was updated successfully, but these errors were encountered:
Please remove PPT-internal/-related information from the public issue. This backlog is supposed to represent public-value information independent from PPT specifics.
Behavior
In PDE there is a boolean parameter called
autoIncludeRequirements
that controls whether or not transitive dependencies are added to the product (see this PR: eclipse-pde/eclipse.pde#7).This parameter doesn’t exist in Tycho, transitive dependencies are always added to the created product.
Expected behavior
Tycho should have a similar parameter and/or honor the existing parameter in PDE so that one can choose not to add transitive dependencies when building a product with Tycho (in Jenkins).
Additional info
The current behavior of Tycho is the same as if
autoIncludeRequirements=true
we want the behavior ofautoIncludeRequirements=false
.This is not a pressing matter for Hannes Wellmann so it’s currently not planned (see eclipse-tycho/tycho#1056 (comment) and eclipse-equinox/p2#76 )
Criteria for ready
The text was updated successfully, but these errors were encountered: