eclipse-emfcloud / emfcloud-modelserver

Modelserver component
Other
43 stars 21 forks source link

Build breaks with Maven version `3.8.5` #203

Closed ndoschek closed 1 year ago

ndoschek commented 2 years ago

With the latest Maven verison 3.8.5 the p2 build fails with a NoClassDefFound (org/eclipse/osgi/internal/messages/Msg) Exception (see also #201).

Currently, we set the maven version for GitHub actions explicitly to 3.8.4, and for the Jenkins build the maven version is currently also 3.8.4.

We need to investigate, if this problem affects only the 3.8.5 and if not, how we can overcome this problem.

Please also update the README after this was resolved.

ndoschek commented 2 years ago

Jenkins was updated to 3.8.5 as well, Jenkins build was updated to use maven wrapper as well with PR #213 .

ndoschek commented 2 years ago

Deploy jobs and release jobs were changed to use maven version 3.8.4 in the Jenkins job config instead of latest