Interface RestoredArtifactHandler

All Known Implementing Classes:
DefaultRestoredArtifactHandler

public interface RestoredArtifactHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    adjustArchiveArtifactVersion(org.apache.maven.project.MavenProject project, String originalArtifactVersion, Path artifactFile)
     
  • Method Details

    • adjustArchiveArtifactVersion

      Path adjustArchiveArtifactVersion(org.apache.maven.project.MavenProject project, String originalArtifactVersion, Path artifactFile) throws IOException
      Throws:
      IOException