PublisherInterface
sbt.librarymanagement.PublisherInterface
trait PublisherInterface
Interface for publishing modules.
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Interface for publishing modules.
Makes the pom.xml
file for the given module.
Makes the pom.xml
file for the given module.
The makePomFile configuration.
The logger.
The module for which a .pom
file is to be created.
The File
containing the POM descriptor.
Builds a ModuleDescriptor that describes a subproject with dependencies.
Builds a ModuleDescriptor that describes a subproject with dependencies.
It contains the information about the module including the dependencies.
A ModuleDescriptor
describing a subproject and its dependencies.
Publishes the given module.
Publishes the given module.
The publish configuration.
The logger.
The module to be published.