AppModel
mill.javalib.quarkus.ApplicationModelWorker.AppModel
case class AppModel(projectRoot: Path, buildDir: Path, buildFile: Path, quarkusVersion: String, groupId: String, artifactId: String, version: String, sourcesDir: Path, resourcesDir: Path, compiledPath: Path, compiledResources: Path, boms: Seq[String], dependencies: Seq[Dependency], nativeImage: String)
This app model has the necessary elements to build the Quarkus Application Model. This data class is used to populate the quarkus ApplicationModelBuilder and PlatformInfo which are serialized for the QuarkusBootstrap to be able to create the Quarkus build artifacts.
The effort for Quarkus support is ongoing.
For details on the requirements see https://github.com/quarkusio/quarkus/tree/main/independent-projects/bootstrap/app-model/src/main/java/io/quarkus/bootstrap/model
Attributes
- Source
- ApplicationModelWorker.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article