Interface | Description |
---|---|
Artifact |
Maven Artifact interface.
|
Class | Description |
---|---|
ArtifactStatus |
Type safe enumeration for the artifact status field.
|
ArtifactUtils | |
DefaultArtifact |
Enum | Description |
---|---|
ArtifactScopeEnum |
Type safe reincarnation of Artifact scope.
|
Exception | Description |
---|---|
DependencyResolutionRequiredException |
Exception that occurs when an artifact file is used, but has not been resolved.
|
InvalidArtifactRTException |
Exception thrown when the identity of an artifact can not be established,
eg. one of groupId, artifactId, version or type is null.
|
InvalidRepositoryException |
Error constructing an artifact repository.
|
UnknownRepositoryLayoutException |
Exception which is meant to occur when a layout specified for a particular
repository doesn't have a corresponding
ArtifactRepositoryLayout
component in the current container. |
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.