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: src/site/markdown/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ under the License.
84
84
|`"aether.named.ipc.nonative"`|`Boolean`| Should the IPC server not use native executable? |`true`| 2.0.1 | No | Java System Properties |
85
85
|`"aether.offline.hosts"`|`String`| Comma-separated list of hosts which are supposed to be resolved when session is offline. | - || No | Session Configuration |
86
86
|`"aether.offline.protocols"`|`String`| Comma-separated list of protocols which are supposed to be resolved when session is offline. | - || No | Session Configuration |
87
-
|`"aether.offline.repositories"`|`String`| Comma-separated list of repository IDs which are supposed to be resolved when session is offline. | - |TBD| No | Session Configuration |
87
+
|`"aether.offline.repositories"`|`String`| Comma-separated list of repository IDs which are supposed to be resolved when session is offline. | - |2.0.8| No | Session Configuration |
88
88
| `"aether.priority.<class>"` | `Float` | The priority to use for a certain extension class. <code><class></code> can either be the fully qualified name or the simple name of a class. If the class name ends with Factory that suffix could optionally be left out. This configuration is used by <code>org.eclipse.aether.internal.impl.PrioritizedComponents</code> internal utility to sort classes by priority. This is reusable utility (so an extension can make use of it), but by default in "vanilla" Resolver following classes are sorted: <ul> <li> <code>org.eclipse.aether.spi.localrepo.LocalRepositoryManagerFactory</code> </li> <li> <code>org.eclipse.aether.spi.connector.RepositoryConnectorFactory</code> </li> <li> <code>org.eclipse.aether.spi.connector.layout.RepositoryLayoutFactory</code> </li> <li> <code>org.eclipse.aether.spi.connector.transport.TransporterFactory</code> </li> <li> <code>org.eclipse.aether.spi.artifact.decorator.ArtifactDecoratorFactory</code> </li> <li> <code>org.eclipse.aether.spi.artifact.generator.ArtifactGeneratorFactory</code> </li> <li> <code>org.eclipse.aether.impl.MetadataGeneratorFactory</code> </li> </ul> | - | | No | Session Configuration |
89
89
|`"aether.priority.cached"`|`Boolean`| A flag indicating whether the created ordered components should be cached in session. |`true`| 2.0.0 | No | Session Configuration |
90
90
|`"aether.priority.implicit"`|`Boolean`| A flag indicating whether the priorities of pluggable extensions are implicitly given by their iteration order such that the first extension has the highest priority. If set, an extension's built-in priority as well as any corresponding <code>aether.priority.*</code> configuration properties are ignored when searching for a suitable implementation among the available extensions. This priority mode is meant for cases where the application will present/inject extensions in the desired search order. |`false`|| No | Session Configuration |
0 commit comments