-
Notifications
You must be signed in to change notification settings - Fork 260
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
[MNGSITE-550] What's new in Maven 4? #598
Conversation
Info:
|
Thanks for the feedback and the editing @gnodet! |
Hope everything is fine now :) |
content/markdown/whatsnewinmaven4.md
Outdated
The updated API provides hints as preparation for Maven 4. | ||
You can enable them by passing the following argument to your build: `-Dmaven.plugin.validation=verbose`. | ||
You should also only rely on the official Maven BOMs when developing plugins. | ||
If a plugin still relies on long-deprecated and now removed Plexus dependency resolution, it will no longer work |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure this is true. If it is, elaboration is needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your feedback @elharo! Integrated all of your text suggestions and left the two questions/doubts for further responses/discussion - I'm open to everything. |
I slightly disagree on that: The audience of this document are all Maven users - those who only want to run their build, but also those who want to know more about the changes, are responsible for build management in their teams, etc (I think someone called them "power users"). If we only considers those who "blindly" use Maven, we don't need the article at all. They are those who still run Maven 3.3.9 and
What do you think about
Used the term "consumers" due the terms the committers introduced when developing this feature. |
@elharo Thanks for your feedback again. I don't know why I have not seen it 4 days ago :O Think I went through all of them, except the subproject renaming. Might have another look at it tomorrow (I'm too tired for that now). |
do You have plan to publish it now or when 4 is released? |
I would like to release it now, as a) @cstamas said we get asked what changes more often and b) several of us (e.g. Maarten, Karl Heinz, Robert, me) give talks about that quite a long time, but it's always too less time on conferences or many JUG to cover all. |
74b0df5
to
99ea2cc
Compare
00a2337
to
942cda4
Compare
This huge PR has been stale some time. From time to time someone has comments about minor parts of the article, others have already approved it. |
This PR adds an article about the major changes in Maven 4.