]
Nick Boldt updated JBIDE-23212:
-------------------------------
Fix Version/s: 4.4.3.Final
(was: 4.4.3.AM2)
move to tycho 1.0 (was 0.27.0) :: mvn clean verify checks old
features versions against baseline
------------------------------------------------------------------------------------------------
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.3.Final
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