mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-10-14 14:10:52 +00:00
Support core extension more configuration (#1216)
Fixes #1163 Signed-off-by: crazyhzm <crazyhzm@apache.org>
This commit is contained in:
@@ -185,7 +185,7 @@ A few special properties do not follow the above mechanism:
|
||||
* `mvnd.daemonStorage`: this property defines the location where mvnd stores its files (registry and daemon logs). This property can only be defined as a system property on the command line
|
||||
* `mvnd.id`: this property is used internally to identify the daemon being created
|
||||
* `mvnd.extClasspath`: internal option to specify the maven extension classpath
|
||||
* `mvnd.coreExtensions`: internal option to specify the list of maven extension to register
|
||||
* `mvnd.coreExtensionFilePath`: internal option to specify the maven extension configuration file path
|
||||
|
||||
For a full list of available properties please see
|
||||
https://github.com/apache/maven-mvnd/blob/master/dist/src/main/distro/conf/mvnd.properties[/dist/src/main/distro/conf/mvnd.properties].
|
||||
|
Reference in New Issue
Block a user