Class WagonTransporterConfigurationKeys

java.lang.Object
org.eclipse.aether.transport.wagon.WagonTransporterConfigurationKeys

public final class WagonTransporterConfigurationKeys extends Object
A transporter using Maven Wagon.
  • Field Details

    • CONFIG_PROP_CONFIG

      public static final String CONFIG_PROP_CONFIG
      The configuration to use for the Wagon provider.
      See Also:
      Sourced from:
      RepositorySystemSession.getConfigProperties()
      Value type:
      Object
      Supports Repo ID Suffix:
      Yes
    • CONFIG_PROP_FILE_MODE

      public static final String CONFIG_PROP_FILE_MODE
      Octal numerical notation of permissions to set for newly created files. Only considered by certain Wagon providers.
      See Also:
      Sourced from:
      RepositorySystemSession.getConfigProperties()
      Value type:
      String
      Supports Repo ID Suffix:
      Yes
    • CONFIG_PROP_DIR_MODE

      public static final String CONFIG_PROP_DIR_MODE
      Octal numerical notation of permissions to set for newly created directories. Only considered by certain Wagon providers.
      See Also:
      Sourced from:
      RepositorySystemSession.getConfigProperties()
      Value type:
      String
      Supports Repo ID Suffix:
      Yes
    • CONFIG_PROP_GROUP

      public static final String CONFIG_PROP_GROUP
      Group which should own newly created directories/files. Only considered by certain Wagon providers.
      See Also:
      Sourced from:
      RepositorySystemSession.getConfigProperties()
      Value type:
      String
      Supports Repo ID Suffix:
      Yes