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