mill.javalib.AssemblyModule
See theAssemblyModule companion object
Module that provides functionality around creating and configuring JVM assembly jars
Attributes
Companion
object
Source
AssemblyModule.scala
Graph
Reset zoom Hide graph Show graph
Supertypes
trait Cacher
class Object
trait Matchable
class Any
Show all
Known subtypes
Self type
Members list
Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill
Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill
Attributes
Inherited from:
Module
Source
Module.scala
Supertypes
class Object
trait Matchable
class Any
Upstream classfiles and resources from third-party libraries necessary to build an executable assembly
Upstream classfiles and resources from third-party libraries necessary to build an executable assembly
Attributes
Source
AssemblyModule.scala
Upstream classfiles and resources from locally-built modules necessary to build an executable assembly, but without this module's contribution
Upstream classfiles and resources from locally-built modules necessary to build an executable assembly, but without this module's contribution
Attributes
Source
AssemblyModule.scala
An executable uber-jar/assembly containing all the resources and compiled classfiles from this module and all it's upstream modules and dependencies
An executable uber-jar/assembly containing all the resources and compiled classfiles from this module and all it's upstream modules and dependencies
Attributes
Source
AssemblyModule.scala
Similar to forkArgs
but only applies to the bat
launcher script
Similar to forkArgs
but only applies to the bat
launcher script
Attributes
Source
AssemblyModule.scala
Similar to forkArgs
but only applies to the sh
launcher script
Similar to forkArgs
but only applies to the sh
launcher script
Attributes
Source
AssemblyModule.scala
Creates a manifest representation which can be modified or replaced The default implementation just adds the Manifest-Version
, Main-Class
and Created-By
attributes
Creates a manifest representation which can be modified or replaced The default implementation just adds the Manifest-Version
, Main-Class
and Created-By
attributes
Attributes
Source
AssemblyModule.scala
What shell script to use to launch the executable generated by assembly
. Defaults to a generic "universal" launcher that should work for Windows, OS-X and Linux
What shell script to use to launch the executable generated by assembly
. Defaults to a generic "universal" launcher that should work for Windows, OS-X and Linux
Attributes
Source
AssemblyModule.scala
Build the assembly for third-party dependencies separate from the current classpath
Build the assembly for third-party dependencies separate from the current classpath
This should allow much faster assembly creation in the common case where third-party dependencies do not change
Attributes
Source
AssemblyModule.scala
Build the assembly for upstream dependencies separate from the current classpath
Build the assembly for upstream dependencies separate from the current classpath
This should allow much faster assembly creation in the common case where upstream dependencies do not change
Attributes
Source
AssemblyModule.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
Returns
a string representation of the object.
Definition Classes
Inherited from:
Module
Source
Module.scala