Uses of Interface
org.apache.maven.api.ProducedArtifact
Packages that use ProducedArtifact
Package
Description
Maven Core API
-
Uses of ProducedArtifact in org.apache.maven.api
Methods in org.apache.maven.api that return ProducedArtifactModifier and TypeMethodDescriptionSession.createProducedArtifact(String groupId, String artifactId, String version, String extension) Shortcut forgetService(ArtifactFactory.class).createProduced(...).Session.createProducedArtifact(String groupId, String artifactId, String version, String classifier, String extension, String type) Shortcut forgetService(ArtifactFactory.class).createProduced(...).default ProducedArtifactProject.getPomArtifact()Returns the project POM artifact, which is the artifact of the POM of this project.Methods in org.apache.maven.api that return types with arguments of type ProducedArtifactModifier and TypeMethodDescriptionProject.getArtifacts()Returns the project artifacts as immutable list.default Optional<ProducedArtifact> Project.getMainArtifact()Returns the project main artifact, which is the artifact produced by this project build, if applicable.Methods in org.apache.maven.api with parameters of type ProducedArtifactModifier and TypeMethodDescriptionvoidSession.setArtifactPath(ProducedArtifact artifact, Path path) Shortcut forgetService(ArtifactManager.class).setPath(...). -
Uses of ProducedArtifact in org.apache.maven.api.services
Methods in org.apache.maven.api.services that return ProducedArtifactModifier and TypeMethodDescriptionArtifactFactory.createProduced(ArtifactFactoryRequest request) Creates an artifact.default ProducedArtifactArtifactFactory.createProduced(Session session, String groupId, String artifactId, String version, String extension) default ProducedArtifactArtifactFactory.createProduced(Session session, String groupId, String artifactId, String version, String classifier, String extension, String type) Methods in org.apache.maven.api.services that return types with arguments of type ProducedArtifactModifier and TypeMethodDescriptionProjectManager.getAllArtifacts(Project project) Returns project's all artifacts as immutable collection.ProjectManager.getAttachedArtifacts(Project project) Returns an immutable collection of attached artifacts for given project.Methods in org.apache.maven.api.services with parameters of type ProducedArtifactModifier and TypeMethodDescriptionvoidProjectManager.attachArtifact(Project project, ProducedArtifact artifact, Path path) voidArtifactManager.setPath(ProducedArtifact artifact, Path path) Associates the given file path to the artifact. -
Uses of ProducedArtifact in org.apache.maven.internal.impl
Classes in org.apache.maven.internal.impl that implement ProducedArtifactModifier and TypeClassDescriptionclassA wrapper class around a maven resolver artifact.Methods in org.apache.maven.internal.impl that return ProducedArtifactModifier and TypeMethodDescriptionDefaultArtifactFactory.createProduced(ArtifactFactoryRequest request) AbstractSession.createProducedArtifact(String groupId, String artifactId, String version, String extension) Shortcut forgetService(ArtifactFactory.class).createProduced(...)AbstractSession.createProducedArtifact(String groupId, String artifactId, String version, String classifier, String extension, String type) Shortcut forgetService(ArtifactFactory.class).createProduced(...)Methods in org.apache.maven.internal.impl that return types with arguments of type ProducedArtifactModifier and TypeMethodDescriptionDefaultProjectManager.getAllArtifacts(Project project) DefaultProject.getArtifacts()DefaultProjectManager.getAttachedArtifacts(Project project) Methods in org.apache.maven.internal.impl with parameters of type ProducedArtifactModifier and TypeMethodDescriptionvoidDefaultProjectManager.attachArtifact(Project project, ProducedArtifact artifact, Path path) voidAbstractSession.setArtifactPath(ProducedArtifact artifact, Path path) Shortcut forgetService(ArtifactManager.class).setPath(...)voidDefaultArtifactManager.setPath(ProducedArtifact artifact, Path path)