You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nisse is an extension that redos CI Friendly version by allowing ANY expression in project.version as long the expression can be evaluated (is not limited to those 3 only).
In Eclipse IDE 2023-12,
use of Maven CI Friendly Versions is producing Maven errors.
https://github.com/eliasbalasis/eclipse-lemminx-maven-issue-345-root
https://github.com/eliasbalasis/eclipse-lemminx-maven-issue-345-tools
https://github.com/eliasbalasis/eclipse-lemminx-maven-issue-345-project
https://github.com/eliasbalasis/eclipse-lemminx-maven-issue-345-impl
Import these into an Eclipse workspace in the order mentioned,
then convert step by step to "Maven CI Friendly" form.
Start with
root
andtools
projects,introducing
<revision>
and assigning it as version of all modules in each project.At this point you should start receiving Maven errors
Finally on
root
project assign${revision}
to<version.root>
which will produce additional Maven errors.The text was updated successfully, but these errors were encountered: