Example usage for org.apache.maven.artifact.deployer ArtifactDeployer interface-usage

List of usage examples for org.apache.maven.artifact.deployer ArtifactDeployer interface-usage

Introduction

In this page you can find the example usage for org.apache.maven.artifact.deployer ArtifactDeployer interface-usage.

Usage

From source file hudson.maven.artifact.deployer.DefaultArtifactDeployer.java

@Component(role = ArtifactDeployer.class, hint = "maven2")
public class DefaultArtifactDeployer extends AbstractLogEnabled implements ArtifactDeployer {
    @Requirement
    private WagonManager wagonManager;

    @Requirement(hint = "maven2")