All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkiverse.quinoa.deployment.config.PackageManagerCommandConfig.jdp Maven / Gradle / Ivy

There is a newer version: 2.4.8
Show newest version
io.quarkiverse.quinoa.deployment.config.PackageManagerCommandConfig.build=Custom command for building the application.
io.quarkiverse.quinoa.deployment.config.PackageManagerCommandConfig.buildEnv=Environment variables for build command execution.
io.quarkiverse.quinoa.deployment.config.PackageManagerCommandConfig.ci=Custom command for installing all the packages without generating a lockfile (frozen lockfile)\nand failing if an update is needed (useful in CI).
io.quarkiverse.quinoa.deployment.config.PackageManagerCommandConfig.ciEnv=Environment variables for ci command execution.
io.quarkiverse.quinoa.deployment.config.PackageManagerCommandConfig.dev=Custom command for starting the application in development mode.
io.quarkiverse.quinoa.deployment.config.PackageManagerCommandConfig.devEnv=Environment variables for development command execution.
io.quarkiverse.quinoa.deployment.config.PackageManagerCommandConfig.install=Custom command for installing all packages.\ne.g. \u00ABci --cache $CACHE_DIR/.npm --prefer-offline\u00BB
io.quarkiverse.quinoa.deployment.config.PackageManagerCommandConfig.installEnv=Environment variables for install command execution.
io.quarkiverse.quinoa.deployment.config.PackageManagerCommandConfig.test=Custom command for running tests for the application.
io.quarkiverse.quinoa.deployment.config.PackageManagerCommandConfig.testEnv=Environment variables for test command execution.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy