-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
[MNG-8050] emit warn in case of repo id clashes between settings and POM #1412
Conversation
maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java
Outdated
Show resolved
Hide resolved
8b6e3d1
to
35c9ac5
Compare
@gnodet ? |
If there are no concerns I am gonna merge end of next week @gnodet. |
@kwin Should we check that the repositories are actually not the same ? What's the problem is they point to the same repo ? If the user simply wants to override the policy in the settings ? BTW, I think the mapping from an |
a07365f
to
cd7aba6
Compare
@gnodet I now only emit warning if the URLs differ (cd7aba6)
Not sure how this can ever be achieved. I still want to be able to clone arbitrary projects and build it immediately without needing to tweak either my |
@cstamas can the resolver provide any help here ? |
Sadly nope. IMHO the best we can do is to accept the facts:
|
@gnodet I think we should also warn if the URL is equal but the |
cd7aba6
to
885cee2
Compare
312983b
to
862a399
Compare
862a399
to
23cf492
Compare
I decided to ignore those subtle differences for now. |
Following this checklist to help us incorporate your
contribution quickly and easily:
for the change (usually before you start working on it). Trivial changes like typos do not
require a JIRA issue. Your pull request should address just this issue, without
pulling in other changes.
[MNG-XXX] SUMMARY
,where you replace
MNG-XXX
andSUMMARY
with the appropriate JIRA issue.[MNG-XXX] SUMMARY
.Best practice is to use the JIRA issue title in both the pull request title and in the first line of the commit message.
mvn clean verify
to make sure basic checks pass. A more thorough check willbe performed on your pull request automatically.
If your pull request is about ~20 lines of code you don't need to sign an
Individual Contributor License Agreement if you are unsure
please ask on the developers list.
To make clear that you license your contribution under
the Apache License Version 2.0, January 2004
you have to acknowledge this by using the following check-box.
I hereby declare this contribution to be licenced under the Apache License Version 2.0, January 2004
In any other case, please file an Apache Individual Contributor License Agreement.