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
Copy file name to clipboardExpand all lines: maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/EnhancedLocalRepositoryManagerFactory.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -64,10 +64,10 @@ public class EnhancedLocalRepositoryManagerFactory implements LocalRepositoryMan
Copy file name to clipboardExpand all lines: src/site/markdown/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ To modify this file, edit the template and regenerate.
74
74
|`"aether.lrm.enhanced.localPrefix"`|`String`| The prefix to use for locally installed artifacts. |`"installed"`| 1.8.1 | No | Session Configuration |
75
75
|`"aether.lrm.enhanced.releasesPrefix"`|`String`| The prefix to use for release artifacts. |`"releases"`| 1.8.1 | No | Session Configuration |
76
76
|`"aether.lrm.enhanced.remotePrefix"`|`String`| The prefix to use for remotely cached artifacts. |`"cached"`| 1.8.1 | No | Session Configuration |
77
-
|`"aether.lrm.enhanced.repositoryKeyFunction"`|`String`| Configuration for "repository key" function. Note: repository key functions other than "simple" produce repository keys will be <em>way different that those produced with previous versions or without this option enabled</em>. Ideally, you may want to use empty local repository to populate with new repository key contained metadata,|`"simple"`| 2.0.14 | No | Session Configuration |
77
+
|`"aether.lrm.enhanced.repositoryKeyFunction"`|`String`|<b>Experimental:</b> Configuration for "repository key" function. Note: repository key functions other than "simple" produce repository keys will be <em>way different that those produced with previous versions or without this option enabled</em>. Ideally, you may want to use empty local repository to populate with new repository key contained metadata.|`"simple"`| 2.0.14 | No | Session Configuration |
78
78
|`"aether.lrm.enhanced.snapshotsPrefix"`|`String`| The prefix to use for snapshot artifacts. |`"snapshots"`| 1.8.1 | No | Session Configuration |
79
79
|`"aether.lrm.enhanced.split"`|`Boolean`| Whether LRM should split local and remote artifacts. |`false`| 1.8.1 | No | Session Configuration |
80
80
|`"aether.lrm.enhanced.splitLocal"`|`Boolean`| Whether locally installed artifacts should be split by version (release/snapshot). |`false`| 1.8.1 | No | Session Configuration |
0 commit comments