OpenLiberty / open-liberty-tools

Open Liberty Tools are lightweight tools for developing, assembling, and deploying apps to Open Liberty.
http://openliberty.io
Eclipse Public License 1.0
51 stars 41 forks source link

Remove version dependency to org.eclipse.m2e.maven.runtime #466

Closed titou10titou10 closed 1 year ago

titou10titou10 commented 1 year ago

This change allows the plugin to install on Eclipse JEE v2022-06, v2022-09, v2022-12 ... but it does not guarantee that the rest of the code is still adapted to work with"org.eclipse.m2e.maven.runtime" v2.0+, eg v3.8 as included in Eclipse JEE v2022-06+

Probably more changes should be done to the code to benefit from the upgrade of the"org.eclipse.m2e.maven.runtime"plugin

Relates to issue OpenLiberty#460