Interface ProducedArtifact

All Superinterfaces:
Artifact
All Known Implementing Classes:
DefaultProducedArtifact

@Experimental @Immutable public interface ProducedArtifact extends Artifact
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.

Since:
4.0.0
See Also: