|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MavenDeployment
Represents the artifacts which will be deployed to a maven repository. You can use this interface to modify the set of artifacts.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
PublishArtifact getPomArtifact()
PublishArtifact getMainArtifact()
Set<PublishArtifact> getArtifacts()
void addArtifact(PublishArtifact artifact)
artifact - The artifact to add.Set<PublishArtifact> getAttachedArtifacts()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||