io.quarkiverse.quinoa.deployment.config.PackageManagerInstallConfig.jdp Maven / Gradle / Ivy
io.quarkiverse.quinoa.deployment.config.PackageManagerInstallConfig.enabled=Enable Package Manager Installation.\nThis will override "package-manager" config.\nSet "quarkus.quinoa.package-manager-command.prepend-binary\=true"\nwhen using with custom commands
io.quarkiverse.quinoa.deployment.config.PackageManagerInstallConfig.installDir=The directory where NodeJS should be installed (relative to the project root),\nIt will be installed in a 'node/' subdirectory of this.
io.quarkiverse.quinoa.deployment.config.PackageManagerInstallConfig.nodeDownloadRoot=Where to download NodeJS from.
io.quarkiverse.quinoa.deployment.config.PackageManagerInstallConfig.nodeVersion=The NodeJS Version to install locally to the project.\nRequired when package-manager-install is enabled.
io.quarkiverse.quinoa.deployment.config.PackageManagerInstallConfig.npmDownloadRoot=Where to download NPM from.
io.quarkiverse.quinoa.deployment.config.PackageManagerInstallConfig.npmVersion=The NPM version to install and use.\nBy default, the version is provided by NodeJS.
io.quarkiverse.quinoa.deployment.config.PackageManagerInstallConfig.packageManagerInstallAuth=Configuration for installing the package manager authenticated
io.quarkiverse.quinoa.deployment.config.PackageManagerInstallConfig.pnpmDownloadRoot=Where to download PNPM from.
io.quarkiverse.quinoa.deployment.config.PackageManagerInstallConfig.pnpmVersion=Install and use PNPM as package manager with this version.\nThis is ignored if the npm-version or the yarn-version is defined.
io.quarkiverse.quinoa.deployment.config.PackageManagerInstallConfig.yarnDownloadRoot=Where to download YARN from.
io.quarkiverse.quinoa.deployment.config.PackageManagerInstallConfig.yarnVersion=Install and use Yarn as package manager with this version.\nThis is ignored if the npm-version is defined.