Interface RepositoryGenerator.RepositoryConfiguration

Enclosing interface:
RepositoryGenerator

public static interface RepositoryGenerator.RepositoryConfiguration
  • Method Details

    • getDestination

      File getDestination()
      Returns:
      he base folder where the repository should be generated
    • getLayout

      Returns:
      the desired repository layout, if the generator do not understand the layout it should throw a MojoFailureException
    • getRepositoryName

      String getRepositoryName()
      Returns:
      the user visible name of the repository. This is a hint, if the provider does not support such thing it could ignore this
    • getConfiguration

      org.codehaus.plexus.configuration.PlexusConfiguration getConfiguration()
      Returns:
      the additional respository configuration.
    • getLog

      org.apache.maven.plugin.logging.Log getLog()
      Returns:
      the logger to issue logging messages