Serialized Form
-
Package org.apache.maven.cli.internal
-
Exception Class org.apache.maven.cli.internal.ExtensionResolutionException
class ExtensionResolutionException extends Exception implements Serializable-
Serialized Fields
-
extension
CoreExtension extension
Deprecated.
-
-
-
-
Package org.apache.maven.cli.internal.extension.model
-
Class org.apache.maven.cli.internal.extension.model.CoreExtension
class CoreExtension extends Object implements Serializable-
Serialized Fields
-
artifactId
String artifactId
Deprecated.The artifact ID of the extension. -
classLoadingStrategy
String classLoadingStrategy
Deprecated.The class loading strategy: 'self-first' (the default), 'parent-first' (loads classes from the parent, then from the extension) or 'plugin' (follows the rules from extensions defined as plugins). -
groupId
String groupId
Deprecated.The group ID of the extension's artifact. -
version
String version
Deprecated.The version of the extension.
-
-
-
Class org.apache.maven.cli.internal.extension.model.CoreExtensions
class CoreExtensions extends Object implements Serializable-
Serialized Fields
-
extensions
List<CoreExtension> extensions
Deprecated.Field extensions. -
modelEncoding
String modelEncoding
Deprecated.Field modelEncoding.
-
-
-