-
Notifications
You must be signed in to change notification settings - Fork 21
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
Repository not found in v3.0.0 #119
Comments
I run into the same problem. In my environment I have a mirror defined in ~/.m2/settings.xml <mirrors>
<mirror>
<id>localMirror</id>
<name>localMirror</name>
<url>https://localMirror/repository/MavenPublic/</url>
<mirrorOf>*</mirrorOf>
</mirror>
</mirrors> In the resolved Maven project this only this mirror is in the remote repositories. |
The problem should be with fixed with #132. We can close this issue. Any plans for a release? |
I plan to work on that this week. |
Great, thank you. |
I introduced a bug with PR#132. The mirrored repositories have not authentication object. I am preparing a new PR. |
Problem fixed with PR #138. It tested the fix in my environment (happens only with proxies). |
Today I testet 3.1.0-SNAPSHOT in all branch types. In the master branch build I got this exception:
I am searching for a fix |
PR #140 fixes this NPE. |
I have error
No Repository with id stage is defined.
with plugin v3.0.0, but this error don't reproduce in plugin v2.2.0.my pom.xml:
The text was updated successfully, but these errors were encountered: