Package org.apache.maven.api
Interface ProducedArtifact
- All Superinterfaces:
Artifact
- All Known Implementing Classes:
DefaultProducedArtifact
An
Artifact that is being produced by a Project during the build.
Produced artifacts includes:
For the main artifact and attached artifacts, the
ArtifactManager service must be used
to point the artifact to a Path during the packaging phase.
-
Method Summary
Methods inherited from interface org.apache.maven.api.Artifact
getArtifactId, getBaseVersion, getClassifier, getExtension, getGroupId, getVersion, isSnapshot, key, toCoordinates