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