| Field and Description |
|---|
| hudson.maven.MavenModuleSet.globalSettingConfigPath
since 1.484 settings are provided by
MavenModuleSet.globalSettings |
| hudson.maven.MavenReporters.LIST
as of 1.286. Use
MavenReporterDescriptor#all() for listing reporters, and
use Extension for automatic registration. |
| hudson.maven.MojoInfo.mojo
as of 1.427
Maven3 can no longer provide this information, so plugins cannot rely on this value being present.
For the time being we are setting a dummy value to avoid NPE. Use
MojoInfo.configuration to access
configuration values, but otherwise the ability to inject values is lost and there's no viable
alternative. |
Copyright © 2016–2017. All rights reserved.