Skip to content

Commit af1a12a

Browse files
Updated the documentation to reflect the current list of name mappers
1 parent 82766b0 commit af1a12a

File tree

1 file changed

+7
-2
lines changed
  • maven-resolver-named-locks/src/site/markdown

1 file changed

+7
-2
lines changed

maven-resolver-named-locks/src/site/markdown/index.md.vm

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,16 @@ The aforementioned (opaque) IDs need to be mapped from artifacts and metadata.
8484
Out 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

0 commit comments

Comments
 (0)