Serialized Form
-
Package org.apache.maven.plugin
-
Class org.apache.maven.plugin.AbstractMojoExecutionException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
longMessage
java.lang.String longMessage
-
source
java.lang.Object source
-
-
-
Class org.apache.maven.plugin.CycleDetectedInPluginGraphException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
plugin
org.apache.maven.model.Plugin plugin
-
-
-
Class org.apache.maven.plugin.InvalidPluginDescriptorException extends java.lang.Exception implements Serializable
-
Class org.apache.maven.plugin.InvalidPluginException extends java.lang.Exception implements Serializable
-
Class org.apache.maven.plugin.MojoExecutionException extends org.apache.maven.plugin.AbstractMojoExecutionException implements Serializable
-
Class org.apache.maven.plugin.MojoFailureException extends org.apache.maven.plugin.AbstractMojoExecutionException implements Serializable
-
Class org.apache.maven.plugin.MojoNotFoundException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
goal
java.lang.String goal
-
pluginDescriptor
org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor
-
-
-
Class org.apache.maven.plugin.PluginConfigurationException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
originalMessage
java.lang.String originalMessage
-
pluginDescriptor
org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor
-
-
-
Class org.apache.maven.plugin.PluginContainerException extends org.apache.maven.plugin.PluginManagerException implements Serializable
-
Serialized Fields
-
pluginRealm
org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm
-
-
-
Class org.apache.maven.plugin.PluginDescriptorParsingException extends java.lang.Exception implements Serializable
-
Class org.apache.maven.plugin.PluginExecutionException extends org.apache.maven.plugin.PluginManagerException implements Serializable
-
Serialized Fields
-
mojoExecution
org.apache.maven.plugin.MojoExecution mojoExecution
-
-
-
Class org.apache.maven.plugin.PluginIncompatibleException extends org.apache.maven.plugin.PluginManagerException implements Serializable
-
Class org.apache.maven.plugin.PluginLoaderException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
pluginKey
java.lang.String pluginKey
-
-
-
Class org.apache.maven.plugin.PluginManagerException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
goal
java.lang.String goal
-
pluginArtifactId
java.lang.String pluginArtifactId
-
pluginGroupId
java.lang.String pluginGroupId
-
pluginVersion
java.lang.String pluginVersion
-
project
org.apache.maven.project.MavenProject project
-
-
-
Class org.apache.maven.plugin.PluginNotFoundException extends org.apache.maven.artifact.resolver.AbstractArtifactResolutionException implements Serializable
-
Serialized Fields
-
plugin
org.apache.maven.model.Plugin plugin
-
-
-
Class org.apache.maven.plugin.PluginParameterException extends org.apache.maven.plugin.PluginConfigurationException implements Serializable
-
Serialized Fields
-
mojo
org.apache.maven.plugin.descriptor.MojoDescriptor mojo
-
parameters
java.util.List<org.apache.maven.plugin.descriptor.Parameter> parameters
-
-
-
Class org.apache.maven.plugin.PluginResolutionException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
plugin
org.apache.maven.model.Plugin plugin
-
-
-
-
Package org.fedoraproject.xmvn.config
-
Class org.fedoraproject.xmvn.config.Artifact extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
Artifact ID of the artifact. -
classifier
java.lang.String classifier
Classifier of the artifact. -
extension
java.lang.String extension
Extension of the artifact. -
groupId
java.lang.String groupId
Group ID of the artifact. -
stereotype
java.lang.String stereotype
Maven stereotype of the artifact. -
version
java.lang.String version
Version of the artifact.
-
-
-
Class org.fedoraproject.xmvn.config.BuildSettings extends java.lang.Object implements Serializable
-
Serialized Fields
-
debug
java.lang.Boolean debug
Whether detailed debugging information about the build process should be logged. -
skippedPlugins
java.util.List<Artifact> skippedPlugins
Field skippedPlugins. -
skipTests
java.lang.Boolean skipTests
Whether compilation and execution of unit and integration tests should be skipped.
-
-
-
Class org.fedoraproject.xmvn.config.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactManagement
java.util.List<PackagingRule> artifactManagement
Field artifactManagement. -
buildSettings
BuildSettings buildSettings
This element contains basic XMvn settings. -
installerSettings
InstallerSettings installerSettings
This element contains configuration of XMvn installer. -
modelEncoding
java.lang.String modelEncoding
Field modelEncoding. -
properties
java.util.Properties properties
Field properties. -
repositories
java.util.List<Repository> repositories
Field repositories. -
resolverSettings
ResolverSettings resolverSettings
This element contains configuration of XMvn resolver.
-
-
-
Class org.fedoraproject.xmvn.config.InstallerSettings extends java.lang.Object implements Serializable
-
Serialized Fields
-
debug
java.lang.Boolean debug
Whether additional debugging information about artifact nstallation should be printed. -
metadataDir
java.lang.String metadataDir
Directory into which XMvn metadata files are be installed.
-
-
-
Class org.fedoraproject.xmvn.config.PackagingRule extends java.lang.Object implements Serializable
-
Serialized Fields
-
aliases
java.util.List<Artifact> aliases
Field aliases. -
artifactGlob
Artifact artifactGlob
Pattern specifying one or more Maven artifacts. -
files
java.util.List<java.lang.String> files
Field files. -
matched
java.lang.Boolean matched
Whether any reactor artifact matches artifact glob pattern or this rule. Non-optional rules cause build failure if hey are not matched. -
optional
java.lang.Boolean optional
Whether this rule is optional. Non-optional rules cause uild failure if they are not matched. -
targetPackage
java.lang.String targetPackage
Name of binary package into which artifacts are assigned. -
targetRepository
java.lang.String targetRepository
ID of repository into which artifacts are installed. -
versions
java.util.List<java.lang.String> versions
Field versions.
-
-
-
Class org.fedoraproject.xmvn.config.Repository extends java.lang.Object implements Serializable
-
Serialized Fields
-
configuration
java.lang.Object configuration
Arbitrary XML used to configure structure of the repository. Configuration can be freely used by the implementation, so their exact meaning depends on repository type. See documentation for repository types to see the format of supported configuration (if any). -
filter
java.lang.Object filter
A boolean expression describing which artifacts can be stored in this repository. -
id
java.lang.String id
Unique string identifying this repository. -
properties
java.util.Properties properties
Field properties. -
stereotypes
java.util.List<Stereotype> stereotypes
Field stereotypes. -
type
java.lang.String type
Role hint of Plexus component implementing the repository.
-
-
-
Class org.fedoraproject.xmvn.config.ResolverSettings extends java.lang.Object implements Serializable
-
Serialized Fields
-
blacklist
java.util.List<Artifact> blacklist
Field blacklist. -
debug
java.lang.Boolean debug
Whether detailed debugging information about artifact resolution process should be logged. -
ignoreDuplicateMetadata
java.lang.Boolean ignoreDuplicateMetadata
Whether XMvn should refuse to resolve artifact that have more than a single piece of metadata. -
localRepositories
java.util.List<java.lang.String> localRepositories
Field localRepositories. -
metadataRepositories
java.util.List<java.lang.String> metadataRepositories
Field metadataRepositories. -
prefixes
java.util.List<java.lang.String> prefixes
Field prefixes.
-
-
-
Class org.fedoraproject.xmvn.config.Stereotype extends java.lang.Object implements Serializable
-
Serialized Fields
-
classifier
java.lang.String classifier
Classifier of the artifact. -
extension
java.lang.String extension
Extension of the artifact. -
type
java.lang.String type
Type ID of the stereotype.
-
-
-
-
Package org.fedoraproject.xmvn.metadata
-
Class org.fedoraproject.xmvn.metadata.ArtifactAlias extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
Artifact ID of the artifact alias. -
classifier
java.lang.String classifier
Classifier of the artifact alias. -
extension
java.lang.String extension
Extension of the artifact alias. -
groupId
java.lang.String groupId
Group ID of the artifact alias.
-
-
-
Class org.fedoraproject.xmvn.metadata.ArtifactMetadata extends java.lang.Object implements Serializable
-
Serialized Fields
-
aliases
java.util.List<ArtifactAlias> aliases
Field aliases. -
artifactId
java.lang.String artifactId
Identifier of the artifact. -
classifier
java.lang.String classifier
Classifier of the artifact. -
compatVersions
java.util.List<java.lang.String> compatVersions
Field compatVersions. -
dependencies
java.util.List<Dependency> dependencies
Field dependencies. -
extension
java.lang.String extension
Extension of artifact file. -
groupId
java.lang.String groupId
Group identifier of the artifact. -
namespace
java.lang.String namespace
A namespace within which this artifact is stored. This usually is an identifier of software collection. -
path
java.lang.String path
Absolute path to artifact file stored in the local file system. -
properties
java.util.Properties properties
Field properties. -
uuid
java.lang.String uuid
Universally unique identifier of this artifact. -
version
java.lang.String version
Artifact version. This is always upstream version, never compat version nor SYSTEM.
-
-
-
Class org.fedoraproject.xmvn.metadata.Dependency extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
Artifact ID of the dependency artifact. -
classifier
java.lang.String classifier
Classifier of the dependency artifact. -
exclusions
java.util.List<DependencyExclusion> exclusions
Field exclusions. -
extension
java.lang.String extension
Extension of the dependency artifact. -
groupId
java.lang.String groupId
Group ID of the dependency artifact. -
namespace
java.lang.String namespace
A namespace within which this artifact is stored. This usually is an identifier of software collection. -
optional
java.lang.Boolean optional
Specifies whether given dependency is optional or not. -
requestedVersion
java.lang.String requestedVersion
Version of the dependency artifact as defined in the main artifact descriptor. This may be a version range as supported by Maven. -
resolvedVersion
java.lang.String resolvedVersion
Version of the dependency artifact, as resolved during build. Absence of this field indicates a dependency on default artifact version.
-
-
-
Class org.fedoraproject.xmvn.metadata.DependencyExclusion extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
Artifact ID of the excluded artifact. -
groupId
java.lang.String groupId
Group ID of the excluded artifact.
-
-
-
Class org.fedoraproject.xmvn.metadata.PackageMetadata extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifacts
java.util.List<ArtifactMetadata> artifacts
Field artifacts. -
modelEncoding
java.lang.String modelEncoding
Field modelEncoding. -
properties
java.util.Properties properties
Field properties. -
skippedArtifacts
java.util.List<SkippedArtifactMetadata> skippedArtifacts
Field skippedArtifacts. -
uuid
java.lang.String uuid
Universally unique identifier of this piece of metadata.
-
-
-
Class org.fedoraproject.xmvn.metadata.SkippedArtifactMetadata extends java.lang.Object implements Serializable
-
Serialized Fields
-
artifactId
java.lang.String artifactId
Artifact ID of skipped artifact. -
classifier
java.lang.String classifier
Classifier of skipped artifact. -
extension
java.lang.String extension
Extension of skipped artifact. -
groupId
java.lang.String groupId
Group ID of skipped artifact.
-
-
-
-
Package org.fedoraproject.xmvn.tools.install
-
Class org.fedoraproject.xmvn.tools.install.ArtifactInstallationException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-