Community
Participate
Working Groups
Build Identifier: When updating the specified version in a multimodule Tycho project using tycho-versions-plugin, it is checked whether the module should be updated. The update is only applied if the module is linked to the reactor using the parent specification. Now, if there is whitespace surrounding any of the GAV values specifying the parent no match will be found and the version change is not applied. As whitespaces are illegal characters in Maven groupId or artifactId anyway, but quite in common use to format an XML file, we should only used the trimmed values from the pom, like standard Maven also does. Reproducible: Always
Created attachment 201718 [details] Proposal to ignore whitespace that surrounds values in GAV
Fixed with d42e4b1. Thank you for the patch!