Pom

mill.javalib.publish.Pom
object Pom

Rendering logic for pom.xml files

Attributes

Source
Pom.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Pom.type

Members list

Type members

Classlikes

final implicit class XmlOps(val e: Elem) extends AnyVal

Attributes

Source
Pom.scala
Supertypes
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def apply(artifact: Artifact, dependencies: Seq[Dependency], name: String, pomSettings: PomSettings, properties: Map[String, String], packagingType: String, parentProject: Option[Artifact]): String

Attributes

Source
Pom.scala
def apply(artifact: Artifact, dependencies: Seq[Dependency], name: String, pomSettings: PomSettings, properties: Map[String, String], packagingType: String, parentProject: Option[Artifact], bomDependencies: Seq[Dependency], dependencyManagement: Seq[Dependency]): String

Attributes

Source
Pom.scala

Concrete fields

val head: String

Attributes

Source
Pom.scala

Implicits

Implicits

final implicit def XmlOps(e: Elem): XmlOps

Attributes

Source
Pom.scala