Serialized Form
-
Package org.apache.maven.api.cli
-
Exception Class org.apache.maven.api.cli.InvokerException
class InvokerException extends MavenException implements Serializable -
Exception Class org.apache.maven.api.cli.ParserException
class ParserException extends MavenException implements Serializable
-
-
Package org.apache.maven.api.cli.extensions
-
Class org.apache.maven.api.cli.extensions.CoreExtension
class CoreExtension extends Object implements Serializable-
Serialized Fields
-
artifactId
String artifactId
The artifact ID of the extension. -
classLoadingStrategy
String classLoadingStrategy
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). -
configuration
org.apache.maven.api.xml.XmlNode configuration
-
groupId
String groupId
The group ID of the extension's artifact. -
version
String version
The version of the extension.
-
-
-
Class org.apache.maven.api.cli.extensions.CoreExtensions
class CoreExtensions extends Object implements Serializable-
Serialized Fields
-
extensions
List<CoreExtension> extensions
A set of build extensions to use from this project. -
modelEncoding
String modelEncoding
-
namespaceUri
String namespaceUri
-
-
-