Packages

class Publisher extends AnyRef

Library management API to publish artifacts.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Publisher
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def makePomFile(module: ModuleDescriptor, configuration: MakePomConfiguration, log: Logger): File

    Makes the pom.xml file for the given module.

    Makes the pom.xml file for the given module.

    module

    The module for which a .pom file is to be created.

    configuration

    The makePomFile configuration.

    log

    The logger.

    returns

    The File containing the POM descriptor.

  2. def moduleDescriptor(moduleSetting: ModuleDescriptorConfiguration): ModuleDescriptor

    Builds a ModuleDescriptor that describes a subproject with dependencies.

    Builds a ModuleDescriptor that describes a subproject with dependencies.

    moduleSetting

    It contains the information about the module including the dependencies.

    returns

    A ModuleDescriptor describing a subproject and its dependencies.

  3. def publish(module: ModuleDescriptor, configuration: PublishConfiguration, log: Logger): Unit

    Publishes the given module.

    Publishes the given module.

    module

    The module to be published.

    configuration

    The publish configuration.

    log

    The logger.