]
Mickael Istria commented on JBIDE-22673:
----------------------------------------
Upstream mojo on tycho 0.26.0-SNAPSHOT is now published. We can consume it and add a
"<checkProvisioning>true</checkProvisioning>" configuration tag and
such errors would be detected on "mvn validate"
Need better duplicate IU detection when validating target platforms
-------------------------------------------------------------------
Key: JBIDE-22673
URL:
https://issues.jboss.org/browse/JBIDE-22673
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: build, target-platform, upstream
Affects Versions: 4.4.0.Final
Reporter: Nick Boldt
Assignee: Mickael Istria
Fix For: 4.4.1.AM2
As discussed in JBIDE-22633, we have no way of knowing when the target platform SHOULD
contain duplicate IUs, and when it should not.
{quote}Problem is there's no way to identify easily which dupes are OK and which are
not. I suppose I could crack open all the jars and see which are singletons...?
Or add a whitelist?{quote}