Uses of Class
org.sonatype.central.publisher.plugin.model.ArtifactWithFile
Packages that use ArtifactWithFile
Package
Description
-
Uses of ArtifactWithFile in org.sonatype.central.publisher.plugin
Methods in org.sonatype.central.publisher.plugin that return types with arguments of type ArtifactWithFileModifier and TypeMethodDescriptionprotected List<ArtifactWithFile> PublishMojo.getArtifactWithFiles()Method parameters in org.sonatype.central.publisher.plugin with type arguments of type ArtifactWithFileModifier and TypeMethodDescriptionprotected voidPublishMojo.processRelease(List<ArtifactWithFile> artifactWithFiles, File stagingDirectory) protected voidPublishMojo.processSnapshot(List<ArtifactWithFile> artifactWithFiles, File deferredDirectory) -
Uses of ArtifactWithFile in org.sonatype.central.publisher.plugin.model
Methods in org.sonatype.central.publisher.plugin.model that return types with arguments of type ArtifactWithFileModifier and TypeMethodDescriptionDeferArtifactRequest.getArtifactWithFiles()StageArtifactRequest.getArtifactWithFiles()Constructor parameters in org.sonatype.central.publisher.plugin.model with type arguments of type ArtifactWithFileModifierConstructorDescriptionDeferArtifactRequest(org.apache.maven.execution.MavenSession mavenSession, List<ArtifactWithFile> artifactWithFiles, File deferredDirectory, String centralSnapshotsUrl, String serverId) ConstructorStageArtifactRequest(List<ArtifactWithFile> artifactWithFiles, File stagingDirectory) -
Uses of ArtifactWithFile in org.sonatype.central.publisher.plugin.utils
Methods in org.sonatype.central.publisher.plugin.utils that return types with arguments of type ArtifactWithFileModifier and TypeMethodDescriptionProjectUtils.getArtifacts(org.apache.maven.project.MavenProject mavenProject, org.apache.maven.artifact.factory.ArtifactFactory artifactFactory) ProjectUtilsImpl.getArtifacts(org.apache.maven.project.MavenProject mavenProject, org.apache.maven.artifact.factory.ArtifactFactory artifactFactory)