Skip to content
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

1.6.1 warns about missing dependencies when 1.5.1 did not #231

Closed
albertus82 opened this issue Aug 25, 2022 · 2 comments · Fixed by #238
Closed

1.6.1 warns about missing dependencies when 1.5.1 did not #231

albertus82 opened this issue Aug 25, 2022 · 2 comments · Fixed by #238
Assignees
Labels

Comments

@albertus82
Copy link

albertus82 commented Aug 25, 2022

This is similar to #225 but happens when a local repository is used for some artifacts:

https://github.com/albertus82/earthquake-bulletin/runs/8014689860?check_suite_focus=true#step:4:23

In this specific case the repository is hosted in ${project.baseUri}mvn/repository and is referenced in the pom.xml as

<repository>
    <id>${project.groupId}_${project.artifactId}_local</id>
    <url>${project.baseUri}mvn/repository</url>
</repository>

Thanks.

@albertus82 albertus82 changed the title 1.6.1 warns about missing dependencies when 1.5.1 versions did not 1.6.1 warns about missing dependencies when 1.5.1 did not Aug 25, 2022
@slawekjaranowski slawekjaranowski self-assigned this Nov 23, 2022
@andpab
Copy link

andpab commented Mar 28, 2023

@slawekjaranowski Would it be possible to spin a release of extra-enforcer-rules that contains this fix and all the other updates that have been done in the meantime?

@slawekjaranowski
Copy link
Member

I can ... I forgot about this fix.

amottier added a commit to amottier/Waarp-All that referenced this issue Jul 4, 2023
Version 1.6.1 fix an issue related to remote repositories not interrogated (see mojohaus/extra-enforcer-rules#225).
Version 1.6.2 fix a similar issue: mojohaus/extra-enforcer-rules#231
So updating version from 1.6.0 to 1.6.2.

extra-enforcer-rules depends on maven-enforcer-plugin so updating also maven-enforcer-plugin to version 3.2.1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants