File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
maven-resolver-named-locks/src/site/markdown Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -84,11 +84,16 @@ The aforementioned (opaque) IDs need to be mapped from artifacts and metadata.
8484Out of the box, name mapper implementations are the following:
8585
8686- `static` implemented in `org.eclipse.aether.internal.impl.synccontext.named.StaticNameMapper`.
87- - `gav` implemented in `org.eclipse.aether.internal.impl.synccontext.named.GAVNameMapper`.
87+ - `gav` implemented in `org.eclipse.aether.internal.impl.synccontext.named.GAVNameMapper`.
88+ - `gaecv` implemented in `org.eclipse.aether.internal.impl.synccontext.named.GAECVNameMapper`.
8889- `discriminating` implemented in `org.eclipse.aether.internal.impl.synccontext.named.DiscriminatingNameMapper`.
8990- `file-gav` implemented in `org.eclipse.aether.internal.impl.synccontext.named.FileGAVNameMapper`.
91+ - `file-gaecv` implemented in `org.eclipse.aether.internal.impl.synccontext.named.FileGAECVNameMapper`.
92+ - `file-hgav` implemented in `org.eclipse.aether.internal.impl.synccontext.named.FileHGAVNameMapper`.
93+ - `file-hgaecv` implemented in `org.eclipse.aether.internal.impl.synccontext.named.FileHGAECVNameMapper`.
94+ - `file-static` implemented in `org.eclipse.aether.internal.impl.synccontext.named.FileStaticNameMapper`.
9095
91- Note: the `file-gav ` name mapper MUST be used with `file-lock` named locking, no other mapper will work with it.
96+ Note: the `file-* ` name mapper MUST be used with `file-lock` named locking, no other mapper will work with it.
9297
9398${esc.hash}${esc.hash} Diagnostic collection in case of failures
9499
You can’t perform that action at this time.
0 commit comments