mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-09 15:09:23 +00:00
Mvnd with file locking (#508)
* Update mvnd to include Maven Resolver 1.7 As mvnd itself is Java8 lang level, it is completely okay to up resolver to 1.7 (that is java8 as well). The only reason why Maven 3.8.x CANNOT use resolver 1.7 is that it is still Java7 level. * Move missing piece to SPI * Add global exclusions * Example of mvnd using file locking (of resolver) * Drop irrelevant * Upgrade to released 1.7.3 Co-authored-by: Guillaume Nodet <gnodet@gmail.com>
This commit is contained in:
@@ -266,11 +266,7 @@ public enum Environment {
|
||||
* This pattern will be evaluated against the full path of the dependencies, so it is usually desirable to
|
||||
* start with <code>'glob:**/'</code> to support any location of the local repository.
|
||||
*/
|
||||
MVND_PLUGIN_REALM_EVICT_PATTERN("mvnd.pluginRealmEvictPattern", null, "", OptionType.STRING, Flags.OPTIONAL),
|
||||
/**
|
||||
* The SyncContextFactory to use (can be either 'noop' or 'ipc' for a server-wide factory).
|
||||
*/
|
||||
MVND_SYNC_CONTEXT_FACTORY("mvnd.syncContextFactory", null, "local", OptionType.BOOLEAN, Flags.OPTIONAL);
|
||||
MVND_PLUGIN_REALM_EVICT_PATTERN("mvnd.pluginRealmEvictPattern", null, "", OptionType.STRING, Flags.OPTIONAL);
|
||||
|
||||
static Properties properties;
|
||||
|
||||
|
Reference in New Issue
Block a user