Modeler

mill.main.maven.Modeler
See theModeler companion object
class Modeler(config: ModelerConfig, builder: ModelBuilder, resolver: ModelResolver, systemProperties: Properties)

Builds a Model.

The implementation is inspired by sbt-pom-reader.

Attributes

Companion
object
Source
Modeler.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(pomDir: Path): Model

Builds and returns the effective Model from pomDir / "pom.xml".

Builds and returns the effective Model from pomDir / "pom.xml".

Attributes

Source
Modeler.scala
def build(pomFile: File): Model

Builds and returns the effective Model from pomFile.

Builds and returns the effective Model from pomFile.

Attributes

Source
Modeler.scala