]
Nick Boldt updated JBIDE-23212:
-------------------------------
Fix Version/s: 4.4.2.AM2
(was: 4.4.2.AM1)
when using mvn clean verify, baseline check tries to use old version
of IUs in testing feature baselines
--------------------------------------------------------------------------------------------------------
Key: JBIDE-23212
URL:
https://issues.jboss.org/browse/JBIDE-23212
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build
Affects Versions: 4.4.1.Final
Reporter: Jeff MAURY
Assignee: Nick Boldt
Labels: build, tycho,
Fix For: 4.4.2.AM2
The check with baseline seems broken to me as it does not seem to work with features.
When feature.source is checked, the baseline artifact (feature.source.jar) is compared to
the wrong artifact (feature.jar).
I reproduced the problem by updating jbosstool-central root POM (only the parent POM
version has been changed) and the mvn verify build failed on
org.jboss.tools.maven.feature. The output can be seen in one of the PR check