Class ArtifactBundlerImpl
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.sonatype.central.publisher.plugin.bundler.ArtifactBundlerImpl
- All Implemented Interfaces:
org.codehaus.plexus.logging.LogEnabled,ArtifactBundler
@Component(role=ArtifactBundler.class)
public class ArtifactBundlerImpl
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements ArtifactBundler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbundle(BundleArtifactRequest bundleArtifactRequest) voidpreBundle(org.apache.maven.project.MavenProject project, Path sourceDir, ChecksumRequest checksumRequest) Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Constructor Details
-
ArtifactBundlerImpl
public ArtifactBundlerImpl()
-
-
Method Details
-
bundle
- Specified by:
bundlein interfaceArtifactBundler
-
preBundle
public void preBundle(org.apache.maven.project.MavenProject project, Path sourceDir, ChecksumRequest checksumRequest) - Specified by:
preBundlein interfaceArtifactBundler
-