mill.main.maven

package mill.main.maven

Members list

Type members

Classlikes

Application that imports a Maven build to Mill.

Application that imports a Maven build to Mill.

Attributes

Source
MavenBuildGenMain.scala
Supertypes
class Object
trait Matchable
class Any
Self type
class Modeler(builder: ModelBuilder, resolver: ModelResolver, systemProperties: Properties)

The implementation is inspired by sbt-pom-reader.

The implementation is inspired by sbt-pom-reader.

Attributes

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

Attributes

Companion
class
Source
Modeler.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Modeler.type
class Plugins(model: Model)

Attributes

Source
Plugins.scala
Supertypes
class Object
trait Matchable
class Any
class Resolver(system: RepositorySystem, session: RepositorySystemSession, remotes: Seq[RemoteRepository], context: String) extends ModelResolver

Resolves a POM from its coordinates.

Resolves a POM from its coordinates.

The implementation is inspired by sbt-pom-reader.

Attributes

Source
Resolver.scala
Supertypes
trait ModelResolver
class Object
trait Matchable
class Any