io.quarkiverse.quinoa.deployment.config.QuinoaConfig.jdp Maven / Gradle / Ivy
io.quarkiverse.quinoa.deployment.config.QuinoaConfig.buildDir=This the Web UI internal build system (webpack, ...) output directory.\nAfter the build, Quinoa will take the files from this directory,\nmove them to 'target/quinoa/build' (or build/quinoa/build with Gradle) and serve them at runtime.\nThe path is relative to the Web UI path.
io.quarkiverse.quinoa.deployment.config.QuinoaConfig.ci=Install the packages without generating a lockfile (frozen lockfile) and failing if an update is needed (useful in CI).
io.quarkiverse.quinoa.deployment.config.QuinoaConfig.devServer=Configuration for the external dev server (live coding server)
io.quarkiverse.quinoa.deployment.config.QuinoaConfig.enableSPARouting=Enable SPA (Single Page Application) routing, all relevant requests will be re-routed to the index page.\nCurrently, for technical reasons, the Quinoa SPA routing configuration won't work with RESTEasy Classic.
io.quarkiverse.quinoa.deployment.config.QuinoaConfig.enabled=Indicate if the extension should be enabled.
io.quarkiverse.quinoa.deployment.config.QuinoaConfig.forceInstall=Force install packages before building.\nIt will install packages only if the node_modules directory is absent or when the package.json is modified in dev-mode.
io.quarkiverse.quinoa.deployment.config.QuinoaConfig.framework=Configure framework detection
io.quarkiverse.quinoa.deployment.config.QuinoaConfig.ignoredPathPrefixes=List of path prefixes to be ignored by Quinoa (SPA Handler and Dev-Proxy).\nThe paths are normalized and always resolved relative to 'quarkus.quinoa.ui-root-path'.
io.quarkiverse.quinoa.deployment.config.QuinoaConfig.justBuild=Indicate if Quinoa should just do the build part.\nIf true, Quinoa will NOT serve the Web UI built resources.\nThis is handy when the output of the build is used\nto be served via something else (nginx, cdn, ...)\nQuinoa put the built files in 'target/quinoa/build' (or 'build/quinoa/build with Gradle).
io.quarkiverse.quinoa.deployment.config.QuinoaConfig.packageManager=Name of the package manager binary.\nOnly npm, pnpm and yarn are supported for the moment.
io.quarkiverse.quinoa.deployment.config.QuinoaConfig.packageManagerCommand=Configuration for overriding build commands
io.quarkiverse.quinoa.deployment.config.QuinoaConfig.packageManagerInstall=Configuration for installing the package manager
io.quarkiverse.quinoa.deployment.config.QuinoaConfig.runTests=Indicate if the Web UI should also be tested during the build phase (i.e\: npm test).\nTo be used in a {@link io.quarkus.test.junit.QuarkusTestProfile} to have Web UI test running during a\n{@link io.quarkus.test.junit.QuarkusTest}
io.quarkiverse.quinoa.deployment.config.QuinoaConfig.uiDir=Path to the Web UI (NodeJS) root directory (relative to the project root).
io.quarkiverse.quinoa.deployment.config.QuinoaConfig.uiRootPath=Root path for hosting the Web UI.\nThis path is normalized and always resolved relative to 'quarkus.http.root-path'.