Package | Description |
---|---|
org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
org.eclipse.aether.deployment |
The types supporting the publishing of artifacts to a remote repository.
|
Modifier and Type | Method and Description |
---|---|
DeployResult |
RepositorySystem.deploy(RepositorySystemSession session,
DeployRequest request)
Uploads a collection of artifacts and their accompanying metadata to a remote repository.
|
Modifier and Type | Method and Description |
---|---|
DeployResult |
DeployResult.addArtifact(Artifact artifact)
Adds the specified artifacts to the result.
|
DeployResult |
DeployResult.addMetadata(Metadata metadata)
Adds the specified metadata to this result.
|
DeployResult |
DeployResult.setArtifacts(Collection<Artifact> artifacts)
Sets the artifacts that got deployed.
|
DeployResult |
DeployResult.setMetadata(Collection<Metadata> metadata)
Sets the metadata that got deployed.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.