-
Notifications
You must be signed in to change notification settings - Fork 100
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
Get some feedback from Maven core #402
Conversation
Detach prerequisite and compile dependencies.
Related to #401 |
All the refd MavenProject methods are below this (also a 9 year old banner): |
The problem is that we don't have a documents what is replacement in Maven 3 for many deprecated methods. The problem is that we don't have a documents what is replacement for many deprecated methods in Maven 3. |
<mavenMinVersion>3.6.3</mavenMinVersion> | ||
<mavenVersion>3.9.6</mavenVersion> |
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 if it good idea.
After it we will can use newer methods from API ... and we will have an exception in runtime on older Maven.
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 agree that this is wrong, but if we will run tests with 3.6.3 we should sooner or later catch it
please look at #414 |
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.
Na
I hope we have resolved mentioned issues ... so I close it. |
Detach prerequisite and compile dependencies.
For me, now build speaks. In
src/main/java
:And in
src/test/java
: