You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the OSGi build, I configured the snapshotUrl configuration property with 2 URLs. So an artifact can be at one of the URL and probably not both. However, if the artifact is not at the first URL, the MavenRemoteRepository lodges
an error which fails the build.
MavenRepository looks through all the MavenBackingRepositories (one per URL) for the snapshot archive:
In the OSGi build, I configured the
snapshotUrl
configuration property with 2 URLs. So an artifact can be at one of the URL and probably not both. However, if the artifact is not at the first URL, the MavenRemoteRepository lodgesan error which fails the build.
MavenRepository looks through all the MavenBackingRepositories (one per URL) for the snapshot archive:
bnd/biz.aQute.repository/src/aQute/maven/provider/MavenRepository.java
Lines 204 to 215 in e310406
But the MavenBackingRepository adds an error if it does not contain the archive:
bnd/biz.aQute.repository/src/aQute/maven/provider/MavenBackingRepository.java
Lines 166 to 171 in e310406
Any such error must only be raised after all the MavenBackingRepositories are queried.
The text was updated successfully, but these errors were encountered: