RepackageModule
Support to produce self-executable assemblies with the Repackager
from the Spring Boot Tools suite (https://docs.spring.io/spring-boot/build-tool-plugin/index.html).
This is an alternative to the mill.scalalib.AssemblyModule.
Attributes
- Source
- RepackageModule.scala
- Graph
-
- Supertypes
Members list
Type members
Inherited classlikes
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
Value members
Concrete methods
Attributes
- Source
- RepackageModule.scala
The Class holding the Application entrypoint. This uses the RunModule.mainClass (if defined) or falls back to auto-detection of a SpringBootApplication
class.
The Class holding the Application entrypoint. This uses the RunModule.mainClass (if defined) or falls back to auto-detection of a SpringBootApplication
class.
Attributes
- Source
- RepackageModule.scala
A script prepended to the resulting repackagedJar to make it executable. This uses the same prepend script as Mill JavaModule does, so it supports most Linux/Unix shells (probably not fish
) as well as Windows cmd shell (the file needs a .bat
or .cmd
extension). Set it to None if you don't want an executable JAR.
A script prepended to the resulting repackagedJar to make it executable. This uses the same prepend script as Mill JavaModule does, so it supports most Linux/Unix shells (probably not fish
) as well as Windows cmd shell (the file needs a .bat
or .cmd
extension). Set it to None if you don't want an executable JAR.
Attributes
- Source
- RepackageModule.scala
The upstream Module dependencies as JARs, to be embedded in the repackagedJar.
The upstream Module dependencies as JARs, to be embedded in the repackagedJar.
Attributes
- Source
- RepackageModule.scala
The upstream Maven dependencies as JARs, to be embedded in the repackagedJar.
The upstream Maven dependencies as JARs, to be embedded in the repackagedJar.
Attributes
- Source
- RepackageModule.scala
Attributes
- Source
- RepackageModule.scala
The Module holding the Spring Boot tools.
Inherited methods
Attributes
- Inherited from:
- BaseClass
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.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
-
Module -> Any
- Inherited from:
- Module
- Source
- Module.scala
Implicits
Inherited implicits
Attributes
- Inherited from:
- Module
- Source
- Module.scala