-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to maven 3.9.x #1557
Comments
3.9.0 has been released end of Jan 2023. And promptly maven execution fails, not only for modules containing a tycho plugin. 1.) Generate a minimal maven project using an archetype. 3.) mvn install C:\Users\Freshco\Projects\Junk\y>mvn clean install |
@gtsh please see:
If you have configured "somewhere towards the fs root in .mvn/extensions.xml" then you have enabled tycho. If thats not desired, place an (empty) |
Once maven 3.9 is out we should migrate and use it.
Maven 3.9 will remove all deprecated API and is a perquisite if we later want to be prepared for maven 4.
Also there are some important new features Tycho can leverage in 3.9.x:
The text was updated successfully, but these errors were encountered: