Class MavenArtifactArchiver

java.lang.Object
hudson.maven.MavenReporter
hudson.maven.reporters.MavenArtifactArchiver
All Implemented Interfaces:
ExtensionPoint, MavenProjectActionBuilder, Describable<MavenReporter>, Serializable

public class MavenArtifactArchiver extends MavenReporter
Archives artifacts of the build.

Archive will be created in two places. One is inside the build directory, to be served from Jenkins. The other is to the local repository of the controller, so that artifacts can be shared in maven builds happening in other agents.

Author:
Kohsuke Kawaguchi
See Also: