[
https://issues.jboss.org/browse/JBIDE-23212?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-23212:
------------------------------------
But you're right... the build fails with verify, and passes with install.
{code}
mvn clean verify
...
[ERROR] Failed to execute goal
org.eclipse.tycho.extras:tycho-p2-extras-plugin:0.26.0:compare-version-with-baselines
(default) on project org.jboss.tools.maven.feature: Duplicate version but different
content found for (org.jboss.tools.maven.feature.source.feature.jar/1.8.1.v20160614-2136).
Also exists in baseline, but its content is different. -> [Help 1]
{code}
Baseline check does not seem to work with features
--------------------------------------------------
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.AM1
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
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)