public interface MavenDeployment
Modifier and Type | Method and Description |
---|---|
void |
addArtifact(PublishArtifact artifact)
Adds an additional artifact to this deployment.
|
Set<PublishArtifact> |
getArtifacts()
Returns the artifacts which will be deployed.
|
Set<PublishArtifact> |
getAttachedArtifacts()
Returns the additional artifacts for this deployment.
|
PublishArtifact |
getMainArtifact()
Returns the main artifact for this deployment.
|
PublishArtifact |
getPomArtifact()
Returns the POM for this deployment.
|
PublishArtifact getPomArtifact()
PublishArtifact getMainArtifact()
Set<PublishArtifact> getArtifacts()
void addArtifact(PublishArtifact artifact)
artifact
- The artifact to add.Set<PublishArtifact> getAttachedArtifacts()