MvnDepsTreeArgs

mill.javalib.MvnDepsTreeArgs
See theMvnDepsTreeArgs companion object

Arguments for the ivDepsTree command.

Value parameters

inverse

Invert the tree representation, so that the root is on the bottom.

whatDependsOn

possible list of modules (org:artifact) to target in the tree in order to see where a dependency stems from.

withCompile

Include the compile-time only dependencies (compileMvnDeps, provided scope) into the tree.

withRuntime

Include the runtime dependencies (runMvnDeps, runtime scope) into the tree.

Attributes

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

Members list

Value members

Concrete fields

val inverse: Flag

Attributes

Source
MvnDepsTreeArgs.scala
val whatDependsOn: List[String]

Attributes

Source
MvnDepsTreeArgs.scala
val withCompile: Flag

Attributes

Source
MvnDepsTreeArgs.scala
val withRuntime: Flag

Attributes

Source
MvnDepsTreeArgs.scala