public interface MavenDeployment
| Modifier and Type | Method | Description | 
|---|---|---|
| void | addArtifact(PublishArtifact artifact) | Adds an additional artifact to this deployment. | 
| String | getArtifactId() | Returns the artifact ID for this deployment. | 
| Set<PublishArtifact> | getArtifacts() | Returns the artifacts which will be deployed. | 
| Set<PublishArtifact> | getAttachedArtifacts() | Returns the additional artifacts for this deployment. | 
| String | getGroupId() | Returns the group ID for this deployment. | 
| PublishArtifact | getMainArtifact() | Returns the main artifact for this deployment. | 
| String | getPackaging() | Returns the packaging for this deployment. | 
| PublishArtifact | getPomArtifact() | Returns the POM for this deployment. | 
| String | getVersion() | Returns the version for this deployment. | 
@Incubating String getPackaging()
@Incubating String getGroupId()
@Incubating String getArtifactId()
@Incubating String getVersion()
PublishArtifact getPomArtifact()
PublishArtifact getMainArtifact()
Set<PublishArtifact> getArtifacts()
void addArtifact(PublishArtifact artifact)
artifact - The artifact to add.Set<PublishArtifact> getAttachedArtifacts()